Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-01-2003, 11:23 AM   PM User | #1
Mhtml
Senior Coder

 
Mhtml's Avatar
 
Join Date: Jun 2002
Location: Sydney, Australia
Posts: 3,531
Thanks: 0
Thanked 1 Time in 1 Post
Mhtml is an unknown quantity at this point
Relatively easy language..

I'd like to have a go at making some games, I know basics of programming. Like I've done BASIC and Python so I'd like to get into something real.

Eventually I'd like to make games, so a language capable of that would be good.

Hmm.. Windows platform, capable of GUI programming would be a plus!
Only FREE languages will do .

I don't really mind if the language is complex if you can give me a few links to tutorials that explain properly I'm sure I'll get by.
__________________
Omnis mico antequam dominus Spookster!
Mhtml is offline   Reply With Quote
Old 04-01-2003, 11:30 AM   PM User | #2
Phantom
Regular Coder

 
Join Date: Feb 2003
Location: East Side/West Side
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
Phantom is an unknown quantity at this point
You can write VB programs in Excel...
Phantom is offline   Reply With Quote
Old 04-01-2003, 11:33 AM   PM User | #3
Mhtml
Senior Coder

 
Mhtml's Avatar
 
Join Date: Jun 2002
Location: Sydney, Australia
Posts: 3,531
Thanks: 0
Thanked 1 Time in 1 Post
Mhtml is an unknown quantity at this point
Somehow I don't think that's quite what I would be wanting to do Phantom.

I was thinking of a real language. I'd also like to stay away from VB.
__________________
Omnis mico antequam dominus Spookster!
Mhtml is offline   Reply With Quote
Old 04-01-2003, 04:45 PM   PM User | #4
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,233
Thanks: 4
Thanked 81 Times in 80 Posts
Spookster will become famous soon enough
Here is a good guide to most languages:

http://www.engin.umd.umich.edu/CIS/c...400/index.html

You can use Java or C++ to develop games and create GUI's for them. Both have nearly identical syntax.
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Old 04-01-2003, 05:40 PM   PM User | #5
liorean
The thread killer


 
Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
liorean will become famous soon enoughliorean will become famous soon enough
Scheme (and other LISPs) - once you get it. The language won't come naturally for someone used to imperative languages, but once you know it, it's easy to do things that would get far more complicated in most other languages.

However, most game developers use C/C++ or objective C as their main language with ASM for some parts of the games. Some game developers even construct their own private languages for critical tasks - optimised for exactly what the game does.
__________________
liorean <[lio@wg]>
Articles: RegEx evolt wsabstract , Named Arguments
Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs
Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards
liorean is offline   Reply With Quote
Old 04-01-2003, 06:22 PM   PM User | #6
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,233
Thanks: 4
Thanked 81 Times in 80 Posts
Spookster will become famous soon enough
Quote:
Originally posted by liorean
Scheme (and other LISPs) - once you get it. The language won't come naturally for someone used to imperative languages
That is quite an understatement. lol I'm a Java/C++ programmer and I'm busy right now writing a few programs in LISP. Hating it.

Unfortunately LISP is commonly used for Artificial Intelligence(AI) so I guess we are stuck with it.
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Old 04-01-2003, 06:27 PM   PM User | #7
brothercake
Senior Coder


 
Join Date: Jun 2002
Location: near Oswestry
Posts: 4,508
Thanks: 0
Thanked 0 Times in 0 Posts
brothercake is an unknown quantity at this point
By bro's a big fan of LISP ... apparently the cool thing about it is that you can write extensions to LISP in LISP
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark
brothercake is offline   Reply With Quote
Old 04-01-2003, 08:51 PM   PM User | #8
liorean
The thread killer


 
Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
liorean will become famous soon enoughliorean will become famous soon enough
LISP is pretty cool - the fact that you can write any program in LISP using only 6 operators in combinations is one of the more interesting things about it.

The big problem with LISP for many that are used to imperative languages, is how easy it is to do things that are complicated in other languages, and how hard LISP makes doing some of the really easy things in return. Functional languages have their points, though - A professor showed me a sample of two programs calculating the first thousand decimals of pi - the interpreted (meaning source text, not even byte-code) LISP program does it in 23% of the time it takes the compiled c program...
__________________
liorean <[lio@wg]>
Articles: RegEx evolt wsabstract , Named Arguments
Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs
Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards
liorean is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:34 AM.


Advertisement
Log in to turn off these ads.