Cotton is a simple functional programming language.
cargo install --git 'https://github.com/nanikamado/cotton.git' --features language-server
- cargo
- clang
cotton examples/helloworld.cot --emit-c | clang -x c -o /tmp/a - && /tmp/a
or
cotton examples/helloworld.cot
https://gitpod.io/#https://github.com/nanikamado/cotton-playground