Valhalla Legends Archive

Programming => General Programming => Topic started by: rambling maniac on July 18, 2005, 11:45 AM

Title: Best programming language...
Post by: rambling maniac on July 18, 2005, 11:45 AM
What would be the best programming language that uses the systems hardware resources for pulling information and sending information from a graphical environment in the fastest way possible.
Title: Re: Best programming language...
Post by: R.a.B.B.i.T on July 18, 2005, 02:48 PM
x86 Assembly
Title: Re: Best programming language...
Post by: Lenny on July 18, 2005, 03:04 PM
Whew, and I thought this would be a controversial topic.
Title: Re: Best programming language...
Post by: iago on July 18, 2005, 06:19 PM
"from a graphical environment"? Can you elaborate?

You'll probably want C, it's low level and you can make direct hardware calls from it.  Or, if it's necessary, you can add inline assembler. 

I don't quite understand why RaBBiT suggests x86, though.  Use whichever assembler is native to your CPU.
Title: Re: Best programming language...
Post by: Banana fanna fo fanna on July 18, 2005, 06:38 PM
C, with a bit of assembler.
Title: Re: Best programming language...
Post by: Arta on July 18, 2005, 07:56 PM
Hopefully, they all mean C++ :)
Title: Re: Best programming language...
Post by: iago on July 18, 2005, 09:13 PM
Quote from: Arta[vL] on July 18, 2005, 07:56 PM
Hopefully, they all mean C++ :)

Why have the extra (and, might I add, pointless) design considerations of classes to a simple hardware interface problem?
Title: Re: Best programming language...
Post by: Arta on July 18, 2005, 09:26 PM
Because, imho, a well-designed OO program is more maintainable, more extensible, and more reusable than its procedural counterpart. Note that I said well-designed - which is hard. I think this applies to all but the most trivial of programs.

Also, since is C++ a superset of C, it will let you do everything as you would otherwise have done it in C, but with the added benefit of better type safety and other useful language features. It's not just classes.

Since C++ is 'C' '++', you may as well use it, just in case you want the '++' later :)
Title: Re: Best programming language...
Post by: R.a.B.B.i.T on July 19, 2005, 12:20 AM
Quote from: iago on July 18, 2005, 06:19 PM
"from a graphical environment"? Can you elaborate?

You'll probably want C, it's low level and you can make direct hardware calls from it.  Or, if it's necessary, you can add inline assembler. 

I don't quite understand why RaBBiT suggests x86, though.  Use whichever assembler is native to your CPU.
Notepad2 + NASM/TASM/MASM
Title: Re: Best programming language...
Post by: rambling maniac on July 19, 2005, 09:34 AM
I meant to be able to grab certain information from a multimedia image and then send the info that was attained very quickly.
Title: Re: Best programming language...
Post by: Yoni on July 19, 2005, 12:59 PM
Quote from: rabbit on July 19, 2005, 12:20 AM
Quote from: iago on July 18, 2005, 06:19 PM
"from a graphical environment"? Can you elaborate?

You'll probably want C, it's low level and you can make direct hardware calls from it. Or, if it's necessary, you can add inline assembler.

I don't quite understand why RaBBiT suggests x86, though. Use whichever assembler is native to your CPU.
Notepad2 + NASM/TASM/MASM
Hex editor + machine code reference
Title: Re: Best programming language...
Post by: TehUser on July 19, 2005, 04:16 PM
A switch, for tapping out the binary yourself.
Title: Re: Best programming language...
Post by: iago on July 19, 2005, 05:51 PM
Quote from: rambling maniac on July 19, 2005, 09:34 AM
I meant to be able to grab certain information from a multimedia image and then send the info that was attained very quickly.

Then yeah, C, possibly mixed with assembly, is your best bet.

Or C++ -- Arta, if you want to argue the point further about C vs. C++, let's use another topic.  But I don't care enough to start one, so eh?  I like C better, and I will continue to like C better. 
Title: Re: Best programming language...
Post by: Mephisto on July 20, 2005, 06:22 PM
Quote from: iago on July 18, 2005, 06:19 PM
I don't quite understand why RaBBiT suggests x86, though.  Use whichever assembler is native to your CPU.

Because he doesn't know enough about ASM to understand what he's saying.  :P
Title: Re: Best programming language...
Post by: Warrior on July 20, 2005, 06:57 PM
or because he made an assumption based on a commonly used processor by people on this forum.
Title: Re: Best programming language...
Post by: Mephisto on July 21, 2005, 12:09 AM
Quote from: Warrior on July 20, 2005, 06:57 PM
or because he made an assumption based on a commonly used processor by people on this forum.

