Best programming language.

Discuss Programming / Linux questions.

Moderators: scallenger, Sky, TresCom Support Team

Big Red
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 768
Joined: Mon Dec 13, 2004 7:42 pm
Location: Canada
Contact:

Post by Big Red »

hey
this is my first post on this forum (excluding miniboard) so i'm only posting here to get my first post lol

actually I would like to suggest another alternative completely. High-level assembler. start at http://www.movsd.com/masm.htm . it explains it pretty well. the advantage is that you get familiar with some of the high-level stuff with the high-level MASM syntax (which bears resemblance to C) but you'll learn assembly at the same time. there are many tutorials (see links on that page). many will disagree with me but assembly is probably the most important language to know, because once you know that, you'll realize all the other languages are just syntax variations for the same code (put _basically_). if you have the time to invest, and you're serious about programming, it'll be worth it.

I started programming in C/C++ and then Delphi but it didn't help me understand what programming was. it was basically just, i.e., if you wanna put text on screen use "cout". but it doesn't explain programming itself (i.e., how the characters actually got on the screen). ASM was the way to go for me.

but for your kind of program, considering it's not performance-inclined, you'd be good with Delphi/Pascal.
Big Red
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 768
Joined: Mon Dec 13, 2004 7:42 pm
Location: Canada
Contact:

Post by Big Red »

oh man, what was I thinking posting that under a "Linux" board lol?!

there are still some good assemblers for linux (FASM, NASM) though, and I know FASM's macros got some people working on high-level syntax which works very well. still a thing to consider.
Trespasser ATX modification web site:
http://atx.trescom.org/
User avatar
machf
T-Rex Killer
T-Rex Killer
Posts: 12368
Joined: Thu Apr 24, 2003 11:20 pm
Location: Lima, Peru
Contact:

Post by machf »

Hmmm, I think it was originally in the "Programming" forum rather than the "Linux" one, then madppiper merged them both...
Big Red
-=TresCom Developer=-
-=TresCom Developer=-
Posts: 768
Joined: Mon Dec 13, 2004 7:42 pm
Location: Canada
Contact:

Post by Big Red »

it'd be nice if that were true, but I'm pretty sure I posted that under the combined forum lol (unless the date proves otherwise)
Trespasser ATX modification web site:
http://atx.trescom.org/
masterchiefoo7
Compsognathus
Compsognathus
Posts: 1213
Joined: Thu Jul 08, 2004 2:00 am
Contact:

Post by masterchiefoo7 »

erm, back to the original post, my favorite language is basic, specifically, I use blitz basic, which is extremly easy to use, even for someone like me. its biggest use is video games, but you can create some real high end software. it comes in both 2d and 3d, im having a lot of fun with it. there are lots better programs/languages out there, but if your a noob to programming, give it a try at http://www.blitzbasic.com
Hammond: When they opened Disneyland in 1956, nothing worked!

Ian: Yeah, but when Pirates of the Caribbean breaks down, the pirates don't eat the tourists...

visit my website @ http://www.freewebs.com/masterchiefoo7
Post Reply