I am interested in using OCaml as a scripting language for an application written in C ++. Similar to how languages ββsuch as Lua, Python, or JavaScript can be used.
Is there any library (e.g. LuaJIT for Lua, CPython for Python, or V8 for JavaScript) that I can use to run and interact with OCaml?
source share