Advertising (This ad goes away for registered users. You can Login or Register)

What does Wololo.com/Talk Program in?

Programming on your favorite platform, for your favorite platform? Post here
User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: What does Wololo.com/Talk Program in?

Post by Acid_Snake » Mon Sep 24, 2012 1:27 pm

.lua/.sh/.py/etc are nothing more than commands, which is what an executable file is, a file with commands, binary has machine code commands, .lua has lua commands.
Advertising

User avatar
FrEdDy
HBL Collaborator
Posts: 243
Joined: Mon Sep 27, 2010 7:08 pm
Contact:

Re: What does Wololo.com/Talk Program in?

Post by FrEdDy » Mon Sep 24, 2012 2:26 pm

Acid_Snake wrote:.lua/.sh/.py/etc are nothing more than commands, which is what an executable file is, a file with commands, binary has machine code commands, .lua has lua commands.
Binaries are just fed to the processor and the processor executes those commands. Lua is fed to an interpreter which translates those lua commands into commands that the processor can understand and execute. It's not the same.
Advertising
https://github.com/freddy-156
<@n00b81> FREDDY CUTTIES

Davee
Guru
Posts: 278
Joined: Mon Jan 10, 2011 1:24 am

Re: What does Wololo.com/Talk Program in?

Post by Davee » Tue Sep 25, 2012 10:14 pm

Acid_Snake wrote:.lua/.sh/.py/etc are nothing more than commands, which is what an executable file is, a file with commands, binary has machine code commands, .lua has lua commands.
wow.
Follow me on twitter: @DaveeFTW

User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: What does Wololo.com/Talk Program in?

Post by Acid_Snake » Wed Sep 26, 2012 5:07 pm

FrEdDy wrote:
Acid_Snake wrote:.lua/.sh/.py/etc are nothing more than commands, which is what an executable file is, a file with commands, binary has machine code commands, .lua has lua commands.
Binaries are just fed to the processor and the processor executes those commands. Lua is fed to an interpreter which translates those lua commands into commands that the processor can understand and execute. It's not the same.
that's for pure binaries, things like .exe and .elf are OS dependant yet they are treated "executables", try feeding them directly to CPU... Same happens to scripts (an intermediate needs to be used, in this case an interpreter).

User avatar
FrEdDy
HBL Collaborator
Posts: 243
Joined: Mon Sep 27, 2010 7:08 pm
Contact:

Re: What does Wololo.com/Talk Program in?

Post by FrEdDy » Wed Sep 26, 2012 6:50 pm

Acid_Snake wrote:
FrEdDy wrote:
Acid_Snake wrote:.lua/.sh/.py/etc are nothing more than commands, which is what an executable file is, a file with commands, binary has machine code commands, .lua has lua commands.
Binaries are just fed to the processor and the processor executes those commands. Lua is fed to an interpreter which translates those lua commands into commands that the processor can understand and execute. It's not the same.
that's for pure binaries, things like .exe and .elf are OS dependant yet they are treated "executables", try feeding them directly to CPU... Same happens to scripts (an intermediate needs to be used, in this case an interpreter).
elfs are just containers for binaries, the os just parses the structure to create a binary image and feeds it to the processor.
https://github.com/freddy-156
<@n00b81> FREDDY CUTTIES

Different55
Posts: 130
Joined: Thu Jun 07, 2012 9:28 pm

Re: What does Wololo.com/Talk Program in?

Post by Different55 » Wed Sep 26, 2012 8:50 pm

Acid_Snake wrote:Why are you guys talking about old, deprecated languages? LOLCODE FTW!

Code: Select all

HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
I'm making a LOLCode interpreter in PHP.

niksko12
Posts: 97
Joined: Wed Oct 10, 2012 6:55 am
Location: Philippines

Re: What does Wololo.com/Talk Program in?

Post by niksko12 » Wed Oct 24, 2012 8:37 am

C, Java, Php, Javascript, Perl, Ruby, etc..

IMO, It doesn't matter as long as you do what you want and you enjoy what you are doing.

:D

PS.

PHP and Javascript programming gives me a lot of money ;)
You hate me?
Cool.
I don't wake up everyday just to please you..

Post Reply

Return to “Programming”