Hacker News new | ask | show | jobs
by d-us-vb 43 days ago
Dotcl sounds like a lisp macro that interprets TCL. :D
2 comments

hehe. alternatively dotnil would have sounded closer to dotnet while hinting at lisp terminology and history
Given how simple TCL is you would probably write a parser in a day...

JimTCL (jimsh interpreter) is not 100% TCL compatible and I just used 'source qcomplex.tcl' from it's big brother TCL and now I can do complex number operations in the spot. With just a simple file, no libraries, no nothing.