The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Language Hopping with YAML

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
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
Language Hopping with YAML Posted: Jan 9, 2006 10:13 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: Language Hopping with YAML
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

So far, 2006 is shaping up to be a great year for YAML, due to recent work at a Chupei hackathon to get Perl’s YAML::Syck module on its legs and with a tremendous patch from Hirokazu Yamamoto (ocean) to fix memory leaks and segfaults in Syck just previous to the release of Ruby 1.8.4.

At present, Syck is the most comprehensive toolkit around for handling YAML. Here is how it stands with language support:

  • As mentioned: YAML::Syck for Perl, which now supports dumping and loading type tags.
  • Pugs (Perl6) has had basic YAML support for awhile.
  • PySyck is not the binding packaged with Syck. This binding is much better and supports type tagging, follows much of the same conventions as Ruby’s YAML support.
  • And, of course, Syck includes Ruby, Lua and Cocoa bindings.

My next project is to write a test harness that will siphon the testing suite through this grand circulatory system and make sure it all comes out okay in the end. If you’d like to pitch in, the Syck repository is open to all interested contributors.

Read: Language Hopping with YAML

Topic: Specialist Project Risk Previous Topic   Next Topic Topic: Abstracting Away the Gruntwork

Sponsored Links



Google
  Web Artima.com   

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