Hacker News new | past | comments | ask | show | jobs | submit
Tcl being based on strings creates the same problems like in bash scripts, i.e. it is too easy to misuse the quotation rules, leading to subtle bugs.

Using for scripting LISP-like languages is much more foolproof, especially for more complex scripts.

Ok, but now I want to embed Janet in a TCL program