Bash (acronym for the ‘Bourne-Again-SHell’) is a shell and programming language. Bash has become a de facto standard for shell scripting. Here’s our recommended free books to master Bash.
Read more
The Linux Portal Site
Bash (acronym for the ‘Bourne-Again-SHell’) is a shell and programming language. Bash has become a de facto standard for shell scripting. Here’s our recommended free books to master Bash.
Read more
Here’s our recommended texts to learn ECMAScript. They are all free to read, and a few are open source licensed.
Read more
The OCaml system is the main implementation of the Caml language. It has a very strong type-checking system, offers a powerful module system, automatic memory management, first-class functions, and adds a full-fledged object-oriented layer.
Read more
VimL is a powerful scripting language of the Vim editor. You can use this dynamic, imperative language to design new tools, automate tasks, and redefine existing features of Vim. Here’s our recommended free VimL books.
Read more
Erlang is a general-purpose, concurrent, declarative, functional programming language and runtime environment developed by Ericsson. Here’s our recommended free books for you to add another language to your bow!
Read more
BASIC (Beginner’s All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use.
Read more
HyperText Markup Language (HTML) is used to create web pages and other information that is intended for display in a web browser.
Read more
Prolog is a general purpose, declarative, logic programming language, often associated with artificial intelligence, computational linguistics, intelligent database retrieval, and problem solving. Read about our recommended free Prolog books.
Read more
Scheme is a general-purpose, functional, programming language descended from Lisp and Algol. It is a statically scoped and properly tail-recursive dialect of Lisp.
Read more
Lisp (derives from “LISt Processing”) is one of the oldest programming languages. It was invented in 1958, with the language being conceived by John McCarthy and is based on his paper “Recursive Functions of Symbolic Expressions and Their Computation by Machine”.
Read more
The Logo Programming Language, a dialect of Lisp, was designed as a tool for learning. It features interactivity, modularity, extensibility, with flexibility of data types.
Read more
Fortran (Formula translation) is a multi-paradigm programming language invented by John Backus of IBM in the 1950s. Here’s our recommended free books.
Read more
Scala is a modern, object-functional, multi-paradigm, Java-based programming and scripting language that’s released under the Apache License 2.0. It blends functional and object-oriented programming models.
Read more
COBOL is an acronym which stands for Common Business-Oriented Language. The US Department of Defense, in a conference, formed CODASYL (Conference on Data Systems Language) to develop a language for meeting business data processing needs which is now known as
Read more
The popularity of a book is influenced by personal feelings, tastes, and opinions. Programming books accord to this general rule. There is a wide range of Perl books. Here’s our recommended free Perl books.
Read more
Pascal is an imperative and procedural programming language designed in the late 1960s by Niklaus Wirth to teach structured programming using subprograms called procedures and functions.
Read more
Go is a compiled, statically typed programming language that makes it easy to build simple, reliable, and efficient software. This article selects the best open source books that will give readers a firm foundation in developing Go applications.
Read more
Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.
Read more
Swift is a powerful and intuitive general-purpose programming language for the OS X, iOS, watchOS, and Linux operating systems. It’s developed by Apple Inc. Swift is intended to be more resilient to erroneous code (“safer”) than Objective-C, and more concise.
Read more
Assembly language is also used primarily for direct hardware manipulation, access to specialized processor instructions, or to address critical performance issues. Assembly is excellent for speed optimization.
Read more