[racket-users] ?Unbound identifier in module in: make-temporary-file

2018-05-16 Thread vlaxcompiler
How to fix this script? #lang racket/base (make-temporary-file "cl_gracket~a.tmp") Welcome to DrRacket, version 6.11 [3m]. . make-temporary-file: unbound identifier in module in: make-temporary-file > -- You received this message because you are subscribed to the Google Groups "Racket Users

[racket-users] Re: Unicode identifiers

2018-05-16 Thread vlaxcompiler
Where you found (string→symbol? Grakcet version you have? Welcome to DrRacket, version 6.11 [3m]. Language: racket, with debugging; memory limit: 128 MB. > (string→symbol "map") . . string→symbol: undefined; cannot reference an identifier before its definition > miercuri, 16 mai 2018, 07:15:

[racket-users] how to convert the source .rkt to .fas

2018-05-09 Thread vlaxcompiler
I have the source racket 6.10 ascii. Or How to make .fas file inside Gracket? I need user load .fas or .fasl not .rkt. How to make library file? I need compile the rkt to library? How link the function with library file(.fasl. .fas)? Thnak you.. -- You received this message because you are subsc