[Haskell-cafe] Haskell with ncurses
Brandon Allbery
allbery.b at gmail.com
Mon Nov 21 04:21:58 UTC 2016
On Sun, Nov 20, 2016 at 11:18 PM, Atrudyjane via Haskell-Cafe <
haskell-cafe at haskell.org> wrote:
> I would almost prefer something simple like ncurses.
ncurses is rarely as simple as it looks. The API has rather ridiculous edge
cases, because curses was originally ripped out of the vi source code and
wasn't intended for general use; the Haskell bindings to it are either low
level and little different from C programming, or higher level but
annoyingly incomplete.
http://hackage.haskell.org/package/brick might be of more interest.
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20161120/d61e1c02/attachment.html>
More information about the Haskell-Cafe
mailing list