Monoids and Code
Functions and methods There are lots of strange names when the topic is programming. People is immensely and as a result we have names for virtually a…
Functions and methods There are lots of strange names when the topic is programming. People is immensely and as a result we have names for virtually a…
Today I'll just reflect a bit about the next little piece of code public static boolean isPowerOfTwo(int value){ return ((value & -value) == val…
Lately I've been keen to learn a new language. This time a native compiled language. Some time ago I look into the Go programming language. I must con…
On this second day of Io language tutorials the first exercise is a classic First question A Fibonacci sequence starts with two 1s. Each subsequent nu…