a minimal lisp interpreter written in ruby
Find a file
2021-04-15 11:37:20 +08:00
screenshot final commit 2021-04-15 11:37:20 +08:00
.gitignore DSS 2021-04-14 22:30:12 +08:00
prol.rb last commit 2021-04-15 01:56:02 +08:00
README.md update screenshot and readme 2021-04-15 02:02:55 +08:00

Yet another lisp interpreter

PROcessor of List for Mathematical Calculation

It's a simple minimal lisp interpreter written in ruby.

Feature

  • Basic functions as a minimal lisp
  • No support for String

Usage

$ ruby ./prol.rb

Acknowledgement

Tesla I. Zhang, for pointing out errors and patient guidance