[Haskell-cafe] Summer of Code projects

Jeff Clites jclites at mac.com
Fri Mar 23 01:01:24 UTC 2018


I want this sort of thing for xml as well--preserving whitespace between (and ordering of) attributes, etc.--basically all of the things which are semantically irrelevant.

JEff

> On Mar 22, 2018, at 10:39 AM, Cody Goodman <codygman.consulting at gmail.com> wrote:
> 
> Ive had the idea to do this with json on the backburner. Inspiration being modifying json that follows no format and extra diffs annoy others.
> 
> - Cody
> 
>> On Thu, Mar 22, 2018, 7:33 AM Emanuel Borsboom <manny at fpcomplete.com> wrote:
>> 
>>> On Mar 21, 2018, at 11:34 PM, Luke Lau <luke_lau at icloud.com> wrote:
>>> 
>>> https://summer.haskell.org/ideas.html#format-preserving-yaml
>>> Would this new library aim to also use the C library behind the scenes, or would there be more interest in making a completely native Haskell version? (Do FFI calls in Haskell have any performance overhead?)
>> 
>> If it's possible to do this using the C library behind the scenes then I don't see any reason not that.  That said, my understanding is that the C library doesn't support this use case, so it's likely you'd have to write a pure Haskell implementation.
>> _______________________________________________
>> Haskell-Cafe mailing list
>> To (un)subscribe, modify options or view archives go to:
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>> Only members subscribed via the mailman list are allowed to post.
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180322/53ea6e8d/attachment.html>


More information about the Haskell-Cafe mailing list