A Haskell Programmer Tries to Learn Racket
1–10 of 163 posts
Re: A Haskell Programmer Tries to Learn Racket
#2Re: A Haskell Programmer Tries to Learn Racket
#3I found this hilarious. I am also rather underwhelmed (to be nice) with Nodejs and a little bothered at its wide adoption.
I have also been learning racket recently; my formal language and functional programming class uses it. I had some previous experience with common lisp but the raw nature of scheme still pleasantly surprised me a little bit.
EDIT: From what I remember, javascript was "inspired" by scheme. Obviously that when well...
Re: A Haskell Programmer Tries to Learn Racket
#4Re: A Haskell Programmer Tries to Learn Racket
#5I like the approach you took to writing this post. This wasn't the typical attempt to summarize an entire programming language in a page (which IMO is done too often, too poorly), but rather an exploration. As you went through each section, I could see how you were approaching various problems and learned a lot about Racket in the process. I would love to see more of this style of post.
Re: A Haskell Programmer Tries to Learn Racket
#6Re: A Haskell Programmer Tries to Learn Racket
#7Re: A Haskell Programmer Tries to Learn Racket
#8Is this... a Let's Play of learning a programming language? Because it's surprisingly effective. I learned and I was entertained.
Re: A Haskell Programmer Tries to Learn Racket
#9"...but nothing beyond that. As long as Node.js exists in this world, I can't truly hate anything else." I found this hilarious. I am also rather underwhelmed (to be nice) with Nodejs and a little bothered at its wide adoption. I have also been learning racket recently; my formal language and functional programming class uses it. I had some previous experience with common lisp but the raw nature of scheme still pleas…
Re: A Haskell Programmer Tries to Learn Racket
#10> Racket's default IDE is better than GHCi and probably on par with Emacs (you almost certainly can configure Emacs to be better than anything, but it's not trivial and people don't bother, while DrRacket provides autocompletion and documentation out of the box).
Last I used it (a few years ago), DrRacket was very laggy, so I would find it very hard to use for a serious project. YMMV, maybe it's improved.