[Haskell-beginners] System administration using Haskell

Patrick Mylund Nielsen haskell at patrickmylund.com
Fri Jun 14 19:42:05 CEST 2013


I ran out of gas 4-5 times myself. Unfortunately I don't have an easy
answer.

I would recommend:

http://www.haskell.org/haskellwiki/Simple_unix_tools

https://www.fpcomplete.com/

http://learnyouahaskell.com/

as well as reading actual code from Haskell repositories on GitHub--and,
perhaps above all, to actually write programs--any kind of program. That,
more than anything, eventually makes all the abstract reading fall into
place.


On Fri, Jun 14, 2013 at 1:29 PM, Kelleher, Kevin <KKelleher at homesite.com>wrote:

> After more than two decades using the C-family of languages
> (C, C++, Java, C#, Perl, unix shells), I've been trying to learn
> Haskell.  Each time I've begun with enthusiasm, and eventually
> run out of gas before I've gotten to writing real code. Haskell's
> learning curve is not very steep, but it is very long.
> I haven't yet gotten to the things I do the most, which all
> involve side-effects: mostly actions on directories and files,
> as well as calls to system utilities or other pieces of software.
>
> I'm working my way through "Real Life Haskell" and watching
> Erick Meijer's lectures, but I'm beginning to fear I'll run
> out of gas again if I can't write some programs that touch
> the real world.
>
> Are there any tutorials or other material that will get me
> going in that area?
>
> thanks,
>
> Kevin
>
> This message (including any attachments) is intended only for
> the use of the individual or entity to which it is addressed and
> may contain information that is non-public, proprietary,
> privileged, confidential, and exempt from disclosure under
> applicable law or may constitute as attorney work product.
> If you are not the intended recipient, you are hereby notified
> that any use, dissemination, distribution, or copying of this
> communication is strictly prohibited. If you have received this
> communication in error, notify us immediately by telephone and
> (i) destroy this message if a facsimile or (ii) delete this message
> immediately if this is an electronic communication.
>
> Thank you.
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130614/c38e8620/attachment.htm>


More information about the Beginners mailing list