Re: [Haskell-cafe] Wire GUI

2010-06-03 Thread Chaddaï Fouché
On Wed, Jun 2, 2010 at 5:29 PM, Andrew Coppin wrote: > Thanks to the people who replied about this. > > I would also like to thank my ISP for classifying the entire lot as spam and > not showing it to me. *sigh* > > Blobs sounds interesting, but seems to require wxHaskell rather than Gtk2hs. > I m

Re: [Haskell-cafe] Wire GUI

2010-06-02 Thread Andrew Coppin
Thanks to the people who replied about this. I would also like to thank my ISP for classifying the entire lot as spam and not showing it to me. *sigh* Blobs sounds interesting, but seems to require wxHaskell rather than Gtk2hs. I may be able to use some of the ideas from it though. I haven't

Re: [Haskell-cafe] Wire GUI

2010-05-30 Thread John Lask
perhaps the inblobs editor may be of some interest http://haskell.di.uminho.pt/~jmvilaca/INblobs/ allows the editing of interaction nets (also available on hackage) Andrew Coppin schrieb: I'm looking at a project which involves a GUI where you can insert components and wire up connections be

Re: [Haskell-cafe] Wire GUI

2010-05-30 Thread Henning Thielemann
Andrew Coppin schrieb: > I'm looking at a project which involves a GUI where you can insert > components and wire up connections between them. Obviously the details > of what the components are and what code gets executed for them is > domain-specific, however the general idea of graphically wiring

Re: [Haskell-cafe] Wire GUI

2010-05-29 Thread Christopher Done
Conal Elliot's talk on "Tangible Functional Programming" might be of interest. http://www.youtube.com/watch?v=faJ8N0giqzw On 29 May 2010 09:43, Andrew Coppin wrote: > Malcolm Wallace wrote: >>> >>> I'm looking at a project which involves a GUI where you can insert >>> components and wire up conne

Re: [Haskell-cafe] Wire GUI

2010-05-29 Thread Andrew Coppin
Malcolm Wallace wrote: I'm looking at a project which involves a GUI where you can insert components and wire up connections between them. Obviously the details of what the components are and what code gets executed for them is domain-specific, however the general idea of graphically wiring th

Re: [Haskell-cafe] Wire GUI

2010-05-27 Thread Malcolm Wallace
I'm looking at a project which involves a GUI where you can insert components and wire up connections between them. Obviously the details of what the components are and what code gets executed for them is domain-specific, however the general idea of graphically wiring things together is qui

[Haskell-cafe] Wire GUI

2010-05-27 Thread Andrew Coppin
I'm looking at a project which involves a GUI where you can insert components and wire up connections between them. Obviously the details of what the components are and what code gets executed for them is domain-specific, however the general idea of graphically wiring things together is quite g