Skip to content

Commit 27ed276

Browse files
committed
Update README.md
1 parent 203015e commit 27ed276

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ Just after the code generation, instead of generating Java class files on the fi
77
through a special classloader, it loads the byte codes from memory. The actual result is then obtained through reflection
88
on the dynamically generated class.
99

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-
1410
Frege REPL and [Online REPL](http://try.frege-lang.org/) make use of frege-interpreter to provide an interactive
1511
environment on terminal as well as on the browser.
1612

1713
####JSR 223 Scripting support####
1814

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.
2116

2217

2318
###How to get frege-interpreter?###

0 commit comments

Comments
 (0)