Hacker News new | ask | show | jobs
by adrian_b 11 days ago
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.

1 comments

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