Skip to content

Commit

Permalink
Merge pull request #164 from bradhanks/patch-1
Browse files Browse the repository at this point in the history
Fixed broken link on LiveBook notebook
  • Loading branch information
akash-akya committed Sep 12, 2024
2 parents 0238122 + ab17171 commit 100c22a
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://web.mit.edu/6.001/6.037/sicp.pdf) 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 100c22a

Please sign in to comment.