Swift – A Quick First Impression

Swift and Xcode 6 Late last week Apple released Xcode 6 to the general public.  I've been waiting for the opportunity to try out Swift, so I started working on an idea I've had. General Thoughts This is probably a general iOS development comment, but the way you link items…

Everyone's A Coder

Question: Are we headed to an era where everyone should know how to write at least some rudimentary code?   Learn to Code Today, there are many sites on the internet offering to "teach you to code." Two of which are KhanAcademy and CodeAcademy.  These sites offer a selection of…

Node.js vs Python vs PyPy – A Simple Performance Comparison

IMPORTANT NOTE: The NodeJS algorithm had a slight discrepancy in it.  See this article for a correction to the performance comparison section of this article. The Algorithm Yesterday, I decided to try translate my algorithm for calculating N-Queens to JavaScript.  I've implemented the same single-thread, brute force, recursive algorithm in…