This whole Java SE bullshido that Oracle is all up on their high horse about
has made me think about why I really enjoy Forth.
I’d like to lay down some of my thoughts before I forget them,
because I think it’s worth preserving and discussing.
Read more »
As with many programming languages such as C, C++ and C# (known commonly as the C family), it is possible to “overload methods” (sometimes called functions if not used in classes, such as C) in order to take a different amount of parameters so that they c... (more…)
Read more »
QCon New York International Software Conference returns this June 13-15. Technical leaders who are driving innovation and change in software will share the l... (more…)
Read more »
Introduce an API to allow Java programs to safely and efficiently access foreign memory outside of the Java heap. (more…)
Read more »
There are certain
problems that just make sense to solve using Java Recursion. Demonstrating Fibonacci Series is one of them. Let’s take a look at something called Fibonacci series. Here are the first few numbers of this series:0, 1, 1, 2, 3, 5, 8, 13, 21... (more…)
Read more »