+ 6
All in one compiler
As programmers what software(compiler) can you use to code all programming languages, name the best among all
5 Respuestas
+ 10
Well I use a multi language IDE
Visual Studio
https://www.sololearn.com/discuss/410578/?ref=app
+ 7
Yes emacs can do everything, but real programmers use vi
there is no disturbing menu or mouse interaction - it is just the code 😉
+ 6
Download link for Mac
https://www.visualstudio.com/vs/visual-studio-mac/
Download link for Windows
https://www.visualstudio.com/free-developer-offers/
+ 3
@Ace I always thought you were #VimSide. All my life I have been deceived :(
0
No such thing because some languages are proprietary (e.g. cocoa)
With that said GCC is close because you can specify the library to translate the code to binary.