Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

IDE with advanced code analysis?

Name: Anonymous 2016-02-21 11:23

/prog/, what's the IDE with the most advanced code analysis features out there? I'm talking about things like:

- listing all the free variables that occur in selected code term
- warning the user when he shadows a binding from the outer scope
- finding all the places where a variable gets mutated
- showing all possible execution paths through a code term

Name: Anonymous 2016-08-30 19:02

>>61
C is just portable assembler. There's too much of a one-to-one correspondence between C and the generated machine code to allow the programmer to abstract. It's also too low level to allow the compiler flexibility and freedom to make larger optimizations, meaning the programmer has to hand-optimize absolutely everything. That model is poor and makes poor programmers who can't get past the low level.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List