[racket] Planet dev links with student languages

From: Nadeem Abdul Hamid (nadeem at acm.org)
Date: Mon Jul 18 12:54:30 EDT 2011

OK, never mind the last two questions: I figured out (require (planet
a/b/c)) is equivalent to the form (require (planet "c" ("a" "b" ...)), and
the planet dev links do work with BSL, etc.

On Mon, Jul 18, 2011 at 9:36 AM, Nadeem Abdul Hamid <nadeem at acm.org> wrote:

>
> Is it the case that '(require (planet ...))' in the student languages
> (BSL...) doesn't work with planet dev links?
>
> And is the equivalent of a normal racket statement:
>  (require (planet a/b/c))
> this in the student languages:
>   (require (planet "a" ("b" "c" 1 0)))
> ?
>
> --- nadeem
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110718/ee37af82/attachment.html>

Posted on the users mailing list.