Chapter 4: (or (true? (to Lisp)) (false? (to Lisp)))
To Lisp or not to Lisp, that is the question. Since I first saw Lisp (and I try to avoid that topic (because I still knew nothing about programing)) I got scared of programming at all. I asked myself if all programming languages were the same, at least syntax wise. This has happened every time I saw Lisplike syntax, every day until my first class of this course. I had no choice, I had to embrace Clojure, I have to code in Clojure, I have to be Clojure … and I have loved every moment since I took that decision (Well I technically didn’t take the decision, they took the decision for me). The first we encountered was that we weren’t going to code the way we have coded in the last semesters, but we will be introduced to a new paradigm, the functional programming. The code we saw was confusing at first, but after analyzing what the code did, we understood how Clojure worked. With that in mind, I consider I started coding easier with Clojure. I noticed the difference in th...