Skip to content

Show documentation, Java code translation on REPL

Compare
Choose a tag to compare
@mmhelloworld mmhelloworld released this 30 Dec 07:48
· 105 commits to master since this release

Two new features:

  1. :help <name>:
    Here name can be a function name, class, a type:

frege> :help Applicative
This will launch a new gui window with the documentation for Applicative.

  1. :java:

frege> :java
This will launch a new gui window with the Java source code translated from the last compiled Frege code.