Categorygithub.com/benbanerjeerichards/lisp-calculator
modulepackage
0.0.0-20240220213300-0269b74b82f3
Repository: https://github.com/benbanerjeerichards/lisp-calculator.git
Documentation: pkg.go.dev

# README

Lisp-Calculator

A implementation of a lisp-like langauge in Go. Not actually useful - just an exercise to learn about bytecode compilers and virtual machines

Includes a REPL and a very basic standard library

Language features:

  • Variables, loops, if-else
  • Closures which are also value types

Sample code - https://github.com/BenBanerjeeRichards/Lisp-Calculator/blob/main/calc/stdlib.lisp

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author