Skip to content

Commit

Permalink
Update picture-language.livemd
Browse files Browse the repository at this point in the history
fixed broken link
  • Loading branch information
bradhanks committed Sep 12, 2024
1 parent 0238122 commit 027fa4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion livebooks/picture-language.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ end

## Picture Language

Implementing picture language defined in [**Structural and Interpretation of Computer Programs**](https://mitpress.mit.edu/sites/default/files/sicp/index.html) section [2.2.4](https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book-Z-H-15.html#%_sec_2.2.4) in Elixir using vix
Implementing picture language defined in [**Structural and Interpretation of Computer Programs**](https://mitpress.mit.edu/sites/default/files/sicp/index.html) section [2.2.4](https://web.mit.edu/6.001/6.037/sicp.pdf#subsection.2.2.4) in Elixir using vix


```elixir
defmodule Pict do
Expand Down

0 comments on commit 027fa4a

Please sign in to comment.