SDLang-D v0.8.2 - SDL lib for D (like JSON/XML, but nicer)

2013-03-05 Thread Nick Sabalausky
SDLang-D is D library to read/write SDL (Simple Declarative Language). SDL is a data language like JSON or XML, except it's less verbose and type-aware. Here's an example of SDL: // Websites SDLang-D "https://github.com/Abscissa/SDLang-D"; Original_SDL "http://sdl.ikayzo.org/display/SD

Re: An article about contract programming

2013-03-05 Thread Daniel Murphy
"bearophile" wrote in message news:dklglravazsxxbvrl...@forum.dlang.org... > > They are very similar, the test case from Issue 519 uses a new: > [snip] > > While in Issue 9454 (just like in that Ada code) there is no new: > [snip] > > Maybe my Issue 9454 should be merged with Issue 519. > Issue