Add files via upload
Require flonum removed and math added.
This commit is contained in:
parent
f19c99f0dc
commit
08d33691bb
|
@ -5,6 +5,8 @@
|
||||||
racket/base
|
racket/base
|
||||||
racket/future
|
racket/future
|
||||||
racket/place
|
racket/place
|
||||||
|
racket/fixnum
|
||||||
|
math
|
||||||
racket/runtime-path]]
|
racket/runtime-path]]
|
||||||
|
|
||||||
@title{pmap}
|
@title{pmap}
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
(define worker-namespace
|
(define worker-namespace
|
||||||
(parameterize ((current-namespace (make-base-namespace)))
|
(parameterize ((current-namespace (make-base-namespace)))
|
||||||
(namespace-require 'racket)
|
(namespace-require 'racket)
|
||||||
(namespace-require 'racket/flonum)
|
(namespace-require 'math)
|
||||||
(namespace-require 'racket/fixnum)
|
(namespace-require 'racket/fixnum)
|
||||||
(current-namespace)))
|
(current-namespace)))
|
||||||
|
|
||||||
(eval 'force worker-namespace) ; -> #<procedure:force>
|
(eval 'force worker-namespace) ; -> #<procedure:force>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user