Skip to Content
Learning Functional Programming in Go
book

Learning Functional Programming in Go

by Lex Sheehan
November 2017
Intermediate to advanced
670 pages
17h 35m
English
Packt Publishing
Content preview from Learning Functional Programming in Go

Five generations of languages

Another way to group programming languages is by their generation

The first generation (1GL) language consists only of 1's and 0's which represent the on and off positions of electrical switches. The 1GL machine language is difficult for humans to understand. 

Assembly language (2GL) allows the programming to user words to represent operations and operands, for example, CMP means compare the data in the AX register with the number 99. The result is stored in the the EFLAGS register and used by the jump (JL) command. 2GL's are specific to a particular processor family, that is, they are machine dependent. 

A 3GL is a higher level language and most are not machine dependent. For example, Go is a 3GL. Go abstracts ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Functional Programming

Learning Functional Programming

Jack Widman

Publisher Resources

ISBN: 9781787281394Supplemental Content