https://github.com/tsoding/ebisp
Embedded Lisp
https://github.com/tsoding/ebisp
hacktoberfest hacktoberfest2020
Last synced: 8 months ago
JSON representation
Embedded Lisp
- Host: GitHub
- URL: https://github.com/tsoding/ebisp
- Owner: tsoding
- License: mit
- Created: 2019-10-12T18:32:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T14:16:22.000Z (over 2 years ago)
- Last Synced: 2025-04-29T12:16:03.534Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 68
- Watchers: 3
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.twitch.tv/tsoding)
[](https://travis-ci.org/tsoding/ebisp)
# Ebisp
Embedded Lisp
## Quick Start
```
$ make # build the entire project
$ ./repl # run the Ebisp repl
$ ./ebisp_test # run the Unit Tests
```