Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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