Re: [Haskell-cafe] Mapping Haskell Concepts To C# 3

2008-05-18 Thread Kaveh Shahbazian
Hi (I did not received your message in my mail box and I have seen it on mailing list. I dot know why this happened (?).) /* Maybe I am misguessing why you are asking your question, but wouldn't it be better to ask how to map these Haskell concepts to CLR? If so, check out work on Mondrian.

[Haskell-cafe] Mapping Haskell Concepts To C# 3

2008-05-17 Thread Kaveh Shahbazian
#? (For example using structures with indicator fields or using interfaces and inheritance and dynamically dispatch in calling overloaded methods. Also this question contain a hidden one...GADTs!) Best Regards -- Kaveh Shahbazian email: [EMAIL PROTECTED

[Haskell-cafe] Monad Description For Imperative Programmer

2007-08-01 Thread Kaveh Shahbazian
This is about to put a definition/description to test. So please cooperate! ;) Is this a useful – sufficient, not complete – definition/description for a monad; for an imperative mind: (?) A monad is like a loop that can run a new function against it's variable in each iteration. (I insist on

Re: [Haskell-cafe] Aim Of Haskell

2006-12-15 Thread Kaveh Shahbazian
Yes! You are right commercials benefits from academics; NO DOUBT! No one will discuss anything against that because that's obvious where is the source. But It is not obvious where is the destination. Maybe new-comers need to be more Haskellized first. But that's not the problem. In this thread

Re: [Haskell-cafe] Aim Of Haskell

2006-12-13 Thread Kaveh Shahbazian
I think this is going out of the way. Excuse me, but the main discussion was not about pascal! And thanks again to all. Now I think there is a bigger whole between current situation of Haskell and using It as a real tool, than what I thought before. But any way; I still have a hope for rising a

Re: [Haskell-cafe] Aim Of Haskell

2006-12-12 Thread Kaveh Shahbazian
Thanks again. Look all. When I (and I think everybody here) make a discussion about Haskell, It is not about to dominating anyone('s opinions) or attacking to Haskell (for Haskell evangelists!); Haskell is great enough that surely will lead - if not be - the next picture for meaning of SOFTWARE

[Haskell-cafe] Best Introduction To Monads For Newbies ( Especially Imparative Minds) I'v Ever Read!!!

2006-10-18 Thread Kaveh Shahbazian
This is the best introduction to Monads for newbies and imparative mined that I'v ever read! For a long time I was searching for such an excellent text on monads. Ofcourse there are many good text there. But all of them are about mathematics and how clever the monads are. After all most of them

Re: [Haskell-cafe] Microsoftish Haskell

2006-09-17 Thread Kaveh Shahbazian
Thanks Don I sense the truth in your words. But I expect a more technical view of point. I need it for presenting to other peoples i.e. to whom wanted fom me an overview of Haskell/Using It/Licensing/Libraries/Communities to be provided (BOSS!). ___

Re: [Haskell-cafe] Compiling To C And Why Not Compiling To Java Or C#?

2006-08-06 Thread Kaveh Shahbazian
I made a mistake : popularity! This was a meaning that described my thoughts at that moment. Let me make it clear by another question : Can someone say perl is popular? If we see it that way, I meant a good and efficient community-based expansion and some good tools to use. how can we decrease

Re: [Haskell-cafe] Compiling To C And Why Not Compiling To Java Or C#?

2006-08-06 Thread Kaveh Shahbazian
Then I must apologize again. (Communications and activities are so attractive that I cann't prevent my self from it. One aspect of it is to apologize. :D). Thankyou and Thank you too! ;) ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: Re[2]: [Haskell-cafe] Compiling To C And Why Not Compiling To Java Or C#?

2006-08-06 Thread Kaveh Shahbazian
I think we need a subset of haskell as a new language (or as a developing pattern) to work with and teach and learn more easily as you have mentioned. I had read a text about mathematics which was something like this : New mathematic theories does not populize because of their fabiolus logical

[Haskell-cafe] Compiling To C And Why Not Compiling To Java Or C#?

2006-08-05 Thread Kaveh Shahbazian
1 2 - Maybe this is not a proper question but I think It has a point. Why Not Compiling To Java Or C#? What is the need of implementing a class interoperability between Haskell and other plateforms? Maybe we donot need that. Haskell can be the big infrastructure and code snippets in Java or C#

Re: [Haskell-cafe] Compiling To C And Why Not Compiling To Java Or C#?

2006-08-05 Thread Kaveh Shahbazian
I do not meant to compile Haskell to MSIL/JVM. I meant to compile Haskell to the Java or C# itself! And GHC will be there for a high performance language (but still O'Caml is better by the time). But Java proves that in enterprise solution, performance is a complex factor of many thing other than

Re: [Haskell-cafe] Monad Imparative Usage Example

2006-08-05 Thread Kaveh Shahbazian
Very Thankyou I am starting to feel it. I think about it as a 'context' that wraps some computations, which are handled by compiler environment (please make me correct if I am wrong). Now I think I need to find out how this 'monads' fit in solving problems. And for that I must go through bigger

Re: [Haskell-cafe] Monad Imparative Usage Example

2006-08-04 Thread Kaveh Shahbazian
, Kaveh Shahbazian wrote: Haskell is the most powerfull and interesting thing I'v ever encountered in IT world. But with an imparative background and lack of understanding (because of any thing include that maybe I am not that smart) has brought me problems. I know this is an old issue

[Haskell-cafe] Monad Imparative Usage Example

2006-08-02 Thread Kaveh Shahbazian
Haskell is the most powerfull and interesting thing I'v ever encountered in IT world. But with an imparative background and lack of understanding (because of any thing include that maybe I am not that smart) has brought me problems. I know this is an old issue. But please help it. Question :

[Haskell-cafe] Monad Imparative Usage Example

2006-08-02 Thread Kaveh Shahbazian
Monad Imparative Usage Example Thanks for your replies. I have not haskell on this computer and I will try this solutions tonight. I must notice that IO computations is not the point here. My target is to have this code for mutable variable 'var'.

[Haskell-cafe] Apache HTTP Server And Haskell

2006-07-31 Thread Kaveh Shahbazian
Is there a mod_haskell (like mod_perl and mod_python) for Apache HTTP server? Does anyone know about it? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Fwd: [Haskell-cafe] Apache HTTP Server And Haskell

2006-07-31 Thread Kaveh Shahbazian
Thanks, But it seems to be dead! (Last news on 18 Apr 2002). Is there a more mature one? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe