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-31 3:44

>>65 is not >>79

Name: Anonymous 2016-08-31 4:13

C is a worse portable assembler than LLVM, because at least the latter doesn't pretend to be a high level language.

Name: Anonymous 2016-08-31 4:56

>>82
"Portable assembler" as used to describe C is somewhat of a misnomer. C has the same low-level features as assembly, but uses structured syntax. Its still much lower level than most languages, however the block structure and automatic local variables are abstractions that don't exist in assembly.

Name: Anonymous 2016-08-31 17:14

>>83
Those structures don't exist in machine code, but they do exist in many assembly code environments. Just pick your ABI.

Name: Anonymous 2016-08-31 17:37

>>83,84
They exist in some machine code and some assembly. Does your school teach anything besides x86? I thought the purpose of a university was to learn things.

Name: Anonymous 2016-08-31 18:17

Does your school teach anything besides x86?
If you're making programs for personal computers, x86 is the only real option.

Name: Anonymous 2016-08-31 18:18

>>85
What makes you think I have a school?

Name: Anonymous 2016-08-31 18:24

>>80
not me

Name: Anonymous 2016-08-31 23:26

Who the fuck learns about computing in school? If that's your primary source of computational knowledge, you're stunted.

Name: Anonymous 2016-08-31 23:50

none of those features involve advanced code analysis though

Name: Anonymous 2016-09-01 7:20

>>89
I did!

Name: Anonymous 2016-09-01 16:52

>>91
You're stunted!

Name: Anonymous 2016-09-01 17:10

>>89
I also did. Just a Bachelor's of Science though, no dumb shit like graduate studies.

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