[plt-scheme] excluding names from module "base langauges"

From: Jos Koot (jos.koot at telefonica.net)
Date: Thu Jul 5 15:17:11 EDT 2007

(module base (lib "plt-pretty-big-text.ss" "lang") (provide (all-from-except 
(lib "plt-pretty-big-text.ss" "lang") exit)))

(module eval.80486-asm.native  base)

Jos Koot
----- Original Message ----- 
From: "Corey Sweeney" <corey.sweeney at gmail.com>
To: "PLT-list" <plt-scheme at list.cs.brown.edu>
Sent: Thursday, July 05, 2007 9:04 PM
Subject: [plt-scheme] excluding names from module "base langauges"


> Is it possible to exclude a function from a base "module language"?  I
> was hoping to do something like this:
>
> (module eval.80486-asm.native  (all-except (lib
> "plt-pretty-big-text.ss" "lang") exit)
>
> blah blah blah)
>
>
>
>
> -- 
> ((lambda (y) (y y)) (lambda (y) (y y)))
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 



Posted on the users mailing list.