Download List

Projeto Descrição

Jim is a small footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, a built-in object oriented programming system, functional programming commands, and first class arrays. The interpreter's executable file is only 70 KB in size, and can be reduced by further excluding some commands. It is appropriate for inclusion inside existing programs, for scripting without dependencies, and for embedded systems.

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-04-04 14:14 Back to release list
0.51

Muitas correções foram feitas. A ENV, fonte, lreverse, finalização, digitalização, alcance e comandos de rands foram adicionados. O shell interativo foi melhorado. Expr's | | e & & operadores foram feitas preguiçoso. Um sistema de pacotes da API C foi implementada, e foi exportado como o pacote [] comando para o nível de script. Extensions for bindings sqlite e experimentais para SDL foram adicionados. Algum trabalho foi feito para as extensões para ANSI / S, Win32, win32com e POSIX.
Tags: Major feature enhancements
Many fixes were made. The env, source, lreverse,
finalize, scan, range, and rand commands were
added. The interactive shell was improved. Expr's
|| and && operators were made lazy. A package
system C API was implemented, and was exported as
the [package] command to the script level.
Extensions for sqlite and experimental bindings
for SDL were added. Some work was done for
extensions for ANSI I/O, win32, win32com, and
posix.

Project Resources