CompilerApp should support a mode where it compiles a program to a temporary path, runs the program and unlinks the result. This could reuse code that accomplishes the same thing for the functional testing framework. This would allow Llambda to be used to easily for scripting.
In this mode we may want to either discard the hashbang in the first line of the program or introduce support for #! !# comments like Guile has.
CompilerApp should support a mode where it compiles a program to a temporary path, runs the program and unlinks the result. This could reuse code that accomplishes the same thing for the functional testing framework. This would allow Llambda to be used to easily for scripting.
In this mode we may want to either discard the hashbang in the first line of the program or introduce support for #! !# comments like Guile has.