Doubtful.
Title: Re: Best programming language...
Post by: Newby on July 21, 2005, 12:20 AM
Quote from: Mephisto on July 21, 2005, 12:09 AM
Quote from: Warrior on July 20, 2005, 06:57 PM
or because he made an assumption based on a commonly used processor by people on this forum.

Doubtful.

But possible.
Title: Re: Best programming language...
Post by: Mephisto on July 21, 2005, 12:32 PM
Quote from: Newby on July 21, 2005, 12:20 AM
Quote from: Mephisto on July 21, 2005, 12:09 AM
Quote from: Warrior on July 20, 2005, 06:57 PM
or because he made an assumption based on a commonly used processor by people on this forum.

Doubtful.

But possible.

Do you believe that it's possible?^^
Title: Re: Best programming language...
Post by: Warrior on July 21, 2005, 02:02 PM
I'm just a hard ass, hi mephisto.

OK I LIKE PHP.
Title: Re: Best programming language...
Post by: iago on July 21, 2005, 04:12 PM
Quote from: Mephisto on July 21, 2005, 12:32 PM
Quote from: Newby on July 21, 2005, 12:20 AM
Quote from: Mephisto on July 21, 2005, 12:09 AM
Quote from: Warrior on July 20, 2005, 06:57 PM
or because he made an assumption based on a commonly used processor by people on this forum.

Doubtful.

But possible.

Do you believe that it's possible?^^

More likely he wanted to sound smart :-P
Title: Re: Best programming language...
Post by: Mephisto on July 21, 2005, 11:14 PM
Quote from: iago on July 21, 2005, 04:12 PM
Quote from: Mephisto on July 21, 2005, 12:32 PM
Quote from: Newby on July 21, 2005, 12:20 AM
Quote from: Mephisto on July 21, 2005, 12:09 AM
Quote from: Warrior on July 20, 2005, 06:57 PM
or because he made an assumption based on a commonly used processor by people on this forum.

Doubtful.

But possible.

Do you believe that it's possible?^^

More likely he wanted to sound smart :-P

Which is what I was getting at in a different way.  :p
Title: Re: Best programming language...
Post by: R.a.B.B.i.T on July 22, 2005, 01:13 AM
Quote from: rambling maniac on July 18, 2005, 11:45 AMfastest way possible.
x86 assembly is the fastest thing I understand.  Die.
Title: Re: Best programming language...
Post by: Eibro on July 22, 2005, 04:02 AM
Quote from: Arta[vL] on July 18, 2005, 09:26 PM
Because, imho, a well-designed OO program is more maintainable, more extensible, and more reusable than its procedural counterpart. Note that I said well-designed - which is hard. I think this applies to all but the most trivial of programs.

Also, since is C++ a superset of C, it will let you do everything as you would otherwise have done it in C, but with the added benefit of better type safety and other useful language features. It's not just classes.

Since C++ is 'C' '++', you may as well use it, just in case you want the '++' later :)
It seems like your views on this subject have changed since I last lurked. I always pegged you as a n advocate of procedural programming. :)
Title: Re: Best programming language...
Post by: Mangix on August 03, 2005, 11:49 PM
a friend of mine told me that Delphi is a better language than C or C++ :P. he also told me it's a real language although i dont know why he said that :P.
Title: Re: Best programming language...
Post by: dx on August 04, 2005, 01:22 AM
Quote from: Mephisto on July 21, 2005, 12:32 PM
Quote from: Newby on July 21, 2005, 12:20 AM
Quote from: Mephisto on July 21, 2005, 12:09 AM
Quote from: Warrior on July 20, 2005, 06:57 PM
or because he made an assumption based on a commonly used processor by people on this forum.

Doubtful.

But possible.

Do you believe that it's possible?^^

I have a hard time believing some things to be possible...

Quote from: Mephisto on February 26, 2004, 11:34 PM
I'm pretty well certain the vast majority have heard/know me whether I'm known to you as a complete nuisance, a random person to take more space up, or as a friend.  Regardless, I will just post a few things about myself:

Brief Summary:
I am 14 years old and live in Redding, CA, and I attend High School as a Freshmen.  I help make projects and Websites for a medium-sized incorporated business in the Redding area called Insignia under the supervision of the founder of the company, my Dad's friend, Steve Kinyon.

Languages known as pertains to an appropriate level to this forum, and not necessarily just programming languages:
- C
- C++
- C#
- ASM
- Java
- J#
- PHP
- HTML
- Español (No soy fluente en español, pero, yo aprendo mucho en la clase de español en escuela.)