]> git.draconx.ca Git - scripts.git/blob - fucked.scheme
mplus-t-gen: Update scale and add python3 compatibility.
[scripts.git] / fucked.scheme
1 (define fucked (lambda (x) (display "fucked\n") (x x)))
2 (fucked (call-with-current-continuation (lambda (k) (k k))))