Re: [racket] ANN: Lux

2014-11-23 Thread Jay McCarthy
To show off some of the fun that you can with lux, I made an interface module that hooks up to NvD's CharTerm and made a vi-like text pager: https://github.com/jeapostrophe/lux-charterm/blob/master/lux/examples/charterm.rkt Jay On Sun, Nov 23, 2014 at 2:02 PM, Jay McCarthy wrote: > I've just re

[racket] ANN: Lux

2014-11-23 Thread Jay McCarthy
I've just released Lux, which you can think of as a variant of big-bang that isn't necessarily designed for beginners or for use with 2htdp/image. The documentation is here: http://pkg-build.racket-lang.org/doc/lux/index.html Here's a little example program: https://github.com/jeapostrophe/lux/b