https://github.com/reshane/lango
REPL for now
https://github.com/reshane/lango
go golang interpreter repl
Last synced: over 1 year ago
JSON representation
REPL for now
- Host: GitHub
- URL: https://github.com/reshane/lango
- Owner: reshane
- Created: 2024-06-09T02:20:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T18:49:31.000Z (over 3 years ago)
- Last Synced: 2025-02-07T21:32:36.780Z (over 1 year ago)
- Topics: go, golang, interpreter, repl
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LANGO
Little educational REPL written in Go
## Quick Start
`go build && ./lango`
## About
I'm writing a REPL to learn Go (and neovim). I may also extend it to parse and evaluate files.
Maybe not though, it's buggy enough as it is.