Send Beginners mailing list submissions to beginners@haskell.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to beginners-requ...@haskell.org
You can reach the person managing the list at beginners-ow...@haskell.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Beginners digest..." Today's Topics: 1. Re: haskell platform (Michael Litchard) 2. Re: haskell platform (Dan Stromberg) 3. Re: haskell platform (amin...@gmail.com) 4. Re: haskell platform (Brian Sammon) 5. Re: questions on evaluation. (Fabien R) ---------------------------------------------------------------------- Message: 1 Date: Mon, 11 Jan 2016 16:24:38 -0800 From: Michael Litchard <mich...@schmong.org> To: The Haskell-Beginners Mailing List - Discussion of primarily beginner-level topics related to Haskell <beginners@haskell.org> Subject: Re: [Haskell-beginners] haskell platform Message-ID: <CAEzeKYoio=asdhkfsjzuekrt5bgsrj7o2qerklsvz5zns_k...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I would only be engaging in slight hyperbole if I said, "Stack changed my life." :) On Mon, Jan 11, 2016 at 3:43 PM, DJ <ja...@arqux.com> wrote: > > > On 16-01-11 06:31 PM, Michael Litchard wrote: > >> Welcome Back! >> >> Word on the street is to not use Haskell Platform. Make your life easier >> by using stack. >> https://github.com/commercialhaskell/stack/blob/master/doc/GUIDE.md >> >> Ah, cool thanks. I'll check it out. > > An acquaintance mentioned something about this to me a few days ago, but I > didn't know what he was talking about so it didn't register. > > > Best, > > - Jake - > _______________________________________________ > Beginners mailing list > Beginners@haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160111/f9045441/attachment-0001.html> ------------------------------ Message: 2 Date: Mon, 11 Jan 2016 20:02:19 -0800 From: Dan Stromberg <strom...@gmail.com> To: The Haskell-Beginners Mailing List - Discussion of primarily beginner-level topics related to Haskell <beginners@haskell.org> Subject: Re: [Haskell-beginners] haskell platform Message-ID: <CAOvKW547p=19xpar4KObbgOHWkU=ohwfespcgdsdk7rtbd8...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" FWIW, that's kind of an old Mint. https://en.wikipedia.org/wiki/List_of_Linux_Mint_releases On Mon, Jan 11, 2016 at 3:18 PM, DJ <ja...@arqux.com> wrote: > Getting back to Haskell after giving up three years ago. > > I am running Linux Mint 17.1. > > Why is the Haskell Platform for linux (or my distro anyway) stuck at 2013? > I see that ghc is several versions newer than what comes with Haskell > Platform. That seems like a rather severe lag. > > Why is that? Does it matter? > > Best, > > - Jake - > _______________________________________________ > Beginners mailing list > Beginners@haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -- Dan Stromberg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160111/9ef94943/attachment-0001.html> ------------------------------ Message: 3 Date: Mon, 11 Jan 2016 23:12:53 -0500 From: amin...@gmail.com To: The Haskell-Beginners Mailing List - Discussion of primarily beginner-level topics related to Haskell <beginners@haskell.org> Subject: Re: [Haskell-beginners] haskell platform Message-ID: <f99e8b42-b206-45e8-9f6a-e95fbf9ce...@gmail.com> Content-Type: text/plain; charset="utf-8" "Use stack" is one solution but the Haskell Platform is alive and well too. Your distro has an old version of the HP but the current HP has a recent GHC. Tom > El 11 ene 2016, a las 23:02, Dan Stromberg <strom...@gmail.com> escribi?: > > > FWIW, that's kind of an old Mint. > https://en.wikipedia.org/wiki/List_of_Linux_Mint_releases > >> On Mon, Jan 11, 2016 at 3:18 PM, DJ <ja...@arqux.com> wrote: >> Getting back to Haskell after giving up three years ago. >> >> I am running Linux Mint 17.1. >> >> Why is the Haskell Platform for linux (or my distro anyway) stuck at 2013? I >> see that ghc is several versions newer than what comes with Haskell >> Platform. That seems like a rather severe lag. >> >> Why is that? Does it matter? >> >> Best, >> >> - Jake - >> _______________________________________________ >> Beginners mailing list >> Beginners@haskell.org >> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > > > > -- > Dan Stromberg > _______________________________________________ > Beginners mailing list > Beginners@haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160111/477b2117/attachment-0001.html> ------------------------------ Message: 4 Date: Tue, 12 Jan 2016 03:06:21 -0500 From: Brian Sammon <haskell-beginn...@brisammon.fastmail.fm> To: beginners@haskell.org Subject: Re: [Haskell-beginners] haskell platform Message-ID: <20160112030621.53d1a6635c2a3c9f48a13...@brisammon.fastmail.fm> Content-Type: text/plain; charset=US-ASCII On Mon, 11 Jan 2016 18:18:42 -0500 DJ <ja...@arqux.com> wrote: > Why is the Haskell Platform for linux (or my distro anyway) stuck at > 2013? I see that ghc is several versions newer than what comes with > Haskell Platform. That seems like a rather severe lag. > > Why is that? Does it matter? Seeing as nobody has addressed the second question (Does it matter) here, I'll put my two cents in. I've only been using haskell for a few months, on Debian Stable, with the GHC 7.6.3 that comes with Debian Stable. In my limited experience, (especially as regards my learning process), it hasn't much mattered. (Actually, if anything, occasionally it seemed it wasn't old enough -- sometimes googling an issue would turn up articles referencing GHC 6) But I'd be interested in hearing other opinions. P.S. As a Debian user/enthusiast, I haven't seen any need for bothering with Platform or Stack--dpkg/apt got everything (I didn't bother with the "haskell-platform" meta-packages) installed pretty straightforwardly. ------------------------------ Message: 5 Date: Tue, 12 Jan 2016 09:42:48 +0100 From: Fabien R <theedge...@free.fr> To: beginners@haskell.org Subject: Re: [Haskell-beginners] questions on evaluation. Message-ID: <5694bc88.5030...@free.fr> Content-Type: text/plain; charset=windows-1252 On 12/01/2016 00:18, Peter McIlroy wrote: > Fabian, > > For your problem of bang -> baanngggg > You can derive Rein's hairy idiom from a more straightforward technique for > getting a recursive definition: > > First get a basic implementation using ++ and recursion: > > * add a helper function with any "state variables" as arguments. > * Ignore concatenation while thinking about a problem. > * Use pattern matching for recursion step. Thanks for the hint Peter -- Fabien ------------------------------ Subject: Digest Footer _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners ------------------------------ End of Beginners Digest, Vol 91, Issue 19 *****************************************