Developer tools for os' other than windows

I am currently using visual studio 2008 to create projects that can be run on windows. Can you recommend me other tools that you can use to develop applications for other operating systems (Linux, Mac, Solaris) The most famous programming languages ​​will do (C ++, C #, F #) And scripting languages ​​(PHP, Perl and etc.)

+3
source share
6 answers

A somewhat similar commercial Linux IDE is SlickEdit .

Eclipse and NetBeans are free development alternatives on many platforms.

Emacs and vim give you a lot of functionality, with a tougher interface.

+3
source

Eclipse has strong Java focus, but support for a wide range of other languages ​​and cross-platform.

MonoDevelop for cross-platform C # fun

+5
source

Mac OS X Apple XCode, IDE, .

Java, C, Objective-C ++ , .

+1

Padre, Perl IDE Perl. -, Perl ( ) -, .

0

Linux nano ( ), make . , ssh, , Netbeans Eclipse .

, nano, nanorc: asm, awk, c, ++, css, html, java, objective-c, ocaml, patch, perl, php, pov, , . ( - , )

0

For C programming, which is very often used on Unix, especially for older programs, make + gcc with a good editor is the best combination. Emacs has good integration with C source and compiler output.

0
source

Source: https://habr.com/ru/post/1734741/


All Articles