[Haskell] Dynamically loading wxhaskell?

2004-03-31 Thread Dylan Thurston
Has anyone succeeded in getting wxhaskell to work under ghci on Linux? On my system, I get an error message Loading package unix ... ghc-6.2: can't load .so/.DLL for: dl (libdl.so: cannot open shared object file: No such file or directory) This sounds like it has nothing to do with wxhaskell, bu

Re: [Haskell] Announcing Pan# 1.0

2004-03-31 Thread John Peterson
The difference between Pan and Fran is that Pan is stateless: the image is a pure function of the current control settings (system stimulus) rather that a stateful signal function as in Yampa or Fran. So you couldn't really do the infamous paddleball game or make use of switching or integrals or ot

Re: [Haskell] Announcing Pan# 1.0

2004-03-31 Thread Vincenzo aka Nick Name
On Thursday 01 April 2004 00:47, John Peterson wrote: >   * Movie making capabilities Do you describe animation as in fran, or do you just describe each frame separately? V. -- A: Top posting! Q: What is the most irritating thing on Usenet? ___ Has

[Haskell] Announcing Pan# 1.0

2004-03-31 Thread John Peterson
Announcing Pan# 1.0 Pan# is a new front end for Conal Elliott's Pan system. Pan# is a stand-alone system that displays interactive functional images expressed in a slightly augmented Haskell subset. Pan# is ideal for demonstrating the core principles of functional programming in

[Haskell] ANNOUNCE: HaskellDB 0.7

2004-03-31 Thread Bjorn Bringert
We are pleased to announce the third alpha release of our "remake" of HaskellDB, version 0.7. HaskellDB is available for download from http://haskelldb.sourceforge.net/ HaskellDB is a Haskell library for expressing database queries and operations in a type safe and declarative way. HaskellDB comp

RE: [Haskell] Programming language shootout (completing the Haskell entry)

2004-03-31 Thread Simon Marlow
> On Tue, 30 Mar 2004, Simon Marlow wrote: > > > The upshot of what he found is that we could benefit from some > > prefetching, perhaps on the order of 10-20%. Particularly > prefetching > > in the allocation area during evaluation, to ensure that > memory about to > > be written to is in th