<div dir="ltr"><div>Hello, <br></div><div><br></div><div>I'm pleased to announce the first release of the sexpresso [0] library
 on Hackage. <br></div><div><br></div><div>sexpresso is a library to parse, print and work with S-expression. You can for example :<br></div><div>- Customize the opening and closing tag, usually '(' and ')'.</div><div>- Specify if space is needed between atoms (or between only a subset of atoms)</div><div>- The datatype for S-expression (SExpr) has a extra parameter to make parsing, working and printing with multiple "type" of S-expression, like Scheme list (...) and Scheme vector #(....), easier<br></div><div>- Do much more ... read the doc on Hackage or the README on github [1] !<br></div><div><br></div><div>I plan to improve the printer and add recursive scheme soon.<br></div><div><br></div><div>[0] <a href="http://hackage.haskell.org/package/sexpresso">http://hackage.haskell.org/package/sexpresso</a></div><div>[1] <a href="https://github.com/archambaultv/sexpresso">https://github.com/archambaultv/sexpresso</a></div><div><br></div><div>Vincent Archambault<br></div></div>