<clacke_movim>
rick42: It kind of isn't, but kind of is, and I'd like to poke the world a bit more toward "is". :-)
<clacke_movim>
Basically every bash script that isn't dominated by sophisticated juggling of redirections, and has any kind of parsing and control flow, would probably benefit from being a Tcl script instead.
<clacke_movim>
And Tcl is "always" on your POSIXy system, because Python is "always" on your POSIXy system, and Python base install contains the tkInter package, which depends on Tcl.
<clacke_movim>
So much of your bash time is spent (alt: should be spent) worrying about quoting and Tcl just doesn't have a problem with quoting, because the basic command syntax and variable syntax isn't as confusing.
alexshendi has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 248 seconds]
_whitelogger has joined #picolisp
orivej has joined #picolisp
aw- has joined #picolisp
<aw->
hi all
<Regenaxer>
Halloo aw-!
<aw->
hi Regenaxer
<aw->
i just found some PicoLisp code i wrote 1 year ago
<aw->
i meant to open source it but never got around to it...
<aw->
i need to document it because it's 300+ LOC and quite complex
<aw->
planning to release sometime next week
<Regenaxer>
Cool! About which is it?
<Regenaxer>
s/which/what
<aw->
just a web server for processing JSON requests
<Regenaxer>
great! Good in view of all those recent discussions
<aw->
yeah.. i actually have sooooooo much PicoLisp code from the last 4 years of writing.. maybe 70% is closed source :\
<aw->
i plan to release most, if not all of it this year
<Regenaxer>
Good! :)
<aw->
i'll post to the list next week
<Regenaxer>
👍
alexshendi has joined #picolisp
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
ubLIX has joined #picolisp
freemint has joined #picolisp
<freemint>
What is up with picolisp's future is dar?