[plt-dev] Re: promoting unstable libraries
On Wed, Feb 3, 2010 at 4:11 PM, Ryan Culpepper <ryanc at ccs.neu.edu> wrote:
> My proposals:
>
> -- unstable/list --
>
> The following should move:
> - list-prefix?
> - check-duplicate
> I think they should go in scheme/list.
I'm for it.
> -- unstable/syntax --
>
> The following should move:
> - define/with-syntax
> - with-syntax*
> - format-symbol
> - format-id
> - syntax-local-eval
> - internal-definition-context-apply
>
> These could all go into scheme/base, since they're all related to other
> procedures already in scheme/base. Or (some/all) could go into a new
> library. Thoughts?
If we don't want to bloat scheme/base, I wouldn't mind seeing a
scheme/syntax start up. Or just syntax[/main].
--Carl