Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NJdevPro authored Oct 26, 2024
1 parent 55fafe9 commit 1058a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ MiniLisp with REPL
==================

Foreword by N. Janin:
This is my attempt at making rui314' MiniLisp slightly more user friendly.
This is my attempt at making Rui Ueyama (rui314)'s MiniLisp slightly more user friendly.
Not being limited by the 1000 lines challenge, I've added a few basic primitives
to the original program, while trying to keep the goal of simplicity and conciseness.
Namely operators >, >=, <=, or, and, not, and function length.
This has the side effect of being faster as well, since these primitives are compiled
instead of being interpreted.

Among the bells and whistles, I've added a REPL based on jart's bestline.
Among the bells and whistles, I've added a REPL based on Justine Tunney (jart)'s bestline.

## Shortcuts

Expand Down

0 comments on commit 1058a67

Please sign in to comment.