Releases: romeovs/creep
even better haskell!
Drawille and Full Box Drawing
In this release, I've added all the box-drawing characters in the Unicode specification. You should be able to use all of the ncurses based programs like midnight commander!
Even cooler, I've also implemented all of the braille characters. This is cool because
the braille character set can be used to make sweet drawings using asciimoo's awesome
Drawille library.
Luckily I didn't have to do this by I hand: because of the clever unicode encoding of braille characters,
and because of the simple way bdf
encodes characters, it was pretty trivial to write a program
that created the braille characters for me.
Math / Haskell symbols
This release adds a lot of math symbols and allows for clean Haskell syntax. It also implements
block characters and a haskell logo at \uE0C0
.
Download the .dfont
to install on mac or the .bdf
file for linux.
A Haskell ftplugin file for vim is also attached with the Haskell syntax rules I
used to get the following effect: