Posts tagged with programming
OH: "async won't take hold until it sucks less." It cannot suck less because we are writing async code in languages designed to be procedural, given that you read them top-to-bottom.
Packt Publishing were kind enough to send me Expert Python Programming by Tarek Ziadé, only with my opinion in exchange.
Here is what I think about it.
2008 is almost gone, and I got a lot of things done. Here's what I did, and here's what I plan to do in 2009.
I'm not sure how much I've written about this, but you can probably discern by the titles of my blog posts that I'm looking for a good text editor. I think I've finally nailed my frustrations, and I think I have a glimpse of a solution.
I have read numerous articles about dynamic languages and static typing, the most recent being Steve Yegge's Dynamic Languages Strike Back, where he argues that most of the time, there is enough type information in a program written in a dynamic language (he uses Javascript) to do all kinds of cool refactorings.
I'm building a small proof-of-concept to do something like that in Python, for Python. Here are my thoughts... UPDATE: Read about PySmell, a tool I wrote to provide static auto-completion for Python projects.
So, yesterday I was asked an interesting question:
Int: Are you familiar with Python's
getattr?
Me: Um, yes?
Interviewer clarifies what it's all about
Int: So I now want you to implement__getattr__in such a way that when a method is called with the prefix
Subscribe to the feed of posts tagged with programming