Skip to content

Instantly share code, notes, and snippets.

@takikawa
Created July 23, 2012 20:11
Show Gist options
  • Save takikawa/3165954 to your computer and use it in GitHub Desktop.
Save takikawa/3165954 to your computer and use it in GitHub Desktop.
module->namespace & submod
#lang racket
(module foo racket
(provide x)
(define x 3))
(module->namespace '(submod "." foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment