https://github.com/henrixounez/v-lisp
Lisp interpretor in V
https://github.com/henrixounez/v-lisp
lisp v vlang vlang-cli
Last synced: 9 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T14:47:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T12:26:26.178Z (11 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