(46/100) #100DaysOfCode#Clojure
Giving yesterday's code a review, I found some improvements I could make. So funny how sometimes doing anything else but coding will improve your code. Don't overthink it!
https://t.co/77vpFkpVg7
Finally! I got my #arch box set up, and I'll be continuing #100DaysOfCode from it.
I'd really like to get #emacs to display firefox and maybe even send tweets from there too. Future seems bright!
(39/100) #100DaysOfCode#Clojure
Doing the same thing a bunch of different ways.
I love CS because you'd think there's only one way to duplicate something until you study this stuff, among so many other things like that.
https://t.co/npL3rc0xxp
https://t.co/dkYXxyPuCv
#100DaysOfCode#Clojure
It's not exactly Clojure, but it's still a lisp: elisp is the language implementation for the Emacs editor.
https://t.co/g9PPC1K59R
(38/100) #100DaysOfCode#Clojure
Digging deeper. I had no idea about the lisp-1 / lisp-2 distinction. I put these links here in case you'd like to dive in. The reddit thread is very informative.
https://t.co/weSHBQaYKv
https://t.co/Dy18fB96Yt
https://t.co/Blz95aeVgp
(37/100) #100DaysOfCode#Clojure
I know you're not supposed to peek at the solutions, but you gotta see some of these. I'm always amazed at just how many ways you can express something.
https://t.co/wxbnPugNor
https://t.co/tqtSgd2WPo
https://t.co/hHkhX651v5
@rmcomplexity @willmcgugan I second this. Human language vs. programming language. Perhaps if there is a well defined domain language that facilitates crossover, but I haven't seen it.
(36/100) #100DaysOfCode#Clojure
Found this code that I just couldn't let my eyes off. I felt I didn't quite understand it so I put some print statements inside to see how it was working. I'm still amazed at this recursive mapcat.
https://t.co/dupl8IHSdh
(35/100) #100DaysOfCode#Clojure
Having trouble with the difference between map and mapcat. I understand that mapcat applies concatenation to each result producing a flat result, but using them seems different as well. More to explore.
https://t.co/FwRdCLBHXu