Skip to content

gluax/jipsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jipsy

Jipsy is a lisp-interpreter written using Nodejs and EC6 style JS.

  • Use node to run the jipsy-cli and you can type lisp in a cli enviornment

Supported Features!

  • Mathematical operations such as +, -, /, *, and %
  • Conditional logic such as if statements, equals, not equals, less than, greater than and other standard logic operations
  • A user can also define their own functions to be used

More information

  • This is a prototype for understanding the work that goes into writing a lisp interpreter as I plan to write a better version in another language.
  • To use simply clone the repo, and have node installed. Then just type "node jipsy-cli.js" and you will be brought to a cli.
  • You can press control-c twice to exit the cli.

About

A node lisp interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published