Originally posted by: BingBongWongFooey
I just use vim + appropriate compiler/interpreter for the language I'm using.
Originally posted by: SinNisTeR
Originally posted by: BingBongWongFooey
I just use vim + appropriate compiler/interpreter for the language I'm using.
what language is that?![]()
Originally posted by: BingBongWongFooey
Originally posted by: SinNisTeR
Originally posted by: BingBongWongFooey
I just use vim + appropriate compiler/interpreter for the language I'm using.
what language is that?![]()
vim isn't a language, it's a text editor.
Originally posted by: SinNisTeR
Originally posted by: BingBongWongFooey
Originally posted by: SinNisTeR
Originally posted by: BingBongWongFooey
I just use vim + appropriate compiler/interpreter for the language I'm using.
what language is that?![]()
vim isn't a language, it's a text editor.
lol, i know what vim is... i wanted to know which language you were referring to..![]()
C, C++, Java, Perl, XML?
Originally posted by: talyn00
I use Visual Studio .NET for C#, C++ and Visual Basic
Originally posted by: SinNisTeR
Originally posted by: talyn00
I use Visual Studio .NET for C#, C++ and Visual Basic
im not too familiar with .net, can programs that are compiled with .net run on machines that do not have the .net framework?
Originally posted by: MrChad
Originally posted by: SinNisTeR
Originally posted by: talyn00
I use Visual Studio .NET for C#, C++ and Visual Basic
im not too familiar with .net, can programs that are compiled with .net run on machines that do not have the .net framework?
No, .NET-based programs require that the .NET framework is installed in order to run. They operate similarly to Java-based programs, which require the Java Runtime Environment (JRE) in order to run.
Originally posted by: xcript
nano for Perl/PHP/C/HTML/whatever.
I was looking around for a decent (linux) Perl and/or C IDE the other day - didn't find anything interesting.
I used Komodo for a bit after I got a free copy at a Python seminar, but I'm not really a fan of it.
If anyone has any recommendations LMK.![]()
Originally posted by: BingBongWongFooey
vim!
If it's the learning curve that stops you, have you tried vimtutor?