Skip to content

A new programming language inspired from Lisp

Notifications You must be signed in to change notification settings

mit-27/MitroLisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A new programming language inspired from Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published