On Jul 9, 2014 9:41 AM, "Devon McCormick" <[email protected]> wrote: > > What I want is a few pieces of Qt functionality that use "wd" - like > websockets, graphics, and system timer (event-driven things). I used to > have these when gtk was the GUI driver of choice, so, even though Qt is > generally acknowledged to be better than gtk, in its current > implementation, it's a step backwards. >
Hi Devon I use J8 with emacs and it sounds like we have similar goals. I have started some work on a system timer using libuv, which is the same library used in node.js and julia. http://www.jsoftware.com/jwiki/JoeBogner/LibuvTimer Eventually I also want to add async socket support and possibly websockets Pascal also has a scheduling framework that can be used for timers and doesnt require a 3rd party linrary I will post when I make progress but it may be a while ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
