So, maybe you can give me language where you lack programmers... Or easiest one

I know only pascal since we learn it in school, but it is old and sux.
You missed out lisp. Most modern languages lack some functionality that lisp had back in 60s.Courgette wrote:Other cool languages and tools I like :
Lua, awk/gawk, bash (just for very small scripts or prepare to die), sed, grep
Courgette wrote:Perl : good if you have to work with text files a lot. I've never learned it cause I don't like its clumsy syntax (IMHO) and I can do what perl do with other lang. Lots of quality modules available through CPAN.
Courgette wrote:Php : good for websites as most opensource web project are in Php. You can code object oriented code, but not necessarily. Lack packages before v5.3. Standard API a bit long to learn because of funny named functions. It is sometimes difficult to find good 3rd party library/classes you can rely on because of too much script kiddies using it and sharing crap all over the Internet
Courgette wrote:Python : easy to lean language although it has a somewhat different philosophy than more popular languages have. Past the 1st "heu, wtf..." it becomes pleasant to code with. Clever syntax makes code short but still comprehensible. Can do OOP or not. Lots of libraries available. It is easy to compile your scripts into an .exe which makes it a good candidate for project targeting window$ users who don't have more knowlegde than "double click to install"
Courgette wrote:C : a "must know" language if you want to build high performance programs. 40% of opensource programs are still written in C. You might have to fight with pointers while you can even ignore what pointers and memory is in most other popular languages. still knowing wtf is a pointer is a good thing to know even for other languages that abstract them.
C++ : wanna hack through ioQuake3same as C but OOP.
Courgette wrote:Other cool languages and tools I like :
Lua, awk/gawk, bash (just for very small scripts or prepare to die), sed, grep
SvaRoX wrote:If you really want to learn programming for further and serious use, I would really advise you to learn C. [...], be used to constraints like forced data types and rigorous programming
#include "iostream"
using namespace std;
int main () {
cout << "Which programing language should i use? n C (1) or C++ (2)? n";
int a=0;
cin >> a;
if (a==1) {cout << "I'll learn C. n";}
else if (a==2) {cout << "I'll learn C++. n";}
else {cout << "I'm confused. n";};
return 0;
}
Deviant wrote:Javajavajavajavajavajavajavajavajavajavajavajavajavajava
public local something blah long short double int main(strange useless never-used String[] args){...}
It's useful, but not overly cross-platform. I also liked QBASIC, but the same story. Very powerful and simple language, documented as none other, yet DOS-specific, thus almost useless nowdays.dmmh wrote:he also forgot Visual Basic :'(
Who is onlineUsers browsing this forum: No registered users and 28 guests |
Misc
|