Explore >> Select a destination


You are here

chipnetics.com
| | laihoconsulting.com
3.8 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | skiplang.com
4.0 parsecs away

Travel
| | One of my biggest frustration when I try to learn a new language (Rust, Elm) or work on a language that I haven't touched in a while (OCaml, C++, PHP) is around syntax. I know what I want to write and I have an approximate idea of how it should be written but don't exactly get it right.
| | nurkiewicz.com
3.5 parsecs away

Travel
| | Clojure is a dynamically, strongly typed programming language. It's a dialect of _Lisp_ running on the Java Virtual Machine. Lisp is 6 decades old and has a really weird syntax. That weird syntax is called _Polish prefix notation_. Basically, in every other language you've used math operators like plus or minus are infix. It means they are placed between operands. For example, `1 + 2`. In Clojure, you always put the operator (or any other function for that matter) in front. So simple addition becomes... `+ 1 2`.
| | www.learnpython.dev
33.5 parsecs away

Travel
| Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters.