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: about 14 hours 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: 2024-12-05T21:25:58.194Z (about 2 months ago)
- Topics: lisp, v, vlang, vlang-cli
- Language: V
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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