Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-21 05:58
0.1.3

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).
Tags: Minor feature enhancements

2005-11-02 09:01
0.1.2

Tags: Initial freshmeat announcement

Project Resources