Thread
Stories related to "Why Python, Ruby, and Javascript are Slow" across the full archive.
Languages you can run in the browser, part 1: Python, JavaScript, SQLite
(datastation.multiprocess.io)
I have some Python code doing data-science stuff, and I want to call it from my Javascript (soon to be Typescript) web backend. I would like to get as close to compile-time typechecking on this as I can given that it's two different languages and type systems. What are some approaches I could consid...
Upgrading to Ruby 2.1 (and why complex regexes will inevitably hurt you)
(engineering.freeagent.com)
Design, Architecture and Code Walkthrough of the Phusion Passenger app server
(phusionpassenger.com)
Hey, I wrote this post for Engine Yard on trying to add a list comprehension syntax to Ruby.