Live data from Hacker News

Tenacious C: Cool C IDE

tenaciousc.com

1–10 of 43 posts

Re: Tenacious C: Cool C IDE

#4
post #3

I've been waiting for something to implement at least something DDD has done for years... and less fugly is nice. Any idea how it handles circular references? http://www.gnu.org/software/ddd/all.png

Whoah, how have I missed ddd completely! I'll definitely give it a try soon. Anyway, I don't know any details about Tenacious C, they are just launching in December.

Re: Tenacious C: Cool C IDE

#7
post #2

Just from the screenshots it looks like it might be a good tool for teaching students learning about pointers.

This is probably one of the best things that's happened for programming education in years! (In addition to a lot of other uses.)

Re: Tenacious C: Cool C IDE

#8
Good top post on the blog page, made me lol:

'I like C, but I have to admit that, sometimes, “The Old Man of Programming” can be a bit of a killjoy. This is one of the most exciting eras in computer history, but lately, C’s acting like he doesn’t even want to have a good time. While the cool kids like Ruby and Haskell are living it up, C’s over in the corner obsessing over bits and bytes and memory alignment and pointers and the stack and machine architecture and unreachable allocations and multiple indirections…and it’s…kind of a buzzkill. You want to tell him, “Dude! Lighten up! This is supposed to be fun!”

But of course C can’t relax. He’s holding the entire computing universe on his shoulders, after all. It’s not turtles all the way down — it’s turtles all the way down, __then C__. Not a lot of room for fun underneath that, is there?

Is there?

Well. Here’s the secret: C does let loose sometimes. And after being bottled up for so long, when the release finally does come, it’s pretty much an F5 of crazy.'

Re: Tenacious C: Cool C IDE

#9
post #3

I've been waiting for something to implement at least something DDD has done for years... and less fugly is nice. Any idea how it handles circular references? http://www.gnu.org/software/ddd/all.png

What would be interesting is if someone made a web-based GUI wrapper around such apps. I am sure it would be possible, considering that curses-based wrappers have been around: http://zemljanka.sourceforge.net/cursed/.
Post reply on HN