Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)
}
```