https://github.com/craftspider/goose
A language that wants to cause problems
https://github.com/craftspider/goose
Last synced: 2 months ago
JSON representation
A language that wants to cause problems
- Host: GitHub
- URL: https://github.com/craftspider/goose
- Owner: CraftSpider
- Created: 2022-05-25T01:20:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T14:11:52.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T15:43:43.319Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goose
An interpreted language that wants to cause problems.
This language has no:
- Conditional statements
- Loop statements
What this language does have:
- Functions that execute until some condition is true
The language syntax and semantics are designed to be annoying, and sometimes difficult, while still being usable.
## Getting Started
See the [Tutorial](docs/tutorial.md)
## Reference
The behavior of this implementation is considered the normative reference for goose. If the written documentation
and the behavior conflict, the implementation is considered correct unless fixed.