In fact, even this

(module polynomial racket
  (require "pcf.rkt" "fpf.rkt" "rcf.rkt" "pcf-fpf.rkt")
  (provide (all-from-out "pcf.rkt" "fpf.rkt" "rcf.rkt" "pcf-fpf.rkt"))
)

(require 'polynomial)
(define ns (module->namespace ''polynomial))
(eval '(poly/make-from-dense 1 '(1 -1)) ns)


which is as near as dammit to the the example in the Racket Guide, 15.1.3
does not seem to work, giving

Welcome to DrRacket, version 6.12 [3m].
Language: Determine language from source; memory limit: 1024 MB.
. Module Language: there can only be one expression in the definitions 
window in: (require (quote polynomial))

Interactions disabled.


I'm intrigued.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to