Logs: freenode/#haskell
| 2020-10-27 09:20:44 | → | smtx joins (~smtx@185.244.214.217) |
| 2020-10-27 09:21:06 | → | jonathanx joins (~jonathan@dyn-8-sc.cdg.chalmers.se) |
| 2020-10-27 09:21:52 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 260 seconds) |
| 2020-10-27 09:22:12 | × | cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 260 seconds) |
| 2020-10-27 09:23:30 | × | jedws quits (~jedws@101.184.148.229) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-27 09:23:43 | → | vcxvxvxcvcx joins (57cf5f18@87-207-95-24.dynamic.chello.pl) |
| 2020-10-27 09:24:06 | ← | vcxvxvxcvcx parts (57cf5f18@87-207-95-24.dynamic.chello.pl) () |
| 2020-10-27 09:24:29 | → | damianfral3 joins (~damianfra@174.red-37-13-187.dynamicip.rima-tde.net) |
| 2020-10-27 09:24:51 | → | fendor joins (~fendor@078132040188.public.t-mobile.at) |
| 2020-10-27 09:26:43 | × | bartemius quits (~bartemius@109.252.20.20) (Remote host closed the connection) |
| 2020-10-27 09:29:14 | × | damianfral3 quits (~damianfra@174.red-37-13-187.dynamicip.rima-tde.net) (Ping timeout: 272 seconds) |
| 2020-10-27 09:32:35 | → | oisdk joins (~oisdk@2001:bb6:3329:d100:4d5c:1d2c:a660:df1) |
| 2020-10-27 09:37:24 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2020-10-27 09:38:10 | → | Jonkimi727406120 joins (~Jonkimi@119.123.241.90) |
| 2020-10-27 09:42:08 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 256 seconds) |
| 2020-10-27 09:46:21 | → | rinwa joins (~rinwa@5.102.238.236) |
| 2020-10-27 09:48:40 | × | dansho quits (~dansho@ip68-108-167-185.lv.lv.cox.net) (Quit: Leaving) |
| 2020-10-27 09:48:46 | → | Katarushisu joins (~Katarushi@cpc149712-finc20-2-0-cust535.4-2.cable.virginm.net) |
| 2020-10-27 09:49:11 | → | siggard joins (michalc@gateway/shell/xshellz/x-bewvahwmjpoxlmze) |
| 2020-10-27 09:49:23 | → | polyrain joins (~polyrain@2001:8003:e501:6901:caf:e594:a7fb:67e) |
| 2020-10-27 09:52:12 | <siggard> | Hello. I come to you from iOS dev world and started studing Haskell with book "Learn You a Haskell for Great Good!". Before that I played a bit with Scala and did that basic Scala course by Martin Odersky. |
| 2020-10-27 09:52:51 | <siggard> | There is no slack channel nor gitter for Haskell community, isn't it? :-) |
| 2020-10-27 09:53:15 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2020-10-27 09:53:42 | × | xff0x quits (~fox@2001:1a81:5219:2300:4b1c:219b:a3ac:1af9) (Ping timeout: 260 seconds) |
| 2020-10-27 09:54:18 | → | xff0x joins (~fox@2001:1a81:5219:2300:9ba4:4fa:1a33:4ccd) |
| 2020-10-27 09:54:41 | <merijn> | I'm sure someone has made something like that at some point |
| 2020-10-27 09:55:00 | <merijn> | tbh, LYAH isn't a particularly great book |
| 2020-10-27 09:55:35 | <Zetagon> | there is a functional programming zulip |
| 2020-10-27 09:55:39 | × | raichoo quits (~raichoo@213.240.178.58) (Quit: Lost terminal) |
| 2020-10-27 09:57:14 | <siggard> | merijn: What would you recommen for someone who has programmed in object oriented environment for last 10 years? :-) |
| 2020-10-27 09:58:22 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 272 seconds) |
| 2020-10-27 09:58:36 | <Cale> | siggard: I often recommend "Programming in Haskell" by Graham Hutton as a good intro. |
| 2020-10-27 09:58:36 | <merijn> | There's "Programming in Haskell" by Graham Hutton, "Thinking Functionally with Haskell" by Richard Bird and of course https://haskellbook.com/ |
| 2020-10-27 09:59:04 | <merijn> | siggard: The problem with LYAH is: It's not greatly structured, glosses over some details, and has no exercises (and kinda dated) |
| 2020-10-27 09:59:18 | <Rembane> | It has cute images though |
| 2020-10-27 09:59:26 | <merijn> | So the end result is that LYAH is great at "showing you cool things", but not so great in preparing you to "write actual code that does something" |
| 2020-10-27 09:59:50 | <merijn> | LYAH is importance/relevance is mostly historical |
| 2020-10-27 10:00:05 | <merijn> | In that it came out when there wasn't that much written about Haskell that was accessible |
| 2020-10-27 10:00:21 | <Zetagon> | I like https://www.seas.upenn.edu/~cis194/spring13/lectures.html . I'm not sure how good the introduction is because I didn't read it, but I like the last few parts |
| 2020-10-27 10:00:42 | <merijn> | And helped start (well, fuel, maybe?) the semi-mainstream popularity of Haskell |
| 2020-10-27 10:01:26 | <merijn> | I remember it coming out and the only other text I could find was the infamous tutorial :p |
| 2020-10-27 10:01:39 | <merijn> | @quote Brend whoever.named |
| 2020-10-27 10:01:39 | <lambdabot> | No quotes match. Are you on drugs? |
| 2020-10-27 10:01:41 | <merijn> | aww |
| 2020-10-27 10:01:51 | × | efficiently quits (~user@209.58.189.165) (Ping timeout: 260 seconds) |
| 2020-10-27 10:02:02 | <merijn> | @quote Brend |
| 2020-10-27 10:02:02 | <lambdabot> | Brend says: Whoever chose the title "A Gentle Introduction to Haskell" is obviously accustomed to wrestling bears in piranha pits or something. |
| 2020-10-27 10:04:09 | → | m0rphism joins (~m0rphism@HSI-KBW-046-005-177-122.hsi8.kabel-badenwuerttemberg.de) |
| 2020-10-27 10:04:14 | → | cfricke joins (~cfricke@unaffiliated/cfricke) |
| 2020-10-27 10:05:05 | × | olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 240 seconds) |
| 2020-10-27 10:05:18 | × | jbox quits (~atlas@unaffiliated/jbox) (Quit: WeeChat 2.9) |
| 2020-10-27 10:05:41 | → | akegalj joins (~akegalj@93-142-98-67.adsl.net.t-com.hr) |
| 2020-10-27 10:06:33 | <siggard> | Thanks people. I will take a look on your recommendations. :-) Zetagon thanks, it looks like this course is from 2013 but there are homeworks so maybe it'll be easier to follow. Thanks! |
| 2020-10-27 10:06:56 | <siggard> | merijn: "infamous tutorial"? ;-) |
| 2020-10-27 10:07:11 | <Zetagon> | siggard: I particularily like the functor homeworks |
| 2020-10-27 10:09:10 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie) |
| 2020-10-27 10:09:20 | → | GyroW joins (~GyroW@d54C03E98.access.telenet.be) |
| 2020-10-27 10:09:20 | × | GyroW quits (~GyroW@d54C03E98.access.telenet.be) (Changing host) |
| 2020-10-27 10:09:20 | → | GyroW joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-27 10:11:06 | <siggard> | Cale: looks like i have that Haskell Book in my emoyer's library. But it's in PDF only which makes it hard to read on Kindle. :D |
| 2020-10-27 10:11:19 | <siggard> | But you think it's worth it, right? |
| 2020-10-27 10:12:42 | <merijn> | siggard: See the above quote :p |
| 2020-10-27 10:13:01 | <merijn> | siggard: There's an e-reader PDF version too, iirc |
| 2020-10-27 10:14:47 | × | bliminse quits (~bliminse@host109-158-26-29.range109-158.btcentralplus.com) (Quit: leaving) |
| 2020-10-27 10:15:17 | × | aarvar quits (~foewfoiew@50.35.43.33) (Ping timeout: 260 seconds) |
| 2020-10-27 10:16:40 | → | ubert joins (~Thunderbi@2a02:8109:9880:303c:ca5b:76ff:fe29:f233) |
| 2020-10-27 10:17:16 | → | bliminse joins (~bliminse@host109-158-26-29.range109-158.btcentralplus.com) |
| 2020-10-27 10:20:21 | → | bartemius joins (~bartemius@109-252-20-20.nat.spd-mgts.ru) |
| 2020-10-27 10:21:30 | × | bliminse quits (~bliminse@host109-158-26-29.range109-158.btcentralplus.com) (Client Quit) |
| 2020-10-27 10:21:41 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-27 10:22:52 | <ulidtko> | does Cabal's build-type: Simple support distributing custom files? |
| 2020-10-27 10:23:40 | <dcoutts__> | ulidtko: do you mean installing extra files, or just including extra files into the source tarball? |
| 2020-10-27 10:23:45 | <ulidtko> | I can see there're apis like installOrdinaryFile in Distribution.Simple.Utils, but not sure how to use that |
| 2020-10-27 10:23:54 | <ulidtko> | dcoutts__, the former, installing |
| 2020-10-27 10:24:22 | <dcoutts__> | ulidtko: no it just supports installing header files I think |
| 2020-10-27 10:24:40 | <merijn> | You can install data files |
| 2020-10-27 10:24:57 | <merijn> | So it depends exactly what these files are for |
| 2020-10-27 10:24:57 | <dcoutts__> | oh yes, and data files |
| 2020-10-27 10:25:05 | dcoutts__ | is now known as dcoutts |
| 2020-10-27 10:25:11 | <ulidtko> | exactly, data files is what i need |
| 2020-10-27 10:25:20 | <ulidtko> | any guide links?.. |
| 2020-10-27 10:26:20 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2020-10-27 10:26:30 | <merijn> | ulidtko: https://cabal.readthedocs.io/en/latest/cabal-package.html#accessing-data-files-from-package-code |
| 2020-10-27 10:27:00 | <ulidtko> | merijn, thank you |
| 2020-10-27 10:27:18 | <merijn> | ulidtko: and https://cabal.readthedocs.io/en/latest/cabal-package.html#pkg-field-data-files |
| 2020-10-27 10:28:34 | → | raichoo joins (~raichoo@213.240.178.58) |
| 2020-10-27 10:29:44 | × | Kolkrabe quits (~user@unaffiliated/siracusa) (Quit: Bye!) |
| 2020-10-27 10:32:06 | → | bliminse joins (~bliminse@host109-158-129-241.range109-158.btcentralplus.com) |
| 2020-10-27 10:32:06 | × | Stanley|00 quits (~stanley00@unaffiliated/stanley00) (Remote host closed the connection) |
| 2020-10-27 10:36:00 | × | tito_04 quits (~taurux@net-93-151-203-8.cust.dsl.teletu.it) (Quit: ZNC 1.7.5 - https://znc.in) |
| 2020-10-27 10:39:52 | → | invaser joins (~Thunderbi@31.148.23.125) |
| 2020-10-27 10:40:07 | → | avn joins (~avn@78-56-108-78.static.zebra.lt) |
| 2020-10-27 10:42:00 | → | son0p joins (~son0p@181.58.39.86) |
| 2020-10-27 10:44:58 | × | unlink2 quits (~unlink2@p200300ebcf180b00a39cfda93b79d512.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2020-10-27 10:45:26 | → | thir joins (~thir@p200300f27f0b7e004c18ab60065ea01b.dip0.t-ipconnect.de) |
| 2020-10-27 10:46:23 | → | unlink2 joins (~unlink2@p200300ebcf180b00a39cfda93b79d512.dip0.t-ipconnect.de) |
| 2020-10-27 10:46:38 | × | knupfer quits (~Thunderbi@200116b82cb7c400f4108508b0e1b154.dip.versatel-1u1.de) (Quit: knupfer) |
| 2020-10-27 10:46:48 | → | knupfer joins (~Thunderbi@200116b82cb7c400ed5464f4c167feaa.dip.versatel-1u1.de) |
| 2020-10-27 10:47:13 | × | knupfer quits (~Thunderbi@200116b82cb7c400ed5464f4c167feaa.dip.versatel-1u1.de) (Client Quit) |
| 2020-10-27 10:47:21 | → | knupfer joins (~Thunderbi@200116b82cb7c400050f6fe9a7d2b159.dip.versatel-1u1.de) |
All times are in UTC.