Done, and gets things smart.
Parsing HTML with regex summons tainted souls into the realm of the living. If you hack HTML for a living, this will make you giggle. And given that I’ve used regex in my tests to assert the presence of classes and objects in a page, I guess I’m guilty.
16Nov
Posted by Elf Sternberg as programming, python
Google last week released Google Go, a new programming language designed to be “more C-like” (a kind of python/C#/Java mash-up of a language) with support for Erlang’s excellent concurrency management, which allows you to write programs that can do lots of different little things at the same time on machines that have multiple CPU’s. It’s [...]