Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Assembly language

by stevieb (Canon)
on Dec 14, 2019 at 18:33 UTC ( [id://11110131]=note: print w/replies, xml ) Need Help??


in reply to Re: Assembly language
in thread Assembly language

"Perl has very little to do with assembly language"

This is wrong as well.

*All* high-level languages are compiled into assembly/machine code to be understood by the processor(s).

"If you want it to run on just about any computer, then you should write it in Perl. If your goal is speed, then write it in assembly."

If you want to run something on any computer, use any language that can compile into machine code for the specific CPU architecture you're targeting.

If your goal is speed, write it in a compiled language (eg. C) instead of a scripting language.

If your goal is to write something that is so low-level that there isn't a compilation routine to do accurate translation, write it in assembly.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11110131]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 02:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found