There is a growing need for basic converters (libraries) to convert Creole to XHTML in different programming languages.  If you have written such a converter, please add it below. Ideally it can easily be imported and called with a single function, that will take Creole and spit out valid html/xhtml.

Does such a thing exist?  Maybe someone is near completion and just hasn't added it to the wiki?

=== C# ===

=== ColdFusion ===

=== Common Lisp ===

=== Haskell ===

=== Java ===

=== JavaScript ===

* A prototype Javascript Creole 0.4 parser can be found at [MeatballSociety:Creole/0.4|http://www.meatballsociety.org/Creole/0.4/]

=== Lua ===

=== Perl ===

=== PHP ===

=== Python ===
* //If you are creating a Python converter please consider modeling it after [Markdown in Python|  http://www.freewisdom.org/projects/python-markdown/Overview//]

=== Ruby ===


Why the languages above?

There exists a Markdown converter for all eleven of the languages above.  (http://en.wikipedia.org/wiki/Markdown) Sure, some of the languages are less important than others, but if we had all eleven languages we'd be as broad platform as Markdown.