Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pontaoski/tawago
The language of motion; now implemented in the language of Go-ing.
https://github.com/pontaoski/tawago
Last synced: 16 days ago
JSON representation
The language of motion; now implemented in the language of Go-ing.
- Host: GitHub
- URL: https://github.com/pontaoski/tawago
- Owner: pontaoski
- Created: 2021-01-05T05:39:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T04:01:52.000Z (over 3 years ago)
- Last Synced: 2024-06-21T16:44:49.630Z (6 months ago)
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tawa
The language of motion.
```go
func not(in: bool) bool {
if in then false else true
}func main() {
not(false)
}
```