What’s javap, how to use it and when would you want to disassemble class files? (more…)
Read more »
TensorFlow’s announcement of a Java api is great news for the clojure community. I wrote a post a couple of weeks ago that argued that TF’s Java api already provides everything that we need to do useful things. This is mostly true, by leveraging interop w... (more…)
Read more »
We all know the story: Give away an elegant, open programming environment and the world will beat a path to your door. No sweat, no matter what you decide to call it. The people charged with establishing a brand identity for Sun's lingua franca for next-g...
Read more »
In this article we will explain how to emulate aspects of C#’s Language Integrated Query (LINQ) in Java using Code Reflection. Specifically, LINQ’s capability to enable translation of LINQ queries (C# expressions) to SQL statements. (more…)
Read more »
Python3 interview prep cheatsheet and examples for Java/C++/Go Programmers - peterlamar/python-cp-cheatsheet... (more…)
Read more »