Kudos to the TIL's author for trailblazing this idea based on TCL. It will be very beneficial and handy for scripting commands and shell like behaviors. Just wondering is this type based TCL like language similar to Little? [2] Will it eventually support compilation similar to Emacs Lisp? [3]
Personally I'd love to have superset language in D for data science. It should be also easily embeddable and support prototyping like Lua. On top of that it should have excellent support for array, ndarray and dataframe like R [4]. Since it is based on D, then it can fulfil the the requirements for both type A and B data scientists [5].
[1]https://news.ycombinator.com/item?id=27102584
[2]https://wiki.tcl-lang.org/page/Little
[3]https://arxiv.org/abs/2004.02504
[4]http://adv-r.had.co.nz/Data-structures.html
[5]https://www.quora.com/What-is-data-science/answer/Michael-Ho...