[Haskell-cafe] Is there in Haskell the eval function?

2009-10-22 Thread Waldemar Biernacki
Hello! I have a very stupid question. Sorry for that! Is there the eval function like in imperative languages? I'd like to write an application which has to be compiled to exec file. It is neccessary to performe some additional procedures which are unknown at the moment of the compilition.

Re: [Haskell-cafe] Is there in Haskell the eval function?

2009-10-22 Thread Waldemar Biernacki
Thank you Martijn! You mean like in interpreted languages? Naturally! My mistake. I'd like to write an application which has to be compiled to exec file. It is neccessary to performe some additional procedures which are unknown at the moment of the compilition. You could use the GHC

[Haskell-cafe] I'd like start with Haskell, but...

2006-12-16 Thread Waldemar Biernacki
Hello! I'd like to start programming in Haskell. But as an industry programmer I have a hope to use Haskell in my every-day work. Big part of my every-day work are GUI applications (in MS-Windows) working with SQL databases (PostgreSQL on Linux servers). My question: Is there a TRUE

[Haskell-cafe] One question...

2006-12-09 Thread Waldemar Biernacki
Hello to everyone! Two days ago I have found Haskell in Internet. It sounds very nice. I have read some articles, few examples, ... yes it sounds nice. Now my problem is connected with the non-update object feature. I can't write variable instead object because - from the meaning of the word (