http://code.fed.wiki/assets/pages/lambda-talk-in-a-frame/repl.html HEIGHT 1500
_h1 hello world {pre '{def φ {/ {+ 1 {sqrt 5}} 2}} -> {def φ {/ {+ 1 {sqrt 5}} 2}} } {pre '{φ} -> {φ} } {pre '{def swap {lambda {:a :b} {b :b :a}}} -> {def swap {lambda {:a :b} {b :b :a}}} } {pre '{swap hello world} -> {swap hello world} } {pre '{def fac {lambda {:n} {if {< :n 2} then 1 else {long_mult :n {fac {- :n 1}}} }}} -> {def fac {lambda {:n} {if {< :n 2} then 1 else {long_mult :n {fac {- :n 1}}} }}} } {pre '{fac 500} -> } {prewrap {fac 500}} _img https://corte.si/posts/code/hilbert/portrait/hilbert3d-o3.png {center Hilbert in 3D|http://lambdaway.free.fr/lambdaspeech/?view=hilbert} {style pre { background:#ff0; padding:10px; box-shadow:0 0 8px #000; } }