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 »
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 »
Today I'll just reflect a bit about the next little piece of code public static boolean isPowerOfTwo(int value){ return ((value & -value) == value) } The previous »
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 »
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 number »