Clojure is a dynamically, strongly typed programming language. It’s adialect of Lisp running on the Java Virtual Machine. Lisp is 6decades old and has a really weird syntax. That weird syntax is calledPolish prefix notation. Basically, in every other languageyou’ve used math operators like plus or minus are infix. It means theyare placed between operands. For example, 1 + 2. InClojure, you always put the operator (or any other function for thatmatter) in front. So simple addition becomes… + 1 2.
Read more: https://nurkiewicz.com/92
Get the new episode straight to your mailbox: https://nurkiewicz.com/newsletter
Podchaser is the ultimate destination for podcast data, search, and discovery. Learn More