HPR2942: Why I love lisps
🔒
https://hackerpublicradio.org
«Syntax example
(define (fib-rec n)
(if (< n 2)
n
(+ (fib-rec (- n 1))
(fib-rec (- n 2)))))
Structured Editing
Parinfer: https://shaunlebron.github.io/parinfer/
Paredit: https://www.ema...»
Automatische Weiterleitung...
1.5s