Blackened Posted July 7, 2014 Report Share Posted July 7, 2014 If you would like to help, please contact me. (ercan.cem@gmail.com) Quote Link to comment Share on other sites More sharing options...
whereagles Posted July 8, 2014 Report Share Posted July 8, 2014 I use that sometimes. The software itself is great, but TCL bracketing and spacing parsing can drive you mad LOL. Quote Link to comment Share on other sites More sharing options...
Siegmund Posted July 9, 2014 Report Share Posted July 9, 2014 It pays to use a text editor that will do context highlighting and tell you if your braces balance or not, rather than simple Notepad, that's for sure. Though personally I find the logic of TCL easier to follow than most any other programming language I've tried to pick up. Quote Link to comment Share on other sites More sharing options...
whereagles Posted July 9, 2014 Report Share Posted July 9, 2014 matching braces is the easy part lol.. typing them is the annoyance :rolleyes: You always need 2-3 per statement and some need CTRL-SHIFT :angry: TCL is quite ok, but Python is even more intuitive. Quote Link to comment Share on other sites More sharing options...
foobar Posted July 9, 2014 Report Share Posted July 9, 2014 matching braces is the easy part lol.. typing them is the annoyance :rolleyes: You always need 2-3 per statement and some need CTRL-SHIFT :angry: TCL is quite ok, but Python is even more intuitive. Hmpf...the only time I found braces strange is when I transitioned from assembly to C :D. In due seriousness, having pretty much done almost every single curly language you can think of (and Python), I think it's just a question of mindset -- mentally erase them (or add them as needed) -- the logic is what really matters. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.