| Crates.io | rlisp |
| lib.rs | rlisp |
| version | 0.2.0 |
| created_at | 2021-12-19 16:32:45.498576+00 |
| updated_at | 2021-12-26 17:35:24.208676+00 |
| description | experimental lisp interpreter in rust |
| homepage | https://github.com/mohsen-alizadeh/rlisp |
| repository | |
| max_upload_size | |
| id | 500428 |
| size | 14,959 |
experimental lisp interpreter in rust
The goal of this project is to learn Rust basics and able to run follwing snippet only.
(let name "Mohsen")
(let marks (4 5 6))
(print name)
(print (+ marks))