Skip to content

promesante/paip-racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Porting PAIP selected chapters from Common Lisp to Racket

I am performing this port projects of the following chapters of Peter Norvig's classic text on AI, Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp 1st Edition (also known as PAIP), an excellent entry point into Lisp and its dialects:

  • Chapter 11: Logic Programming
  • Chapter 12: Compiling Logic Programs
  • Chapter 22: Scheme: An Uncommon Lisp
  • Chapter 23: Compiling Lisp

Book's source code is available in the author's Web site , and has been taken as this repo's initial version.

Common Lisp files to be ported will be:

  1. Duplicated
  2. Physically renamed, changing just its extension, from the original lisp to Racket's rkt
  3. Each chapter and section will have its own git branch, in order to keep a tidy map between code here and book's contents

I will share the experience in my blog, in a section by section of PAIP fashion.

Comments there are more than welcome !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published