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

Q: Any C IDE that compiles in RAM

Name: Anonymous 2008-01-08 14:40

The old Turbo Pascal did everything in RAM after the inital load. Even the library was kept in RAM so the linker didn't touch the disk.

Do any C IDE's do that?

Or any IDE for any language?

Python IDLE makes me save my file each time I run it. That seems contrary to the interactive shell principle. It should let me pass the file from the editor to the shell without saving it. And it should cache the libraries in RAM if it
doesn't already. Is there a way to make IDLE work in RAM like this?

Name: Anonymous 2008-01-09 7:38

>>11
OP is amused that you're an idiot.

Most any language offers the basics to let you do simple, procedural programming for prototyping and one-use scripts.

The issue here is fast IDE that doesn't make you commit every little edit to disk, not language.

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