aime is a simple, C-like programming language and an interpreter, both designed to be embeddable in applications. The language is straightforward, trivial, and direct. Its syntax is simpler than that of C, while still providing for full object management, higher order functions, and references. The interpreter is secure and expressive, allowing comprehensive control over program execution and providing powerful methods of application integration.
| Tags | C Libraries POSIX Software Development Interpreters |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | POSIX Linux Mac OS X |
| Implementation | C |
| Translations | English |
Recent releases


Release Notes: An alternative memory management policy is now demonstrated. Unlike the original immediate disposal policy which frees objects as soon as they are no longer reachable, the new garbage collection policy delays objects disposal, and when it finally frees them, it does it in a consolidated fashion.


Release Notes: A couple of reference chasing recursive algorithms are replaced by non-recursive ones.


Release Notes: Split string constants are now supported. The standalone aime interpreter features experimental C source preprocessing.


Release Notes: This release fixes bugs in the process library I/O and in formatting function types when error reporting. The associative array library has been expanded again.


Release Notes: A bug corrupting function returns was fixed. A bug in the r_less function was fixed. A bug with the newly introduced executive assembler was fixed. The bug was causing the applications to crash when destroying objects referenced only by function arguments. The associative array library available for the interpreted programs has been expanded.
A Web-based way to manage your projects, bringing your team and clients together to work on projects.