Re: [racket] Error on Windows.

2014-03-18 Thread Roman Klochkov
Really, it works. Only prompt text is proken ; error during prompt calculation: path->string: contract violation   expected: path?   given: "i:\\docurar.rkt" [internal-error]> (+ 2 2) 4 [internal-error]> Tue, 18 Mar 2014 10:01:22 -0300 от Eduardo Costa : >I am having dificulty in using Rack

[racket] Error on Windows.

2014-03-18 Thread Eduardo Costa
I am having dificulty in using Racket on Windows, although it works quite well on Linux. Can members of this list tell me what I am doing wrong? C:\eo>\Racket\Racket.exe -il xrepl Welcome to Racket v6.0. -> ,sh ed -p": " : a #lang racket (define (sqr n) (* n n)) . : w xek.rkt 42 : q -> (enter

Re: [racket] Swindle

2014-03-18 Thread Eli Barzilay
[Late reply.] On January 23rd, Matthias Felleisen wrote: > > On Jan 23, 2014, at 2:38 AM, Patrick Useldinger wrote: > > > 2) My (unqualified) first impression is that the OOP layer in > >Swindle is way more powerful than the "standard" OOP layer in > >Racket. Is there a reason why Swindl

[racket] pfds package conflict in racket 6.0

2014-03-18 Thread Matias Eyzaguirre
Hi, When I try to install the pfds package under racket 6.0, it says that it depends on typed-racket-compatibility, which it then says conflicts with typed-racket-lib. I’m guessing that the dependency needs to be updated? Thanks, Matias Eyzaguirre Racket Users list: