Hacker News new | ask | show | jobs
by gtrubetskoy 2169 days ago
Python becoming Tcl
2 comments

Yup, this looks a lot like Tcl! But Tcl lets you compose code at runtime using its string lists. I doubt Python will. So why introduce another redundant syntax?
Unfortunately Python will not get the strength of TCL such as metaprogramming with this change.