From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Haskell, anyone? Date: Mon, 16 Nov 2015 01:45:42 -0800 Organization: A noiseless patient Spider Message-ID: <87wptimg55.fsf@nightsong.com> References: <1vbqjk2gw3ml3$.1htxd6ry37jn1$.dlg@40tude.net> <67791e0e-47e1-4dd8-933f-2e7926f73340@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="811568160cd9f4c22b2423e1fab39dcc"; logging-data="10213"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18jCh7q9aL7PKe67AsJCUZh" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:q0RirlDIMnwoTSgDo7EiVSUHmkE= sha1:nq2V+I1nLf61MLcHBjT22rSMhcU= Xref: news.eternal-september.org comp.lang.ada:28397 Date: 2015-11-16T01:45:42-08:00 List-Id: mockturtle writes: > Source: https://www.haskell.org/tutorial/functions.html That tutorial is a reasonable way to get started, but note that it is very old. You might look at the Haskell Wikibook https://en.wikibooks.org/wiki/Haskell which incorporates the tutorial, and also the "Learn you a Haskell" book that I linked earlier, and also "Real World Haskell" ( http://book.realworldhaskell.org ) which unfortunately is now also somewhat out of date. But they're all ok for starting.