nanikamado/cotton

A programming language

Rust

70

546 commits

updated Nov 27, 2023

See the code

README

Cotton

Cotton is a simple functional programming language.

Installing

cargo install --git 'https://github.com/nanikamado/cotton.git' --features language-server

Dependencies

  • cargo
  • clang

Run

cotton examples/helloworld.cot --emit-c | clang -x c -o /tmp/a - && /tmp/a

or

cotton examples/helloworld.cot

Playground

https://gitpod.io/#https://github.com/nanikamado/cotton-playground

language
programming-language

Contributors

nanikamado

531 commits

StellarTerror

15 commits

nanikamado/cotton

A programming language

Rust

70

546 commits

updated Nov 27, 2023

See the code

README

Cotton

Cotton is a simple functional programming language.

Installing

cargo install --git 'https://github.com/nanikamado/cotton.git' --features language-server

Dependencies

  • cargo
  • clang

Run

cotton examples/helloworld.cot --emit-c | clang -x c -o /tmp/a - && /tmp/a

or

cotton examples/helloworld.cot

Playground

https://gitpod.io/#https://github.com/nanikamado/cotton-playground

language
programming-language

Contributors

nanikamado

531 commits

StellarTerror

15 commits

Languages

Rust

100.0%