You are here

IDE, compiler and tool kit

4 posts / 0 new
Last post
anonymity
Offline
Last seen: 14 years 9 months ago
Joined: 2009-06-10 11:37
IDE, compiler and tool kit

It would be so blooming cool if there was a portable app that incorporated an IDE with built in compiler and tools. My personal favorite would be tcl (interpreter) with Tiny Tcl/Tk IDE or NASM-IDE with NASM. Eclipse and the other new IDE's are too bulky but a nice slimline IDE compiler/interpreter set that runs from a USB/portable device would be so, so, so cool.

Anyways keep up the good work, love all the existing (use a lot of them too Smile
ppp

gluxon
gluxon's picture
Offline
Last seen: 3 years 6 months ago
Developer
Joined: 2008-06-21 19:26
I've got Eclipse Portable

I've got Eclipse Portable over here.

https://portableapps.com/node/18591/

You need Java in X:\PortableApps\CommonFiles\Java for it to work though.

But I don't know any other Portable IDE's that aren't bulky... (ECLIPSE IS NOT BULKY!!!)

anonymity
Offline
Last seen: 14 years 9 months ago
Joined: 2009-06-10 11:37
You just proved my point.

It's Java and thus is slow in nature because it has to talk to the processor via the JRE and most probably requires JDK as well, even the installed version takes and age to load on older machines.

It also does not have any support for decent languages ( my opinion of decent of course), like assembly or hex.

Hexplorer ( http://hexplorer.sourceforge.net/ ) is a really good portable hex editor and light as hell but who wants to be programming in hex all the time lol.

hananel
Offline
Last seen: 13 years 7 months ago
Joined: 2009-06-30 04:21
Portable IDE for C++, C#, VB.NET, Boo, IronPython, F#, Pascal ,e

Here some collection That I personally use and Love,
it make my life so easy and much more portable Smile

Like Visual Studio of Microsoft with all the cool features BUT free and open source.
for C#, VB.NET, Boo, IronPython, F#
http://www.icsharpcode.net/OpenSource/SD/

for C++ and for Windows and Linux
http://www.codeblocks.org/

for Pascal and Delphe
http://www.lazarus.freepascal.org/

All this program are Open source and free.
to make them portables for USB drive just search in there forum, all of them can be portable!!!

Log in or register to post comments