Explore >> Select a destination


You are here

chipnetics.com
| | 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`.
| | felix.plesoianu.ro
3.4 parsecs away

Travel
| | [AI summary] The article discusses the choice of programming languages, highlighting their unique features, communities, and use cases, while comparing several languages like Vala, Zig, C++, D, Ada, Fortran, Scheme, Lisp, and Rexx.
| | simpleprogrammer.com
23.5 parsecs away

Travel
| A career as a developer can be exciting, creative, and lucrative. Let's do a deep dive into the topic of Software Development and see if it's right for you. Types of Software Developers The main distinction is between two types of Software Developers - Applications and Systems Developers. Applications Software Developer An Applications Software Developer [...]