Why Racket? Why Lisp? (2014)
practicaltypography.com
Why Racket? Why Lisp? (2014)
1–10 of 168 posts
Re: Why Racket? Why Lisp? (2014)
#2Have noticed quite a bit more buzz about Racket and Lisp very recently around here. It's always been something I mean to explore.
Re: Why Racket? Why Lisp? (2014)
#3Previous discussion can be found here: https://news.ycombinator.com/item?id=8206038 Have noticed quite a bit more buzz about Racket and Lisp very recently around here. It's always been something I mean to explore.
Re: Why Racket? Why Lisp? (2014)
#4Previous discussion can be found here: https://news.ycombinator.com/item?id=8206038 Have noticed quite a bit more buzz about Racket and Lisp very recently around here. It's always been something I mean to explore.
I'm already pretty good with Clojure, so can anyone who knows both languages well comment on the ups and downs of learning Racket after learning Clojure?
Re: Why Racket? Why Lisp? (2014)
#5Re: Why Racket? Why Lisp? (2014)
#6Previous discussion can be found here: https://news.ycombinator.com/item?id=8206038 Have noticed quite a bit more buzz about Racket and Lisp very recently around here. It's always been something I mean to explore.
Re: Why Racket? Why Lisp? (2014)
#7Previous discussion can be found here: https://news.ycombinator.com/item?id=8206038 Have noticed quite a bit more buzz about Racket and Lisp very recently around here. It's always been something I mean to explore.
We seem to be on a Racket buzz lately, and I like it. I feel more inspired to dig further into Racket. I'm already pretty good with Clojure, so can anyone who knows both languages well comment on the ups and downs of learning Racket after learning Clojure?
EDIT: Wrong link. This one might be interesting as well so I've left it here:
Re: Why Racket? Why Lisp? (2014)
#8Previous discussion can be found here: https://news.ycombinator.com/item?id=8206038 Have noticed quite a bit more buzz about Racket and Lisp very recently around here. It's always been something I mean to explore.
We seem to be on a Racket buzz lately, and I like it. I feel more inspired to dig further into Racket. I'm already pretty good with Clojure, so can anyone who knows both languages well comment on the ups and downs of learning Racket after learning Clojure?
Using either still keeps you in the Lisp universe.
Also, Greg Hendershott's rackjure library emulates a few "Clojure-inspired" ideas in Racket
https://github.com/greghendershott/rackjureRe: Why Racket? Why Lisp? (2014)
#9Re: Why Racket? Why Lisp? (2014)
#10I think the hardest thing for people to get for programming in Lisp is the immutability. Once you get over that hump, everything is downhill. From the outside, the parenthesis seem pedantic but it's completely superficial. You will stop noticing them in a few hours, if not days.