Re: [racket] Planet dev links with student languages

2011-07-18 Thread Nadeem Abdul Hamid
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 wrote: > > Is it the case that '(require (planet ...))'

[racket] Planet dev links with student languages

2011-07-18 Thread Nadeem Abdul Hamid
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 _