Atli is a scripting language interpreter originally meant to be a quick way to develop a particular application's scripting language. Atli can also be used to write shell-like scripts to do tasks. Atli is a weakly typed language in which variables do not need to be declared before use. All variables are stored as strings and converted between string and number form automatically. Atli provides interfaces to cooperate with applications, so applications can exchange data and instructions with atli through a callback function.
| Tags | Software Development Interpreters Libraries Testing |
|---|---|
| Licenses | GPL |
| Operating Systems | Windows Windows Windows POSIX Linux Unix |
| Implementation | C++ |
Recent releases


Changes: Some overflow bugs are fixed. The keyword "load" has been added to load dynamic libraries on Windows or Linux. This release differentiates among atli-function-call, lib-function-call, and application-function-call. It calls the types function in lib: double function-name (double).


No changes have been submitted for this release.