etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Support running programs immediately after compilation #51

Closed etaoins closed 9 years ago

etaoins commented 9 years ago

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.