Re: [racket-users] From Clojure to Racket

2018-08-31 Thread Ben Kovitz
On Thursday, August 23, 2018 at 3:48:03 PM UTC-4, Greg Hendershott wrote: > This is a bit rough and old but: > > https://github.com/greghendershott/racket-clojure-cheat-sheet > You are too modest! I found your blog, and it's definitely got the kind of information I'm looking for. For

Re: [racket-users] From Clojure to Racket

2018-08-24 Thread Ben Kovitz
On Friday, August 24, 2018 at 9:33:12 PM UTC-4, Robby Findler wrote: > The racket documentation is organized into two documents. > … > Guide: http://docs.racket-lang.org/guide/define-struct.html > > Reference: http://docs.racket-lang.org/reference/define-struct.html I noticed the separate

Re: [racket-users] From Clojure to Racket

2018-08-24 Thread Ben Kovitz
On Friday, August 24, 2018 at 8:39:43 PM UTC-4, Miodrag Milenkovic replied to me: >> Ah, thanks! I spent about an hour trying to figure out inspectors and didn't get anywhere, and I never would have guessed that :transparent means to make the struct printable. This is the kind of thing I'm

Re: [racket-users] From Clojure to Racket

2018-08-24 Thread Ben Kovitz
On Thursday, August 23, 2018 at 2:49:32 PM UTC-4, David K. Storrs wrote: For me, the first resorts in Racket are list and hash. If I'm going to do > any heavy lifting with it then I move to struct: > > (hash 'username 'bob 'age 18) ; quick and easy, works well with database, > useful print

[racket-users] From Clojure to Racket

2018-08-23 Thread Ben Kovitz
Has anyone written a guide for someone familiar with Clojure to get up to speed quickly with Racket? If not, I'd be willing to collaborate on writing one, if you'd be willing to spend a day or two showing me how to do things in Racket. Here's why I'm asking. I wrote a bunch of code in Clojure