Skip to content

Commit

Permalink
Done 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 committed Jun 14, 2023
1 parent 6a1bb22 commit afd7feb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/sicp/chapter03/3_15.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
(ns sicp.chapter03.3-15)

; z1 -> ( . )
; | |
; v v
; x --> ( . ) -> ( . ) -> null
; | |
; v v
; 'wow 'b

; z2 -> ( . ) -> ( . ) -> ( . ) -> null
; | | |
; | v v
; | 'a 'b
; | ^
; | |
; `-----> ( . ) -> ( . ) -> null
; |
; v
; 'wow

0 comments on commit afd7feb

Please sign in to comment.