nuttx-apps/interpreters/jimtcl
Carlos Sánchez de La Lama 094b988be3 interpreters: add Tcl support
Tcl is added using 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.

Signed-off-by: Carlos Sánchez de La Lama <csanchezdll@gmail.com>
2026-07-24 17:15:49 +08:00
..
CMakeLists.txt interpreters: add Tcl support 2026-07-24 17:15:49 +08:00
Kconfig interpreters: add Tcl support 2026-07-24 17:15:49 +08:00
Make.defs interpreters: add Tcl support 2026-07-24 17:15:49 +08:00
Makefile interpreters: add Tcl support 2026-07-24 17:15:49 +08:00