Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Off Topic _ programming language

Posted by: Herk522 Nov 20 2007, 02:37 PM

I realize isn't the right website to be asking this but i dont know where else to ask it. what is a good language to learn for creating .exe files. a programming language that isnt for websites. im interested in learning something like that but i have know idea what language does what. C++, perl; all the same to me.

Posted by: Dr Z Nov 21 2007, 07:56 PM

C++ is very widely used and may be suitable for many applications, but not all - especially if you are doing any serious database applications. Again, it just depends on the application.

Posted by: Frederiek Nov 22 2007, 03:55 AM

Try a Google search with "create windows applications".

Posted by: Brian Chandler Nov 22 2007, 09:09 AM

Why would you want to restrict yourself to creating applications for only one operating system?

QUOTE
C++ is very widely used and may be suitable for many applications, but not all - especially if you are doing any serious database applications.


But I don't see what the language has to do with database applications, since all(?) languages will provide an interface to SQL. Actually Lisp is probably the best language to learn...

Posted by: Herk522 Nov 22 2007, 08:36 PM

what about perl. what can it do?

Posted by: Brian Chandler Nov 23 2007, 01:41 AM

QUOTE(Herk522 @ Nov 23 2007, 10:36 AM) *

what about perl. what can it do?


Fundamentally it "can do" more or less anything, and the same is true of all ("proper", i.e. Turing-comple) programming languages. But "can do" isn't the question to ask - the question should be how efficiently you can turn your ideas into working code. For some cases, if execution time is critical the choice may be more limited.

... but there's a _very_ interesting article about Lisp, here:
http://www.paulgraham.com/avg.html

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)