Skip to content

Instantly share code, notes, and snippets.

@LeifAndersen
Last active January 18, 2017 20:51
Show Gist options
  • Select an option

  • Save LeifAndersen/dfad9a8f55ef671e4f3aa41b321ef7bf to your computer and use it in GitHub Desktop.

Select an option

Save LeifAndersen/dfad9a8f55ef671e4f3aa41b321ef7bf to your computer and use it in GitHub Desktop.
Ill formed bytecode
#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