Scripting language is simple, as well as the core of bitcoin escrow script processing. If you ever wrote assembly
code you’ll find this article very easy to understand –probably entertaining – otherwise it might well be one of the most challenging. Keep focused!
Meet machine code
A script is a computer program, and as a programmer you certainly know what a program is. A program takes an input, executes for some time, then returns an output. Programming languages are our tool to write programs that
computers will understand, because most languages come with compilers that map human-friendly code to CPU operations, also known as opcodes.
No comments:
Post a Comment