[Haskell-cafe] can Haskell do everyting as we want?

David Leimbach leimy2k at gmail.com
Wed Aug 4 10:35:04 EDT 2010


On Wed, Aug 4, 2010 at 3:16 AM, Alberto G. Corona <agocorona at gmail.com>wrote:

> Just to clarify,  I mean: Haskell may be seriously addictive.  Sounds like
> a joke, but it is not.  I do not recommend it for coding something quick and
> dirty.
>

I use it for quick and dirty stuff all the time, mainly because what I want
is often something that can be broken down into stages of processing, and
pure functions are really nice for that.

If I know the input is coming from a reliable enough stream (like a unix
pipe to stdin) I can use functions like "interact" to create filters, or
parse some input, and produce some output.

It's pretty nice.


>
> 2010/8/4 Alberto G. Corona <agocorona at gmail.com>
>
> Before entering haskell, please read our disclaimer:
>>
>> http://www.haskell.org/pipermail/haskell-cafe/2010-June/079044.html
>>
>> You've been warned
>> *
>> *
>>
>> 2010/8/4 Zura_ <xyz at gol.ge>
>>
>>
>>> As already noted here, Haskell is a general purpose language, but you
>>> should
>>> take it with a grain of salt.
>>> For instance, you can nail with a laptop (provided that you hit the place
>>> where a HDD is located), but you prefer a hammer :)
>>> One thing is if you do it only for enjoyment, in this case you can even
>>> develop 3D shooter game in Haskell, but when it comes to production/real
>>> world use, I think it is better to maintain "right tool for the right
>>> job"
>>> attitude.
>>>
>>> Regards,
>>> Zura
>>>
>>>
>>> Qi Qi-2 wrote:
>>> >
>>> > Is there anyone happen to come into any tasks that haskell is not able
>>> > to achieve?
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/can-Haskell-do-everyting-as-we-want--tp29341176p29342871.html
>>> Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe at haskell.org
>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>
>>
>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100804/e3d47d42/attachment.html


More information about the Haskell-Cafe mailing list