[plt-scheme] DrScheme tool development practices

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Sep 17 10:17:11 EDT 2008

You just say 'planet link' and then, if you need to recompile your .zo
files use mzc.

Using planet link is the currently preferred alternative to putting
stuff directly into a collects directory.

Robby

On Wed, Sep 17, 2008 at 9:02 AM, Stephen De Gabrielle
<spdegabrielle at gmail.com> wrote:
> Do I have devlinks right?
>
> I know you haven't used this yourself, but what do you think;
> - do I drop my planet fileinject/remove steps, and to replace with  planet
> link/unlink?
> or
> -  do I just link once and recompile with 'planet create .' every time I
> restart drscheme to test my tools progress?
>
> It makes me think I might be better off just creating a hard-link in
> collects/  at the os level, and just recompiling with setup-plt -l
> 'collect-name' restart DrScheme everytime I need to restart (deleting the
> bytecode if things go badly)
>
> Cheers,
>
> Stephen
>
> --
> Stephen De Gabrielle
> s.degabrielle at cs.ucl.ac.uk
> Telephone +44 (0)20 7679 0693 (x30693)
> Mobile 079 851 890 45
> Project: Making Sense of Information (MaSI)
> Work:http://www.uclic.ucl.ac.uk/annb/MaSI.html
> Home:http://www.degabrielle.name/stephen
>
>
> UCL Interaction Centre
> MPEB 8th floor
> University College London
> Gower Street
> London WC1E 6BT
>
>
> On Wed, Sep 17, 2008 at 1:40 PM, Grant Rettke <grettke at acm.org> wrote:
>>
>> Hi Stephen,
>>
>> On Wed, Sep 17, 2008 at 5:53 AM, Stephen De Gabrielle
>> <spdegabrielle at gmail.com> wrote:
>> > I'm currently doing the following rain dance
>> > and depending on my machine I may have one or two installs of drscheme
>> > running (one for editing, one for testing)
>> >
>> > does anyone have any tips?
>>
>>
>> http://docs.plt-scheme.org/planet/Developing_Packages_for_PLaneT.html#(part._devlinks)
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.