DEV Community

Discussion on: What are your favorite open source projects?

Collapse
 
fennecdjay profile image
Jérémie Astor

Shamelessly plugin personal projects here.

Gwion is meant to become my main tool for (musical) composition, analysis and synthesis. It is already a more powerful (both in performance and syntax) than chuck, the language that inspired it, but it still lacks documentation and some libraries (hopefully those are easy to build, tutorial to come).

The one that I think could interest more people here is Mdr, the markdown runner.
Current version is in haskell, and I found it (haskell) pretty good to work with.

It is a simple markdown preprocessor/markup language, that enables literate programming and running commands while parsing (I wish I could word that in a better way).
I use it to generate documentation for gwion, along with testing and benchmarks.
source here and site here

Any help/advice highly appreciated.