KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
rs-lisp
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
vet-clinic
:
This is a data structure for a vet clinic, created using a relational database. It is a complete database with data about: animals, animals' owners, clinic employees, and visits.
ngx-load
:
A simple angular library for adding loaders
ESP32_IDF-oled_driver
:
ESP32 IDF平台的OLED驱动文件,用于0.96英寸OLED显示表情。
msai22
:
Optimization methods course @ MIPT online MSc program.
easy_images
:
Download hundreds of images from Google. Do image post processing later.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rs-lisp
?
Download (.md)
# rs-lisp ## Description A small lisp interpreter written in Rust ## Usage Clone the project and execute: ``` cargo run [example.lisp] ``` Or run the repl: ``` cargo run ``` ## Credits Thanks to [@rdrnavarro](https://twitter.com/rdrnavarro) for the explanation about improvements on the interpreter, those changes have a consolidation with a few modifications.