Synchronous call to Compile a source code consisting of a body which is wrapped in a Function0
apply method,
returning the raw jar file produced in the compilation.
Synchronous call to Compile a source code consisting of a body which is wrapped in a Function0
apply method,
returning the raw jar file produced in the compilation.
May throw CompilationFailed
or CodeIncomplete
the completely formatted source code to compile which should contain
a proper package and class definition. It must contain any
necessary import
statements.
the jar file as byte-array, containing the opaque contents of the source code (possible the one single class defined)
Synchronous call to compile and execute the provided source code.
Synchronous call to compile and execute the provided source code.
May throw CompilationFailed
or CodeIncomplete
the completely formatted source code to compile which forms the body
of an imported object. It must contain any necessary import
statements.
the evaluation result, or ()
if there is no result value