IamTheCarl / nested-language

The compiler for Nested Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NL (Nested Language) is designed to enable applications to run external code in a safe and sandboxed form which is convenient for both the host and client languages. Unlike most other languages used to fill this niche, NL is not a dynamically interpreted scripting language. Instead, it is designed to be compiled into a static binary form.

Nested is designed to be thread safe, and thus avoids global state as much as possible. Only non-modifiable code is stored in a global state, which once loaded is read only.

About

The compiler for Nested Language

License:MIT License


Languages

Language:Rust 99.2%Language:NewLisp 0.8%