Ir al contenido principal

Rich Hickey on Clojure

It is a very good resource to create podcast in the internet radio, about programming, in the podcast of Rick Hickey, talks about the creation of Clojure, and its key elements that conforms the whole language, the uniqueness of the programming language is how the code is presented to the compiler, and play along the data structures of languages. The data literals are using all along, and the strong keyboard is the library to manipulate the AST. Also the creation of macros it uses native data structures and with help of the API of Clojure, such as the Sequence API, it helps the programmer to achieve faster solutions to certain problems. Its based on LISP, and it didn’t has been catches as a mainstream languages which was used more likely for scientific purposes and the creation of Clojure is an addition to the power of LISP but with more resources in order to increase their capability.
The combination with sub-programms in Clojure helps the main feature of Clojure, and the importance of the functions abstraction and its abstraction is encapsulated in each program and Clojure provides tools to avoid repetitions. Clojure is being “used” on a host and not in an implementation program, has full access to all Java libraries and the expansion to new creation for development. And has the power of LISP but with an extension to the world. “You are out of the Island”.



Interpretation of the structure of Clojure lies on the syntax, which helps to make simpler the program and the usage of certain data structure.



The target to Clojure programming is for any programmer with open mind, and enables simplicity, comparing to Java for example. The notions of simplicity is often misunderstood and taken with familiarity, complexity could come into things that are familiar and for that matter sometimes simplicity and its context is not understood.



New creations can change the way people understand abstraction, in this case Clojure and programmers, and it is very interesting how we can get used to certain activities and languages that we perceived as simpler than other things, but it’s only because we don’t know the whole universe of things and sometimes we think that the comfort zone is better for us even though is more complex.

http://www.se-radio.net/2010/03/episode-158-rich-hickey-on-clojure/

Comentarios

Entradas más populares de este blog

The Semicolon Wars

This article, The Semicolon Wars, is quite the argument by telling, why are there many language programs and they differ in syntax and other contexts, well, the author gets most of every explanation out of this. One of the topics mentioned in the article was the way of looking / analysing an entire problem or even, looking at the way of things, abstraction, If you see an object with my eyes, would you see it differently? Some programming languages are meant for some problems, depends on how you see the way of it. It comes to my mind the language... . not programming language, I mean German, the structure of the German language is quite describefull , for instance, take the word Grundstücksverkehrsgenehmigungszuständigkeitsübertragungsverordnung , looks a little bit scary, right? but if we look at it divided into the ideas that creates the meaning of this word we could understand why German is very precise. This in English is Land transaction approval transferring resp...

All I Really Need to Know about Pair Programming I Learned In Kindergarten

Pair programming has such potential that encourages to make two programmers work together in a simple task, roles are defined in this matter, one controlling the computer while the other is the observer, each one has to establish a communication in order to solve the presented problem. “Two minds think better than one”, and it is proven that pair programming gives better software results and is a technique that if it is used by the rules of kindergarten , w h ere the important thing is how every programmer is involved in the problem solution and the communication they have one and another. This simple task that is getting two people to work together in order to accomplish a certain task, i t s amazing, take for example music, two artists jamming together to perform a greater song, the role they are playing may differ from pair programming, but each musician has their own role in the performance. Some experiences in life presented in different environments could become a perfect metaph...

The Secret History of Women in Coding

Programming existed more that it could be ever imaged, that historical procedure, the combination of metal such as hardware and digits such as software, merged into one environment, at first that segmentation between hardware and software was notorious, by women being more likely to be programmers than men, but now a days this premise changes almost completely. There is often that question that pops out, why the differentiation, speaking of the treatment women had to endure through the whole human existence. The article titled The Secret History of Women in Coding mentions that out, there still exists sexism and discrimination, in this case in the environment of computer science. It had been very difficult to acknowledge the brilliant female minds that made extraordinary creations and gave birth to a whole new world of possibilities. Programming is label free, “the computer doesn’t even care if the programmer is female or black...” what ever race or ideology the programmer has. As a ...