File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,12 @@ Just after the code generation, instead of generating Java class files on the fi
7
7
through a special classloader, it loads the byte codes from memory. The actual result is then obtained through reflection
8
8
on the dynamically generated class.
9
9
10
- Unlike normal Frege compilation, the interpreter does not produce any class files on the
11
- file system; instead it keeps them in memory. Eclipse compiler is used for Java compilation on-the-fly which
12
- eliminates the JDK dependency for Java compiler.
13
-
14
10
Frege REPL and [ Online REPL] ( http://try.frege-lang.org/ ) make use of frege-interpreter to provide an interactive
15
11
environment on terminal as well as on the browser.
16
12
17
13
####JSR 223 Scripting support####
18
14
19
- This project also implements JSR 223, a scripting engine for Frege. This enables nice interface to Java and other systems
20
- which support other JVM languages through JSR 223 scripting engines.
15
+ This project also implements JSR 223, a scripting engine for Frege.
21
16
22
17
23
18
###How to get frege-interpreter?###
You can’t perform that action at this time.
0 commit comments