Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrixounez/v-lisp
Lisp interpretor in V
https://github.com/henrixounez/v-lisp
lisp v vlang vlang-cli
Last synced: 17 days ago
JSON representation
Lisp interpretor in V
- Host: GitHub
- URL: https://github.com/henrixounez/v-lisp
- Owner: Henrixounez
- Created: 2019-09-14T13:57:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T14:47:12.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T19:22:46.840Z (almost 2 years ago)
- Topics: lisp, v, vlang, vlang-cli
- Language: V
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V-Lisp
## A simple Lisp interpretor built in V
## Features :
- Basic functions
- integer, floats, boolean and strings
- cons and lists
- define
- quotes (including `'` syntax)## Missing features :
- Lambdas
- Reading files