Category Archives: repost

Oracle sues Google over Android and Java

Oracle sues Google over Android and Java | CNET News. Wow. Sun may have open-sourced Java in the past, but at this moment, the JVM seems like a more hostile platform than .Net.

Posted in repost | 1 Comment

Island/Lake recursion

The Island and Lake Combination. For those who are curious which is the largest (island in a lake on an)^2 on an island. Because recursion isn’t just for programmers and computers.

Posted in humor, repost | Leave a comment

Functional Programming, Reductio

Came across a slide deck via Reddit with an excellent point, cutting across the various functional programming diciplines: Central to the thesis of FP is the notion of referential transparency. Referential transparency leads to program compositionality. // #1 X x = function(); … Continue reading

Posted in repost | 1 Comment

GOTOs inconvenient

From “The Discovery of Continuations” The talk actually had one direct and important consequence for computing. Under the inspiration of the notion of the unnecessity of goto’s, Dijkstra spent that evening constructing realistic examples of programs without goto’s, … So … Continue reading

Posted in functional programming, repost | Leave a comment

Trouble with OOP

Subtyping, Subclassing, and Trouble with OOP. Excerpt: What makes this problem more unsettling is that both you and I tried to do everything by the book. We wrote a safe, typechecked code. We eschewed casts. g++ (2.95.2) compiler with flags … Continue reading

Posted in object oriented, repost | Leave a comment