About Nimrod's features - Dominik Picheta's Blog

Dominik Picheta's Blog Blog About Me Projects written on 27/10/2013 22:10 Nimrod is a relatively new programming language that is severely underrated in comparison to other new programming languages. This article aims to change that, its goal is to show off Nimrod's excellence and to raise awareness about this brilliant programming language. Nimrod is a compiled programming language with a static type system which puts it in the same category as the Rust, C++ and Go programming languages. The reason that I was attracted to Nimrod in the first place was because of its syntax which unlike the syntax of the 3 languages mentioned above is not C-like. There are no braces and no semicolons. Instead Nimrod's syntax is similar to Python as it uses whitespace to delimit scope. Let me demonstrate this by showing you a quick code example. proc fizzBuzz ( x , y : int ) = ...

Linked on 2014-06-24 20:28:54 | Similar Links