[racket] using planet from embedded application

From: Imran Rafique (imran at rafique.org)
Date: Sun Mar 27 21:55:27 EDT 2011

Gabor (thanks for replying),

Could you elaborate a little? I tried out net-repl in a standalone
script, before trying it inside vim - so I already have all the
dependencies (courtesy of Planet).

Could you paste the (require ...) forms you used?

--
Regards,
       Imran Rafique

(skype: imran_rafique)



On 27 March 2011 11:27, gabor papp <gabor.lists at mndl.hu> wrote:
>> Resurrecting this from a month ago, as I'm hitting the same problem. I'm
>> using
>> vim-7.3, with racket embedded. I'm trying to use the net-repl library, but
>> am
>> hitting the same error that Gabor did.
>
> i ended up downloading the planet module and required the main module file
> instead. i had to download all modules that were required by the mysql
> module also. while doing this i bumped into the same problem:
> default-module-name-resolver: the kernel's resolver works only on `quote'
> forms; given: '(lib "planet/resolver.rkt")
>
> i found that racket tries to compile some parts of the module which fails
> from embedded applications. i used the compiled module parts from the racket
> cache, and used 'touch' to set their date back to avoid recompilation.
>
> i hope this workaround helps you.
>
> best,
> gabor
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



Posted on the users mailing list.