Last active
January 18, 2017 20:51
-
-
Save LeifAndersen/dfad9a8f55ef671e4f3aa41b321ef7bf to your computer and use it in GitHub Desktop.
Ill formed bytecode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #lang racket/base | |
| (define ill | |
| (let ((base (string-append "a"))) | |
| (λ () base))) | |
| (ill) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment