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

https://github.com/calico32/goose

a minimal programming language written in go
https://github.com/calico32/goose

go golang goose language programming-language

Last synced: 7 months ago
JSON representation

a minimal programming language written in go

Awesome Lists containing this project

README

          

# goose

**Go**ose is a minimal programming language built on top of [**Go**](https://go.dev/). It is a language that is designed to be easy to learn and easy to use.

# Documentation

The documentation is available at [https://gooselang.org/docs](https://gooselang.org/docs), but is a work in progress. For now, the best way to learn the language is to read the [examples](/examples) and the [syntax overview](/examples/syntax.goose) programs.