Skip to content

Replaced (nearly) all use of XML with s-exprs.

Compare
Choose a tag to compare
@bryanedds bryanedds released this 21 Mar 20:02
· 12059 commits to master since this release

One of the issues was that Nu was using Xml when it could have been better designed to use symbolics and s-exprs - #143

While I didn't eliminate as much code as I had hoped by fixing this issue, Nu's design has been simplified a lot, and will allow the elegant addition of certain new features in the future.

Of course, this release breaks all of your Xml data, but if you don't feel like converting your data from Xml to s-exprs manually, just send me your files and I'll convert them for you - and if I get too many files, I'll write a tool to automate it.