/golisp

Primary LanguageGo

Golisp

A small LISP interpreter written in Go. The goal of this project was to learn more on LISP and Go. You can view a demo on https://golisp.jonathanpastor.fr

Screenshot

Screenshot of golisp

Features

  • integer, booleans and strings
  • lists
  • function, recursive functions, high order
  • macros