[racket] Racket non-gui debugger

2013-05-28 Thread Piotr Klibert
e this in Racket: (define (fun) (define a 9) (define b '(a b c)) (let ([d display]) (set-trace)) (displayln "We're here!")) (fun) ;; starts repl, where > a 9 >(d b) (a b c)> (continue) We're here! Tha

Re: [racket] Beginners request for code review.

2013-02-01 Thread Piotr Klibert
itely should be! Again, thanks for wonderful feedback, I will get back to you tomorrow. Best regards, Piotr Klibert 2013/2/1 Marijn : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Poitr, > > On 31-01-13 02:20, Piotr Klibert wrote: >> Hello all. >> &g

Re: [racket] Beginners request for code review.

2013-01-31 Thread Piotr Klibert
I tried this a bit (this is why all the constants in bezier-math are floats) but I didn't notice any improvement. May be that I was using flonums inconsistently, I'll try once again. Best regards, Piotr Klibert 2013/1/31 Jens Axel Søgaard : > 2013/1/31 Carl Eastlund : >> Piot

Re: [racket] Beginners request for code review.

2013-01-31 Thread Piotr Klibert
"bezier-gui.rkt") to (require my-collection/bezier-gui)? Sorry for this, I guess I should really learn more about racket tooling :) In the meantime, I just cloned (branched earlier) the repository and it worked fine on a few machines I tried this: git clone g...@github.com:piotrklibert/bezier.

[racket] Beginners request for code review.

2013-01-30 Thread Piotr Klibert
to get right. I'm especially concerned with the style of the code and it's structure, but any comment is fine. The code lives here: http://bazaar.launchpad.net/~klibertp/+junk/bezier/files I will really appreciate any feedback from anyone. Thanks in advance! Best regards, Piotr Klibert Racket Users list: http://lists.racket-lang.org/users