Arc Forumnew | comments | leaders | submitlogin
3 points by zck 3621 days ago | link | parent

Feel free to write it, but what's the difference here between your tclisp and original tcl? Why not just use tcl?


2 points by jaujau 3621 days ago | link

In tcl the syntax is build from strings and in tclisp the syntax is build from symbols and cons cells. tclisp could have a better syntax checking and real macros.

-----

1 point by akkartik 3621 days ago | link

Yeah, I'll be very interested to see where this leads.

-----