HsSyck from Audrey Tang #
So, YAML support for Haskell. Right here. Audrey’s always been a crusader for Syck and it’s probably time for me to wake up and get her and all the other binding hackers together to soup up the core, check our interop, and so on.
Syck is the predominant handy-swift-ratchet-effect for handling YAML in many languages, the exception being Kirill Simonov’s incredible PyYAML 3000.
This brings our language support count to seven!
- Ruby: includes Syck 0.60.
- Pugs (Perl 6): includes Syck 0.60.
- Cocoa: bindings included with Syck.
- Lua: bindings included with Syck.
- Python: PySyck by Kirill Simonov.
- Perl 5: Audrey just released YAML::Syck 0.43.
- Haskell: The previously mentioned, HsSyck.
Wow. Time for me to get you folks some real documentation.
nil
delicous
Bil
We should talk Arjen Markus into one for Fortran.
plop
Autrijus Tang is a guy right?
MenTaLguY
plop: He’s, ah, engaged in a bit of runtime type-casting.
nornagon
I’d love to see some more documentation on adding one’s own serialization methods to YAML . I attempted such a thing recently, and I had to guess a lot of the API … Doc us!
Audrey T
plop: Nah, never have been, though the bogus static type-inference algorithm would lead people to believe otherwise…
See this entry for details. :-)
julik
Haskell is all great and stuff, but where is my Ruby UTF -8 emitter? Why do I have to read my own language in base64?
Where, _why?
Comments are closed for this entry.