I am rewriting a program that has built in a script language for extension and configuration, the old Lua program used, Lua can be easily integrated into my program, just download its source code, unzip and move all the source files to my program directory, delete lua.c and luac .c and everything works very well. To learn functional programming language, I decided to choose the lisp dialect (scheme) as a new script backend, but there are many implementation schemes that are best to embed?
scheme
moligaloo
source share