Name: I wrote a text editor 2012-11-02 4:37
For NaNoWriMo I decided I was sick of the amount of freedom Emacs and Vim give me to edit instead of just writing. So I cobbled together some C and curses and now I have this thing that acts like
I changed my mind about NaNoWriMo because this is way more fun
Anyway the whole reason I did it in C was to minimize startup time but now I wonder if there's some higher-level language with curses bindings that compiles to native code. For example, does Haskell have a non-terrible curses library yet?
cat >> on a VT100 with live wordcount.I changed my mind about NaNoWriMo because this is way more fun
Anyway the whole reason I did it in C was to minimize startup time but now I wonder if there's some higher-level language with curses bindings that compiles to native code. For example, does Haskell have a non-terrible curses library yet?