Explore >> Select a destination


You are here

chipnetics.com
| | 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.
| | nurkiewicz.com
3.6 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`.
| | laihoconsulting.com
3.8 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | agilewarrior.wordpress.com
21.6 parsecs away

Travel
| When you copy/paste code from Xcode into Keynote it includes the highlighted styling of the text. To get rid of that background select the text then click Text > Style > Gear drop down (grouped with Font) > Text Background > Color none. If you do that your text will now look like this.