[plt-scheme] DrScheme tool development practices

From: Stephen De Gabrielle (spdegabrielle at gmail.com)
Date: Wed Sep 17 10:02:13 EDT 2008

Do I have devlinks<http://docs.plt-scheme.org/planet/Developing_Packages_for_PLaneT.html#%28part._devlinks%29>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)<http://docs.plt-scheme.org/planet/Developing_Packages_for_PLaneT.html#%28part._devlinks%29>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080917/a1838fef/attachment.html>

Posted on the users mailing list.