Portable Programming IDE

落爺英雄遲暮 提交于 2019-11-28 20:49:19

alt text http://sts.bkukr.de/l-davoss/blog/Lists/Blog/Attachments/21/SharpdevelopPortable.jpg

Sharp Develop Portable:

Dave blogged all you need to know to get you started!

C# support on the run, and much, much more.

Eclipse isn't "minimalist", but it does work installation-less. So as long as your USB key, or whatever, is large enough, you can put Eclipse in there and be ready to go.

Please have a look at ideone.com - supports 40+ langugages

Well, IDEs are often better suited depending on the programming language you want to use. I'm not really sure if you're looking for a text editor or an IDE, but:

As far as I'm concerned, I'd use:

Java: Eclipse (though not very minimalist)

C/C++: vim and g++, Code::Blocks

Ruby/Python/Perl: vim + interpreter

TextMate (best editor ever) on Mac OS X ($39.99) and e editor (Windows' TextMate equivalent) I also find NotePad++ to be a decent text editor, very minimalist.

Some people are crazy in love with emacs, you might want to check it out.

I'm late to the game, but a something worth mentioning is Squeak Smalltalk, or one of its derivatives like Pharo or Croquet. No changes to the registry or OS, no installers, no Services, no Admin rights needed, and only a few files needed- a full install in half a dozen files.

1) binary and source portable code; nice IDE, but with a minimalist disk footprint (5-50 MB)

2) Runs on almost any OS- one cross-platform binary image and a small virtual machine executable for each platform- one for 95/98/ME/XP/2k/XP/Vista/7/2003/2008; one for WinCE, one for OS X, one for Linux x86, etc.; (0.5-2 MB) for each platform. You can even boot onto bare metal, if you're hardcore.

3) It's Smalltalk. Birthplace of most buzz-worthy Ruby features...

4) Syntax Highlight and some level of intellisense is good built-in.

5) Free as in speech and beer.

Smalltalk isn't for everyone, but it's my personal fave. The fact that I can use the same binary image on my XP desktop, Linux server, iPhone and WinCE PDA without recompilation is a great bonus.

We are actively developing an online development environment at http://gnymb.us. This may suit your needs when it's ready.

Emacs + a compiler/interpreter sounds like what you want.

For C/C++, DevC++ works off of a usb drive. It runs off of XP, and I believe Vista as well (never tried that). It also has syntax highlighting.

Only problem is (I'm assuming this) is that it doesn't work for other languages.

I frequently use Firefox + Firebug when I want to quickly hack together something.

You may be looking for vim. Now, it won't be easy to learn how to use vim, but I'd count it time well spent. This is an unix utility that has been ported to basically every architecture and operating system see Portable GVim for the portable version. For info on using vim as an IDE, see here and here

i use Instant rails with netbeans from my stik

Nelson Miranda

Try BlueJ (Running BlueJ from a USB (thumb) drive).

Other alternatives;

  1. Snippet Compiler


    (source: sliver.com)

  2. CodeIDE an online IDE.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!