|
|
| Or why I chose Python over Ruby |
阅读数:465次 |
You look around the web today and Ruby and its offspring Rails are the talk of everyone. You see former Java advocates moving over to Ruby. You see former Python developers checking it out. You see people who have never coded checking it out. On top of this, there is a massive influx of Ruby and Rails (particularly Rails books) flooding the market.
|
| 原文网址:http://jesusphreak.infogami.com/blog/why_py |
等级:
时间:11/10/2006 6:46:01 PM 收藏人:问天
|
|
|
|
|
|
|
|
|
|
| Liquid - Trac |
阅读数:589次 |
Liquid is a template engine which I wrote for very specific requirements
* It has to have beautiful and simple markup. Template engines which don't produce good looking markup are no fun to use.
* It needs to be non evaling and secure. Liquid templates are made so that users can edit them. You don't want to run code on your server which your users wrote.
* It has to be stateless.
|
| 原文网址:http://home.leetsoft.com/liquid |
等级:
时间:11/7/2005 11:20:24 PM 收藏人:问天
|
|
|
|