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

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

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.