Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elzibus/the-reasoned-schemer

Code related to the book : "The Reasoned Schemer"
https://github.com/elzibus/the-reasoned-schemer

book scheme

Last synced: about 2 months ago
JSON representation

Code related to the book : "The Reasoned Schemer"

Awesome Lists containing this project

README

        

# The-Reasoned-Schemer

Code related to the book : "The Reasoned Schemer", 2nd edition (https://mitpress.mit.edu/books/reasoned-schemer-second-edition).
The microKanren implementation is taken from the book's repository: https://github.com/TheReasonedSchemer2ndEd/CodeFromTheReasonedSchemer2ndEd

This repository contains simple examples of microKanren which re-implement some code taken from:

1. SICP ( https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html ). Classic programming book (which uses scheme) and covers some logic programming.
2. "Clause and Effect" ( https://rd.springer.com/book/10.1007/978-3-642-58274-5 ). Prolog programming book.