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-08 20:21

>>5
Thanks for answering the question.
I'll try SLIME.
I suspected there was a C IDE that caches all its files in RAM
because C compiling/linking was pretty slow at one time. Someone
must have tried the Turbo Pascal caching trick to speed it up.

>>3
Reinteract is the right idea. But it's a 1 man project and probably buggy. Looks worth a try.

>>2
>>4
Trash.



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