RE: [Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-24 Thread hask...@kudling.de
I dream of mostly generated bindings for Haskell to the native windowing toolkit. Eclipse's SWT proves, this is a viable path. See my proposal here: http://www.reddit.com/r/haskell_proposals/comments/9w7nk/adjust_the_swt_binding_generators_for_haskell/ Sam Martin sam.mar...@geomerics.com hat am

[Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Maurí­cio CA
Nice idea. I will try it if you write runGUI :-) Sure, just let me know :) If this is to be done, I think it's better that the person writing the Haskell code do not write runGUI, so the implementation details wouln't discourage ideas that make life easier for users. This is an imperative

[Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Eric Kow
Minor aside. - Could be the first GUI to build on hackage :) If you have wxWidgets installed, the new fully Cabalised wxHaskell builds just fine. It's quite handy/refreshing for 'cabal install wx' to finally just work :-) Unless you mean build on the Hackage server which should also be

Re: [Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Juan Maiz
Hi folks, my name is Juan Maiz and i'm starting to study Haskell (again). Is anyone from Brazil in the list?i I'm currently reading The Haskell Road to Logic, Maths and Programming and having a lot of (geek) fun. By the way, i found this:

Re: [Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Juan Maiz
Forgot the URL: http://github.com/softa/rl On Mon, Nov 23, 2009 at 2:01 PM, Juan Maiz juanm...@gmail.com wrote: Hi folks, my name is Juan Maiz and i'm starting to study Haskell (again). Is anyone from Brazil in the list?i I'm currently reading The Haskell Road to Logic, Maths and Programming

Re[2]: [Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Bulat Ziganshin
Hello Juan, Monday, November 23, 2009, 7:01:39 PM, you wrote: But in HUGS i can't. It says: ERROR conjunction.hs:1 - Unrecognised character `\8743' hugs doesn't accept unicode source files there are lots of unicode support problems in both haskell implementations. probably we have some wiki

Re: Re[2]: [Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Juan Maiz
Yeah, I found many pages about it (some making fun of a interpreter that follows all H98 spec). But i'm still crawling to understand who is who and what are the pages to get help in Haskell community :D And well, tha's bad, i've really enjoyed Hugs, but i'll have to use GHC instead :D Thanks.

RE: [Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Sam Martin
Thinking of a parallel with Java for a second, is there a GUI library out there that's structured like Java Swing? Meaning, there is a GUI library that has a small platform-specific GUI foundation (e.g. a per platform implementation of the core AWT functionality) and the rest of the

[Haskell-cafe] Re: Idea for a very simple GUI llibrary

2009-11-23 Thread Maurí­cio CA
Thinking of a parallel with Java for a second, is there a GUI library out there that's structured like Java Swing? Meaning, there is a GUI library that has a small platform-specific GUI foundation (e.g. a per platform implementation of the core AWT functionality) and the rest of the