]> git.draconx.ca Git - scripts.git/blob - fucked.scheme
Mostly rewrite musicstats.zsh.
[scripts.git] / fucked.scheme
1 (define fucked (lambda (x) (display "fucked\n") (x x)))
2 (fucked (call-with-current-continuation (lambda (k) (k k))))