Citrine Programming Language
Welcome to the Citrine Programming Language Project.
Citrine is an easy-to-learn general purpose programming language for UNIX®-like operating systems. The Citrine Programming Language focuses on simplicity and emphasizes maintainability through readability. Simplicity is achieved by syntactical and conceptual minimalism. Citrine is fully open source and uses the BSD license.
git clone --depth=50 https://github.com/gabordemooij/citrine.git gabordemooij/citrine
cd gabordemooij/citrine
git fetch origin
git checkout -qf FETCH_HEAD
./mk.sh
make install
For more information feel free to consult the official Citrine Programming Language homepage:
Official Website: