-
-
Notifications
You must be signed in to change notification settings - Fork 102
Developer FAQ
Ax Kr edited this page Sep 29, 2018
·
31 revisions
- two REPLs are available in the library a Console.java for standard math input and a MMAConsole.java for Mathematica like syntax input.
- you can find it in the /doc/functions folder
- the language documentation can be found in the /doc folder
- package org.matheclipse.core.builtin
- and package org.matheclipse.core.reflection.system
- They are defined in the /rules folder and translated to Java code with the Rule-preprocessor