Lisp.rs Save

Scheme Interpreter in Rust

Project README

lisp.rs

lis.py ported to rust

jsdf:lisp_rs jfriend🔥  cargo run

lisp.rs> (+ 2 2)
=> 4
lisp.rs> (begin (define r 10) (* pi (* r r))) 
=> 314.1592653589793
lisp.rs> (if (> 10 20) (+ 1 1) (+ 3 3))
=> 6
Open Source Agenda is not affiliated with "Lisp.rs" Project. README Source: jsdf/lisp.rs
Stars
25
Open Issues
1
Last Commit
6 years ago
Repository
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating