Citron is a general purpose programming language for UNIX-like operating systems.
cd Ports/citron
./package.sh
This description was automatically generated by ChatGPT. Feel free to add a accurate human-made description!
Citron is a general-purpose programming language that is designed to be simple, expressive, and efficient. It is a compiled language, which means that it is converted into machine code before it is executed. This makes Citron programs faster than interpreted languages, such as Python.
Citron has a small and clean syntax that is easy to learn. The basic building blocks of Citron programs are expressions, which are evaluated to produce values. Expressions can be combined to form statements, which are executed by the Citron interpreter.
Citron supports a wide range of data types, including integers, floats, strings, and Booleans. It also has a built-in library of functions that can be used to perform common tasks, such as input and output, string manipulation, and mathematical operations.
Website: https://github.com/alimpfard/citron
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/citron
Dependencies: libffi pcre sparsehash 🖧
Port icon has the following license: (c) alimpfard