Re: [racket] Detecting a namespace's language.

2013-02-10 Thread Ray Racine
Nevermind, as explained by Eli on another thread I really don't need this to accomplish the original purpose. On Sun, Feb 10, 2013 at 9:35 AM, Ray Racine wrote: > Is there a means to check what language a namespace is in? > > e.g. > > (namespace-language my-tr-ns) -> 'typed/racket > (namespace-

[racket] Detecting a namespace's language.

2013-02-10 Thread Ray Racine
Is there a means to check what language a namespace is in? e.g. (namespace-language my-tr-ns) -> 'typed/racket (namespace-language my-r-ns) -> 'racket ;; or racket/base etc. Thanks, Ray Racket Users list: http://lists.racket-lang.org/users