Link to home
Start Free TrialLog in
Avatar of wakemeup
wakemeup

asked on

best linux distribution for programming

Hi, i am looking for the best linux distribution for programming, it seems onebase developGo is a good choice, however, i can't find anywhere to download it for free. any other suggestions? it is best that it is live cd linux, so i don't have to install it to try.i don't just mean linux contains as many compilers as possible, it is better if it comes with IDEs. if you've used developGo, you will know what i am talking about. thanks a lot!
Avatar of rindi
rindi
Flag of Switzerland image

In my point of view there isn't really a best linux distro for anything, it is just a matter of what you like best, as yoou can install most of the tools you need on any distribution. The only restriction being that there might be some tools that aren't open source and therefore either not free or require special licensing.

Also, for development a liveCD might not be the best option, as normally whenever you need to reboot you loose whatever you have written, except if you save your work somewhere, and that often isn't the default behaviour of livecd, which generally refuse to write anything permanently without a special setup from the user.

But anyway, debian is probably one of the most widely used linux distro, and knoppix is one of the widest used livecd's. The following list are other livecd's based on knoppix and therefore debian.

http://www.livecdlist.com/
Avatar of wakemeup
wakemeup

ASKER

hi,rindi,thank for your comment. however, have you seen onebase developGo? it has 11 languages and several development environment. has knoppix got these for programming? or has any live cd linux got similar amount of tools for programming. it is java and c# development environments that i am mainly interested in. plus, i don't mind using live cd linux, as long as it is reliable, i can use it on any machine, isn't it? i don't mind save work on a usb or some thing. thanks!
ASKER CERTIFIED SOLUTION
Avatar of pjedmond
pjedmond
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There are lot of tools for programming in Linux. You can try out:
anjuta (C/C++)
eclipse (Java and other languages)
netbeans (Java)
kdevelop (Many supported)
Quanta (Web Applications)
gambas (Basic language)

but the right choice depends on you and what you want to achieve.