/MitroLisp

A new programming language inspired from Lisp

Primary LanguageJavaScript

MitroLisp

A new programming language inspired by Lisp

How to set the project

  1. Clone the repo and run the following command on the root of the project

    npm init or yarn

  2. Now run the following command to run the interpreter

    Mitrolisp

Language functions and how to use it

  • Language inspired by Lisp so the user has to follow the bracket rule. It means functions can be used in () bracket.
  • For Exp (add 2 3)
  • Below are functions that are supported by the language.
    • add
    • subtract
    • multiply
    • divide
    • modulo
    • log
    • define to declare the variable