Hi, I don't know if there is anyone using FastScript here but I hope some of you do. So here we go:
Is it possible to use FastScript with pure FPC (64 bit, Linux)? No LCL, just a console application? I ask this because my idea is to make my game engine (based on SDL2) scriptable. (Actually I am most interested in the BASIC-script part of FastScript.)
And is it possible to use types declared in the main program within FastScript? Since I am using SDL2 most types are based on pointers.
If not I would appreciate any other recommendation of a BASIC-like scripting language which works with Free Pascal. (Btw, at the moment I am using Lua).