Jim Tcl — The Jim Interpreter

Jim is an opensource 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, built-in Object Oriented Programming system, Functional Programming commands...

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Interpreter
  2.  Object-oriented Language
  3.  Embeddable
  4.  TCL
  5.  SQLite

 Tags

Jim Tcl — The Jim Interpreter News & Activities

Highlights All activities

Recent activities

No activities found.

Jim Tcl — The Jim Interpreter information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    15 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all
Jim Tcl — The Jim Interpreter was added to AlternativeTo by dbohdan on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Jim Tcl — The Jim Interpreter?

Jim is an opensource 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, built-in Object Oriented Programming system, Functional Programming commands, first-class arrays and UTF-8 support. All this with a binary size of about 100-200kB (depending upon selected options).

The Jim core is very stable. Jim passes over 3000 unit tests and many Tcl programs run unmodified. Jim is highly modular with the possibility to configure many components as loadable modules, or omitted entirely. A number of extensions are included with Jim which may be built as loadable modules.

Jim cross compiles easily and is in use in many embedded environments. It runs under many operating systems, including Linux, FreeBSD, QNX, eCos, Windows (cygwin and mingw32).

Jim has built-in command line editing for the interactive shell, jimsh.