[racket] Detecting a namespace's language.

From: Ray Racine (ray.racine at gmail.com)
Date: Sun Feb 10 17:45:58 EST 2013

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 <ray.racine at gmail.com> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130210/50a0556f/attachment.html>

Posted on the users mailing list.