https://github.com/johnazariah/golisp
A toy embeddable LISP evaluation engine written in Go
https://github.com/johnazariah/golisp
Last synced: 3 months ago
JSON representation
A toy embeddable LISP evaluation engine written in Go
- Host: GitHub
- URL: https://github.com/johnazariah/golisp
- Owner: johnazariah
- License: unlicense
- Created: 2021-07-27T08:36:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T05:50:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T14:15:08.978Z (5 months ago)
- Language: Go
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golisp
A toy embeddable LISP evaluation engine written in Go## Description
The purpose of this little project is to serve as a test-bed for my learning the [Go Programming Language](https://golang.org/).
As such, it is likely to be rife with areas of improvement, and feedback will be gratefully received.
It isn't going to be particularly efficient, rigorous or complete, or perhaps even interesting. But it seemed like a fun way to get a handle on the capabilities and idiosyncracies of Go.