Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LeifAndersen/26cb7aa365a9d7b038805665df40e7fa to your computer and use it in GitHub Desktop.
Save LeifAndersen/26cb7aa365a9d7b038805665df40e7fa to your computer and use it in GitHub Desktop.
#lang scratch
(provide blue)
(define blue 42)
(define bind
(parameterize ([current-load-relative-directory "/"])
(syntax-binding-set->syntax
(syntax-binding-set-extend
(syntax-binding-set)
'blue
0
(module-path-index-join "h.rkt" #f))
'blue)))
(eval bind)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment