Learn Prolog Now: Introductory Programming Course Available Online and in Book Form
By
rramadass
Right out the toaster. Reliable, with some real depth.
Summary
Learn Prolog Now! is an introductory programming course for Prolog that has been available online since 2001 and now has a thoroughly revised book version. The course aims to be self-contained for beginners with little computing knowledge and clear enough for self-study, with accompanying exercises.
Key quotes
· 4 pulledLearn Prolog Now! is an introductory course to programming in Prolog.
The online version has been available since 2001, and now there is also a throughly revised version available in book form.
We wanted to provide a text that was relatively self contained, a text that would permit someone with little or no knowledge of computing to pick up the basics of Prolog with the minimum of fuss.
We also wanted the text to be clear enough to make it useful for self study.
You might also wanna read
Algorithms with TypeScript: A Free Online Textbook on Data Structures and Algorithms
Algorithms with TypeScript is a free online textbook covering algorithms and data structures from first principles to advanced topics. The c
The History of Pipes, Forks, and Zombies in Unix Systems
This article discusses the history and concept of pipes in Unix systems, focusing on Doug McIlroy's original vision of coupling programs lik
A 7-line interpreter: Implementing a functional programming language in minutes
The article presents a minimal 7-line interpreter for a functional programming language, demonstrating the eval/apply design pattern from St
Demystifying Floating Point Numbers: An Interactive Guide
An in-depth technical blog post that demystifies floating point numbers, explaining their internal representation and behavior. The author i
The Seven Foundational Programming Paradigms: Understanding Core Concepts Beyond Specific Languages
The article argues that instead of focusing on specific programming languages, learners should understand the fundamental 'ur-languages' or
Introduction to C Programming: Understanding the Foundational Language
This appears to be the beginning of a book about the C programming language, specifically Chapter 1 titled 'Getting Started.' The content in
