objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

Embed into C++ application like Quirrel? #219

Closed 2dpdlja496or43iq closed 1 year ago

objeck commented 1 year ago

I am unfamiliar with Quirrel; however, the compiler and runtime can be embedded into other C/C++ applications.

2dpdlja496or43iq commented 1 year ago

I am unfamiliar with Quirrel; however, the compiler and runtime can be embedded into other C/C++ applications.

Tutorial?

objeck commented 1 year ago

What are you trying to do? Please go to the Discord channel; we can chat there.

ghost commented 1 year ago

Wow, it's possible? Please tell me how @objeck

p/s: I don't know what the OP wanted to do either but my in imagination is something like reverse JNI, calling Java from C++ (instead of normal JNI, calling C++ from Java). Or maybe something like Lua that could be embedded into C++ to provide scripting capacity, e.g: MPV used Lua to allow users writing plugins in Lua instead of C++.