D. Bohdan
D. Bohdan
Hey there! Could you implement `tcl_platform(engine)` from [TIP #440](http://www.tcl.tk/cgi-bin/tct/tip/440) to make it possible for Tcl code to tell if it's running in ParTcl? P.S.: It's always cool to see another...
This issue is for discussing what lower-impact Tcl 8.7 features would be nice (and possible) to have in Jim Tcl. Ashok P. Nadkarni's ["Introducing Tcl 8.7" post series](https://www.magicsplat.com/blog/tags/tcl-8-7/) has an...
Jim does not process line continuations in curly braces, which causes incompatibility with Tcl 8 code. ```none $ cat demo.tcl puts "$tcl_platform(engine) [info patchlevel]" puts "foo\ bar" set s {lorem\...
http://coronalabs.com/products/corona-sdk/
[Jim Tcl](http://jim.tcl.tk/fossil/doc/trunk/Tcl_shipped.html) has the command line option `-e CMD` that prints the result of the last command in the script `CMD`. ``` > jimsh -e 'set a $argv; lappend a...
[PTJD](https://github.com/dbohdan/ptjd) is a JPEG decoder written in plain Tcl, no C. It's heavy on `lappend` and `binary scan`. It runs in both Tcl 8.5+ and Jim Tcl and shows [a...
[Parsing `ls`](http://mywiki.wooledge.org/ParsingLs) is an ages-old problem that `exa` could help solve by providing an option for producing structured key-value output. By "structured key-value output" I mean one or more of...
Please add a LICENSE file.
...with http://jim.tcl-lang.org/, http://jim.tcl.tk/ or https://github.com/msteveb/jimtcl/ to direct people to a maintained version of Jim. I've seen projects mistakenly use this version.
**Is your feature request related to a problem? Please describe.** Right now (commit 46328de; last release v0.11.0) `gum filter` and `gum choose` cut off long lines. They also do not...