12
13
14
15
16
17
18
|
Tcl Nano
--------
Tcl Nano implements a few different facets of Nano in Tcl, as well as allows
for interoperating with other Nano implementations.
- [Downloads](/wiki/Downloads)
- [Manual](/wiki/Manual)
|
>
>
>
>
>
>
>
>
>
>
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Tcl Nano
--------
Tcl Nano implements a few different facets of Nano in Tcl, as well as allows
for interoperating with other Nano implementations.
- [Downloads](/wiki/Downloads)
- [Manual](/wiki/Manual)
Dependencies
------------
Tcl Nano depends on few other packages:
- A C compiler (such as _gcc_)
- A POSIX shell (such as _bash_)
- The [Tcl interpreter](https://www.tcl-lang.org/)
- The Tcl package [json](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/json&type=tree)
- The Tcl package [json::write](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/json&type=tree)
|