paip-lisp icon indicating copy to clipboard operation
paip-lisp copied to clipboard

Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

Results 30 paip-lisp issues
Sort by recently updated
recently updated
newest added

I am working through converting the table screenshots into Markdown tables. I have converted the Chapter 7 table [1]. The remaining chapters are Chapters 11, 12, 15, 16, 17, 18,...

We want to describe some pseudocode, with placeholders, like, toward the end of chapter 1.6: ![function first-name](https://user-images.githubusercontent.com/171153/173157166-600adfe2-d869-4bbe-8452-0898b97d9c92.jpeg) ### previously At times, we've had: * *italics* in a `code block`, which...

There are places where tables are used to roughly format code. We should use code blocks instead. I used Sublime Text and option+mouse drag to make a rectangular selection. I...

> tags: scripts, grep, prettier markdown Normalize e.g. from `**Exercise 6**.**6** [**m**]` to `**Exercise 6.6 [m]**`

> tags: script, prettier markdown Switch to `(regex)` from (`regex`). If that's hard to read: ``` good: `(exp)` bad: (`exp`) ```

The PDF file at https://github.com/norvig/paip-lisp/blob/master/PAIP-part1.pdf is about 2 years old. Is there a newer version somewhere? Thanks!

See https://github.com/norvig/paip-lisp/issues/136#issuecomment-1021258166 and https://github.com/norvig/paip-lisp/issues/136#issuecomment-1025326253 for initial discussion on updating the images. This issue is to discuss the @pronoiac's bookmarks and thoughts about diagrams.

Back in the 1990s I remember finding a bug in the queues code. Since I've lost the email and forgotten the problem, I'll try to reconstruct it now. The code...

Is it possible that each code fragment could be runnable and editable, right in the browser? One way to get there is to create a docker container with the book,...