RE: Joy and Concatenative Programming

2001-09-25 Thread Frank Atanassow
[redirected to haskell-cafe] I just found out about a functional programming language called Joy (see http://www.latrobe.edu.au/philosophy/phimvt/joy.html). Joy differs from Haskell in that it has no variables. Instead, all functions are postfix, taking a stack as their argument and

Haskell - C/C++ comunication (sockets/pipes?)

2001-09-25 Thread Jorge Adriano
Hi all, I was thinking about making some GUIs in Qt/KDE for some haskell applications (compiled with ghc). My first idea was to simply run haskell applications with some args using the GUI and get the results from some file or something like that. Anyway someone told me that a better idea

Re: Haskell - C/C++ comunication (sockets/pipes?)

2001-09-25 Thread Sengan
Jorge Adriano wrote: Hi all, I was thinking about making some GUIs in Qt/KDE for some haskell applications (compiled with ghc). My first idea was to simply run haskell applications with some args using the GUI and get the results from some file or something like that. Anyway someone told