Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/i42output/neos

Language agnostic scripting engine with a custom bytecode JIT
https://github.com/i42output/neos

ada bytecode cpp forth haskell javascript jit jit-compiler json lua python rjson rust vm

Last synced: about 1 month ago
JSON representation

Language agnostic scripting engine with a custom bytecode JIT

Lists

README

        

![](https://github.com/i42output/neos/blob/master/neos.png)

# Introduction
"neos" is a cross-platform language agnostic scripting engine with a custom bytecode JIT.

Development started on 7 Feb 2019 so don't expect a release anytime soon.

# Dependencies
* Boost
* libffi
* neolib
* neonumeric

# Features
* Language agnostic: a schema combined with a semantic concept library describes syntax and semantics of the scripting language to use (theoretically allowing any language to be used).
* RJSON (Relaxed JSON) language schema file format.
* Invent your own scripting language to use with "neos" by writing a new language schema!