description | Ajla - a purely functional programming language |
homepage URL | https://www.ajla-lang.cz/ |
repository URL | git://leontynka.twibright.com/ajla.git |
owner | ajla@twibright.com |
last change | Wed, 30 Oct 2024 21:02:37 +0000 (30 22:02 +0100) |
last refresh | Sun, 3 Nov 2024 07:34:50 +0000 (3 08:34 +0100) |
mirror URL | git://repo.or.cz/ajla.git |
https://repo.or.cz/ajla.git | |
ssh://git@repo.or.cz/ajla.git | |
bundle info | ajla.git downloadable bundles |
content tags |
Ajla is a purely functional programming language that has look-and-feel like traditional imperative languages. Before compiling Ajla, install the packages libgmp-dev and libffi-dev. If libgmp-dev is not installed, Ajla will use slow built-in version. If libffi-dev is not installed, the possibility to call C functions from Ajla will be disabled. You can compile and install Ajla with ./configure && make && make install It is recommended to use gcc. clang works, but the compilation is very slow, it may take an hour or more to compile the files ipret.c and ipretc.c. When running ajla programs, it is recommended to set cpu governor to 'performance'. Ajla starts and stops threads rapidly and the 'ondemand' governor underclocks the cores, resulting in slower performance.
4 weeks ago | ajla-0.1.5 | ajla-0.1.5 | tag | commitlog |
2 months ago | ajla-0.1.4 | ajla-0.1.4 | tag | commitlog |
2 months ago | ajla-0.1.3 | ajla-0.1.3 | tag | commitlog |
4 months ago | ajla-0.1.2 | ajla-0.1.2 | tag | commitlog |
4 months ago | ajla-0.1.1 | ajla-0.1.1 | tag | commitlog |
5 months ago | ajla-0.1.0 | ajla-0.1.0 | tag | commitlog |
3 days ago | main | logtree |