Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   How can I open a .tcl extension file? (https://thetfp.com/tfp/tilted-technology/75886-how-can-i-open-tcl-extension-file.html)

meepa 11-12-2004 03:26 PM

How can I open a .tcl extension file?
 
Okay, so I got an exam via email from one of my profs and it's a .tcl file. I've never heard of this, and I tried googling it, but I quickly became overwhelmed by my inferior computer knowledge. Does anybody know where I can find a program to open this type file please??

Latch 11-12-2004 04:21 PM

tcl is source code, usually... although I'm guessing it's not in this case.

http://filext.com/detaillist.php?extdetail=TCL has information on three things of what it could be, but for exams... I'm not sure. Try opening the file in notepad, see if it's just plain text.

meepa 11-12-2004 05:16 PM

Thanks. I finally checked it in Wordpad again. There is a bunch of garbled crypted stuff, but if I scroll through enough of it, I actually found the information written out. The format isn't pretty, but at least I can do it! Thanks for the help again!

littlebighead 11-15-2004 09:09 PM

Download a Tcl interpreter at www.tcl.tk
 
Tcl is actually a great scripting language, albeit a bit old. I used it quite a bit in college at UC Berkeley, where it was created by John Osterhout. It's a great "glue" language -- it allows you to quickly, easily build a GUI for C++ code, but Tcl is a great stand-alone language as well. It has excellent string processing capabilities (regex, associative arrays, etc.).

bendsley 11-15-2004 09:12 PM

might look here if you're on a Windows platform.

http://activestate.com/Products/ActiveTcl/


All times are GMT -8. The time now is 02:38 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73