Entradas

Mostrando entradas de septiembre, 2017

Revenge of the Nerds

The main theme of this article is basically that even though programming languages share the same "basis" there are several things in which they differ and some of this thing are what make lisp special, many things which i did not know until I read this and some comments on the languages in general. Lisp was a Mathematical theory and was created as an alternative to the Turing Machine. That is why it remains as a good option for any programmer, despite the difference in the syntax and the way you have to code. LISP was the first in so many things, like in recursion a tool that nowadays is very important in the languages. There is a lot more to learn about Lisp, because it can be as big as we want to make it using things like macros. Concluding it is obvious that there are many ways to write a program, with many programming languages to choose from but there are ones crafted specially for specific tasks and that is why it’s important to try and know at least the ba...