This post originated from an RSS feed registered with Python Buzz
by Bob Ippolito.
Original Post: What happened to YAML?
Feed Title: Bob's Rants
Feed URL: http://www.pycs.net/bob/weblog/rss.xml
Feed Description: from __future__ import *
.. -*- mode: rst -*-
I remember hearing about `YAML`_ quite some time ago, but it seems to have completely disappeared from the Python radar. However, it has become quite popular in Perl (where it's `used by Module::Build for metadata`_) and Ruby (it's a `standard feature`_, even). What's up ...