I forked and made a few changes to https://t.co/FJjeceM19w to have some fun with CGI. Wapp is a single-binary, statically compiled framework and interpreter—a Swiss Army knife—for writing web applications in TCL. #OpenBSD
https://t.co/EJTpNWggSx
@antirez I guess I misunderstood your motivations for returning to Redis. I thought you were bothered by the direction the project was taking without you—especially the issues with the community and the licensing changes—and that’s why you decided to come back.
I had some fun and polished my #nvi editor wrapper into a usable state. Hope I covered all the common cases 🙂 Perfect for careless people with quick fingers :) #openbsd
---
https://t.co/Sld1KKXzuG
If someone is using jimtcl like me, enter the following lines into ~/.jimrc for vi key bindings
if {$tcl_interactive} {
if {[catch {package require rlprompt}] == 0} {
https://t.co/Z7kJl56nHd
}
}