Ports for SerenityOS
Collections What's new Versions Info Sign in

Citron Programming Language 0.0.9.3 🞉

Citron is a general purpose programming language for UNIX-like operating systems.

cd Ports/citron
./package.sh

Screenshot

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 🖧

Sign in to vote

✍️ Edit this page

Similar ports

Port icon has the following license: (c) alimpfard