Show documentation, Java code translation on REPL
mmhelloworld
released this
30 Dec 07:48
·
105 commits
to master
since this release
Two new features:
:help <name>
:
Herename
can be a function name, class, a type:
frege> :help Applicative
This will launch a new gui window with the documentation for Applicative
.
:java
:
frege> :java
This will launch a new gui window with the Java source code translated from the last compiled Frege code.