mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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>
12 lines
No EOL
348 B
Text
12 lines
No EOL
348 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config INTERPRETERS_JIMTCL
|
|
bool "The Jim (TCL) Interpreter"
|
|
default n
|
|
---help---
|
|
Enable support for The Jim interpreter.
|
|
Jim is an opensource small-footprint implementation of the
|
|
Tcl programming language. |