Re: [racket] Best practices for installing and using R6RS libraries with Racket on Windows

2012-01-19 Thread Imran Rafique
Thanks. The last example is *very* useful :) -- Regards, Imran Rafique On 19 January 2012 14:57, Grant Rettke wrote: > My cheatsheet: > > > http://www.wisdomandwonder.com/link/2028/how-pltcollects-works-in-plt-scheme > > On Thu, Jan 19, 2012 at 4:50 PM, Im

Re: [racket] Best practices for installing and using R6RS libraries with Racket on Windows

2012-01-19 Thread Imran Rafique
ude.rkt is correct. At least, thats what I discovered last night after installing from git :) -- Regards, Imran Rafique On 19 January 2012 13:40, Eduardo Cavazos wrote: > Hello, > > I've been testing out my MPL libraries with Racket 5.2 on Windows 7. > > I generally u

Re: [racket] Best practices for installing and using R6RS libraries with Racket on Windows

2012-01-19 Thread Imran Rafique
the Racket Reference. -- Regards, Imran Rafique On 19 January 2012 13:40, Eduardo Cavazos wrote: > Hello, > > I've been testing out my MPL libraries with Racket 5.2 on Windows 7. > > I generally use R6RS implementations and libraries. Thus, I tend to keep > my li

Re: [racket] plot: HOLY MOLEY!

2011-12-02 Thread Imran Rafique
Marijn, I just did a clean install of racket-5.2 on gentoo (filed gentoo bug 392965 to include racket-5.2 in portage) and it seems to work fine. Just FYI, in case you were still getting problems from your git install. And yes, its cool :) -- Regards, Imran Rafique On 22 November 2011

Re: [racket] using planet from embedded application

2011-03-29 Thread Imran Rafique
/B/C/" "file.ss"))) Strange ... (for me, at least) Thanks again! -- Regards,        Imran Rafique (skype: imran_rafique) On 28 March 2011 07:02, gabor papp wrote: > hi Imran, > >> Could you elaborate a little? > > i used the mysql package, so it might be differ

Re: [racket] using planet from embedded application

2011-03-27 Thread Imran Rafique
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

Re: [racket] using planet from embedded application

2011-03-27 Thread Imran Rafique
' forms; given: '(lib "planet/resolver.rkt") = CODE = (define-namespace-anchor *this-module*) (current-namespace (namespace-anchor->namespace *this-module*)) (require (planet untyped/net-repl:1:0/net-repl) (prefix-in vim/ 'vimext)) (run-net-repl) -- Regards,