The Artima Developer Community
Sponsored Link

Python Buzz Forum
MochiKit Rules

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrew Gross

Posts: 52
Nickname: arg
Registered: Jan, 2005

Andrew Gross is a Python programmer living in Cambridge, MA.
MochiKit Rules Posted: Jul 30, 2005 2:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Andrew Gross.
Original Post: MochiKit Rules
Feed Title: argv0.net
Feed URL: http://www.pycs.net/users/0000445/weblog/rss.xml
Feed Description: a python programming journal by Andrew R. Gross
Latest Python Buzz Posts
Latest Python Buzz Posts by Andrew Gross
Latest Posts From argv0.net

Advertisement

There's much buzz about MochiKit - the insanely cool Javascript framework by Pythonista/uber-hacker/all-around nice guy Bob Ippolito - hundreds of del.icio.us links, blogosphere buzz, and silent awe from authors of existing Javascript frameworks as they ponder something objectively superior to just about of all the crapulent, buggy stuff currently out there

MochiKit holds a special place in my heart, though, as I just completed a flashy web app for my job, with all the AJAX bells and whistles managers expect ever since Google (with Google Maps) went and made our jobs much harder by upping expectations on how real web apps should behave. Most of this wouldn't be possible without MochiKit, especially MochiKit.DOM, which brings Nevow "stan" syntax to Javascript.

MochiKit also brings the Twisted idioms we've come to know and love, with Deferreds and callLater. Sometimes I forget if I'm editing client or server code. MochiKit encourages the use of JSON, and since Javascript dictionaries look just like Python dictionaries, writing server handlers is usually just a matter of returning a string representation of a Python dictionary, right from the database.

So, if you do any web development, it's imperative you check out MochiKit. Consider this a case study - MochiKit was a key enabling factor for pulling this project off on time.

Read: MochiKit Rules

Topic: Dumping Radio tables to disk Previous Topic   Next Topic Topic: Bad reputation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use