Skip to content

Releases: DiegoLinares11/LISP-Project

V3.1.0

18 Mar 04:14
Compare
Choose a tag to compare

Upgrade CLI client, to be way more friendly. with user input.

V.2.0.0

17 Mar 16:25
Compare
Choose a tag to compare
  • Improving CLI command prompt.
  • Lisp inline comments supported.

JLISP

14 Mar 00:57
Compare
Choose a tag to compare

First functional version of JLisp.
Commands available:

  • +, - , * , /
  • > , <, =, not, >= , <=, atom
  • cond
  • print
  • concatenate
  • car, cdr
  • defun
  • setq
  • quote
  • eval
  • list