Re[2]: [Haskell-cafe] GUI programming

2010-02-08 Thread Bulat Ziganshin
Hello Felipe, Monday, February 8, 2010, 1:10:07 PM, you wrote: >> As I understand Gtk2hs still don't run in -threaded environment. > It does run, just use unsafeInitGUIForThreadedRTS. ... and run all GUI primitives via special wrapper or in GUI thread -- Best regards, Bulat

Re: [Haskell-cafe] GUI programming

2010-02-08 Thread Felipe Lessa
On Mon, Feb 08, 2010 at 12:54:03PM +0300, Victor Nazarov wrote: > As I understand Gtk2hs still don't run in -threaded environment. It does run, just use unsafeInitGUIForThreadedRTS. -- Felipe. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http:

Re: [Haskell-cafe] GUI programming

2010-02-08 Thread Victor Nazarov
On Fri, Feb 5, 2010 at 9:54 PM, Mario Blažević wrote: > Victor Nazarov wrote: >> >> Hello, >> >> I've been writing some GUI application with Gtk2hs. It's an >> interpreter for lambda-calculus and combinatory logic, it's GPL and if >> you interested I can share it with cafe. >> >> The problem is th

Re: [Haskell-cafe] GUI programming

2010-02-05 Thread Mario Blažević
Victor Nazarov wrote: Hello, I've been writing some GUI application with Gtk2hs. It's an interpreter for lambda-calculus and combinatory logic, it's GPL and if you interested I can share it with cafe. The problem is that the GUI code has become very ugly and I'm tempted to rewrite it totally. I

Re: [Haskell-cafe] GUI programming

2010-02-02 Thread Artyom Shalkhakov
Hello Victor, 2010/2/2, Victor Nazarov : > I've been writing some GUI application with Gtk2hs. It's an > interpreter for lambda-calculus and combinatory logic, it's GPL and if > you interested I can share it with cafe. Sure, why not? > I consider more lightweight and more imperative approach, so

[Haskell-cafe] GUI programming

2010-02-02 Thread Victor Nazarov
Hello, I've been writing some GUI application with Gtk2hs. It's an interpreter for lambda-calculus and combinatory logic, it's GPL and if you interested I can share it with cafe. The problem is that the GUI code has become very ugly and I'm tempted to rewrite it totally. I've been looking forward