It's Plain Irresponsible
Posted by Daniel Lyons Thu, 21 Sep 2006 21:07:47 GMT
“Having a language not optimize away tail recursion is just irresponsible. And probably comes from not using Scheme often enough.”
—Justin Dressel
Posted by Daniel Lyons Thu, 21 Sep 2006 21:07:47 GMT
“Having a language not optimize away tail recursion is just irresponsible. And probably comes from not using Scheme often enough.”
—Justin Dressel
Posted by Daniel Lyons Thu, 21 Sep 2006 04:27:30 GMT
I didn’t expect to say this ever again, but I have to say it: Python is good. Python 2.5 brings it back up to speed with Ruby. Plus it’s faster and it has the best web development environment on Earth. And SQLAlchemy rocks my socks.
Python 2.5 cool features:
with Statement: Feature parity with Ruby, one feature at a time.SQLAlchemy, glory that it is, is a full SQL abstraction layer, meaning pretty much any SQL statement can be implemented just by calling functions in Python without handing over any raw SQL, and then on top of that you get the most flexible object-relational mapping system I’ve ever seen. Goodbye meaningless auto-incrementing IDs, hello sexy object relationships in the database with meaningful primary keys.
Pylons I can’t even begin to describe the excellence of. In short: it takes everything good from Rails and improves it. It uses WSGI throughout, which means it’s shockingly flexible: replace the template system, the backend web server, or anything in between and reuse everything else. The excellent Routes library borrows Ruby’s routing system, and the superb FormEncode makes validation quite simple. In the near future FormBuild will make it so that I never have to make a form by hand again and AuthKit will abstract out all authentication/authorization problems. It rocks in every way Zope wants to but can’t.
Enough free advertising. Thanks to Ben and James and everyone else for implementing an excellent framework! May it hit 1.0 soon!
Posted by Daniel Lyons Tue, 05 Sep 2006 15:54:43 GMT
Does anybody have a picture of Dan Driscoll? I was going to make a funny post showing his face alongside Bertrand Meyer. “Famous computer scientists.”

Posted by Daniel Lyons Sat, 02 Sep 2006 05:53:44 GMT
Bring a change of pants, it’s up.