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
- Host: GitHub
- URL: https://github.com/calico32/goose
- Owner: calico32
- License: mit
- Created: 2022-06-01T17:05:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:50:02.000Z (over 1 year ago)
- Last Synced: 2025-04-24T05:14:20.175Z (9 months ago)
- Topics: go, golang, goose, language, programming-language
- Language: Go
- Homepage: https://gooselang.org/docs
- Size: 1.68 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.