Skip to content
Ax Kr edited this page Sep 29, 2018 · 31 revisions

How can I interactively execute the Symja language?

  • two REPLs are available in the library a Console.java for standard math input and a MMAConsole.java for Mathematica like syntax input.

Where can I find the documentation of built-in functions in the repository?

  • you can find it in the /doc/functions folder
  • the language documentation can be found in the /doc folder

Where are the built-in function implementations in Java?

Where are the main basic transformation rules defined?

Clone this wiki locally