7 ms·
Dotcl sounds like a lisp macro that interprets TCL. :D
by d-us-vb 5mo ago
Dotcl sounds like a lisp macro that interprets TCL. :D
- jnpnj 5mo agohehe. alternatively dotnil would have sounded closer to dotnet while hinting at lisp terminology and history
- anthk 5mo agoGiven 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.