I am looking for recommendations for a browser based TCL sandbox to practice some proof of concept code.
Google search just brings up books and online courses, but I want to try out some coding, and was trying to avoid installing a TCL emulator.
I am looking for recommendations for a browser based TCL sandbox to practice some proof of concept code.
Google search just brings up books and online courses, but I want to try out some coding, and was trying to avoid installing a TCL emulator.
If you're happy with being stuck with using 8.4.16 (which is a bit old now) then you can use Codepad as that includes Tcl support among its many languages.
Not sure why you want any browser based sandbox instead of just getting a tclkit (single file, no install needed, see http://www.patthoyts.tk/tclkit/) and fire up its console/repl loop and start trying?
In case anyone really needed a web based sandbox, it would be trivial to do, especially as there already is a built in SafeBase sandbox in the language so adding some simple frontend is all you need.
I use tclsh normally to try out little code snippets. You can download it from the Activestate guys. The only web-based shell that I know of is the one that comes with each OpenACS installation, however as it's a bit of a security risk making such a shell open to the public, you might have trouble getting your hands on one. :-)
There is a site where you could quickly try out OpenACS at http://www.oacsrocks.org/ - you just have to register and they will setup an installation on their servers, and give you admin privileges on it. Once that is up and running you just need to surf to /ds/shell.tcl and you can try out any TCL commands you like.
You could try Cloud9 I've made tcl code in there before.
© 2022 - 2024 — McMap. All rights reserved.