Roby, Sam,
Thanks for your help, I did not know about raco link.
Everything is working fine now.
Best regards,
Dmitry
On Thu, Mar 1, 2012 at 4:42 PM, Robby Findler
wrote:
> The second approach only controls what happens for programs that run
> in DrRacket. So I think that if you set the colle
The second approach only controls what happens for programs that run
in DrRacket. So I think that if you set the collection path and then
started up a DrRacket inside that DrRacket, you'd see the buttons as
you expect.
But in any case, I think raco link is probably the best approach.
Robby
On Th
On Thu, Mar 1, 2012 at 3:22 AM, Dmitry Pavlov wrote:
>
> I once implemented a DSL called "slon" in Racket.
> My programs start with "#lang slon", and I open
> them in DrRacket, edit, run, and debug them.
>
> To make Racket aware of the DSL, I can either put a symbolic
> link to my code into the st
Hello,
I once implemented a DSL called "slon" in Racket.
My programs start with "#lang slon", and I open
them in DrRacket, edit, run, and debug them.
To make Racket aware of the DSL, I can either put a symbolic
link to my code into the standard collects directory:
ln -s /home/dpavlov/work/slon
4 matches
Mail list logo