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)))
> >
>
> 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
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
3 matches
Mail list logo