[racket] Live coding with Racket?
Here's my code:
----------------------------
#lang racket
(require fluxus-017/drflux)
(build-cube)
------------------------
Here's the error
unsaved editor:2:9: collection not found for module path: fluxus-017/drflux collection: "fluxus-017....0.1\collects C:\Program Files\Racket\collects ... [151 additional linked and package directories]
#(23 17)
The fluxus documentation on its website was written back when
DrRacket was DrScheme, so I know a few details have changed since then.
So I guess my next question is how to make fluxus work with DrRacket,
or is there something "better"?
-----Original Message-----
From: Asumu Takikawa [mailto:asumu at ccs.neu.edu]
Sent: Thursday, May 29, 2014 9:55 PM
To: George Rudolph
Cc: users at racket-lang.org
Subject: Re: [racket] Live coding with Racket?
On 2014-05-29 20:59:44 +0000, George Rudolph wrote:
> I have Fluxus 0.17 installed in "C:\program files" on Windows 8.1".
>
> What is the correct require statement to include fluxus libraries
>
> in my code? I'm having path problems.
Is there any particular error you are getting?
Also, in case we're not able to debug your issue, there's a Fluxus mailing list too:
http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
Cheers,
Asumu