Re: [racket-users] Problems with modules and with raco

2016-08-14 Thread rumpz
gt; (require "words.rkt" > > racket/serialize) > > > > ;; write serialized > > (writeln (serialize (word 1 2))) > > ;; read something that must have been previously serialized > > (deserialize (read (current-input-port))) > > >

[racket-users] Re: Problems with modules and with raco

2016-08-13 Thread rumpz
> This sounds to me like it is using the old bytecode files, since the original > files haven't changed. Does removing the compiled/ directory fix this issue? Just tried it, and it doesnt. > What exactly are you doing with the namespace-anchor? Usually, > `dynamic-require` Later in the progra

[racket-users] Problems with modules and with raco

2016-08-12 Thread rumpz
ace-anchor->namespace a)) If I compile app.rkt with "raco exe app.rkt" and "raco distribute appdir app" and I move the "appdir" directory to another system, when I run ./app it crashes with this error: default-load-handler: cannot open module file module p