Logs: liberachat/#haskell
| 2026-02-15 08:48:41 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 08:54:51 | × | tromp quits (~textual@2001:1c00:3487:1b00:4c61:e2e8:1826:9093) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2026-02-15 08:55:31 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-15 08:56:19 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 09:01:05 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-02-15 09:08:50 | → | tromp joins (~textual@2001:1c00:3487:1b00:4c61:e2e8:1826:9093) |
| 2026-02-15 09:12:06 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 09:17:02 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-02-15 09:18:27 | × | tzh quits (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz) |
| 2026-02-15 09:20:20 | × | humasect quits (~humasect@dyn-192-249-132-90.nexicom.net) (Quit: Leaving...) |
| 2026-02-15 09:26:57 | → | lxsameer joins (~lxsameer@Serene/lxsameer) |
| 2026-02-15 09:27:56 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 09:33:37 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-15 09:37:20 | × | peterbecich quits (~Thunderbi@71.84.33.135) (Ping timeout: 244 seconds) |
| 2026-02-15 09:43:56 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 09:47:50 | → | hakutaku joins (~textual@user/hakutaku) |
| 2026-02-15 09:48:39 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-02-15 09:58:12 | × | hakutaku quits (~textual@user/hakutaku) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2026-02-15 10:05:06 | × | srazkvt quits (~sarah@user/srazkvt) (Read error: Connection reset by peer) |
| 2026-02-15 10:05:19 | → | srazkvt joins (~sarah@user/srazkvt) |
| 2026-02-15 10:06:07 | → | ljdarj joins (~Thunderbi@user/ljdarj) |
| 2026-02-15 10:11:27 | → | Guest83 joins (~Guest83@182.48.209.54) |
| 2026-02-15 10:12:52 | <Guest83> | Hello |
| 2026-02-15 10:14:37 | <ski> | hullo |
| 2026-02-15 10:15:02 | <Guest83> | New to Haskell |
| 2026-02-15 10:15:19 | <Guest83> | Tried Ocaml but found it difficult |
| 2026-02-15 10:15:20 | <fgarcia> | putStrLn "hi!" |
| 2026-02-15 10:15:43 | <ski> | % putStrLn "hi!" |
| 2026-02-15 10:15:43 | <yahb2> | hi! |
| 2026-02-15 10:15:54 | <Guest83> | Awesome way of saying Hi |
| 2026-02-15 10:16:04 | <ski> | do you have access to some introductory learning material ? |
| 2026-02-15 10:16:15 | → | wickedjargon joins (~user@2605:8d80:5431:85d9:cfea:c35e:7de8:a913) |
| 2026-02-15 10:16:35 | <Guest83> | I am on the getting started page of Haskell |
| 2026-02-15 10:17:04 | <ski> | do you know any other programming language ? |
| 2026-02-15 10:17:10 | <Guest83> | Yes Python |
| 2026-02-15 10:17:35 | <ski> | if you're new to functional programming, it will be a bit like learning to program from scratch all over again |
| 2026-02-15 10:17:52 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 10:17:59 | <Guest83> | Read about good things of functional programming so thought of giving it a try |
| 2026-02-15 10:18:21 | <ski> | the book "Haskell : The Craft of Functional Programming" by Simon Thompson is a nice intro |
| 2026-02-15 10:18:23 | <Guest83> | I don't mind learning from scratch |
| 2026-02-15 10:18:27 | <ski> | there's other nice books, as well |
| 2026-02-15 10:18:39 | <Guest83> | Great Ski. Thanks for the guidance |
| 2026-02-15 10:20:02 | <ski> | you could try "Learn You a Haskell for Great Good!" <https://learnyouahaskell.github.io/>, if you want. it covers basics |
| 2026-02-15 10:20:09 | <ski> | doesn't have exercises, though |
| 2026-02-15 10:20:15 | <ski> | @where CIS194 |
| 2026-02-15 10:20:15 | <lambdabot> | <https://github.com/byorgey/haskell-course>,<https://www.seas.upenn.edu/~cis194/spring13/lectures.html> |
| 2026-02-15 10:20:23 | <ski> | is a course, which has exercises you can try |
| 2026-02-15 10:20:52 | <ski> | oh, and you can ask here, if you have questions about particular things |
| 2026-02-15 10:21:17 | <ski> | (do note that it may at times take a little while for people to notice your question, so i'd recommend waiting at least half an hour) |
| 2026-02-15 10:22:14 | <Guest83> | Sure, Ski. Much appreciated. Do you all use the same nicknames? |
| 2026-02-15 10:22:46 | <ski> | most people tend to stick to one (or sometimes a few) nicknames |
| 2026-02-15 10:23:06 | <ski> | well, at least people who stick around, keep chatting, here |
| 2026-02-15 10:23:10 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-02-15 10:23:24 | <ski> | if you type in |
| 2026-02-15 10:23:33 | <ski> | /nick myNewNickname |
| 2026-02-15 10:23:39 | <ski> | it should change your nickname |
| 2026-02-15 10:24:29 | <srazkvt> | i have a few usernames i switch between, either this username, or a variant of it, or just my first name for more casual chats with friends |
| 2026-02-15 10:24:48 | <srazkvt> | but i don't go much outside of those |
| 2026-02-15 10:24:59 | <Guest83> | Thank you, Ski. I am liking the functional programming approach. I hope I stick around with Haskell for long because i easily get demotivated if I hit a roadblock in my learning. |
| 2026-02-15 10:25:42 | <ski> | asking people for help can be quite useful, when you'tr stumbling over something |
| 2026-02-15 10:26:24 | <Guest83> | I found this resource. Looks like a good start https://www.seas.upenn.edu/~cis1940/spring13/lectures/01-intro.html |
| 2026-02-15 10:26:43 | <ski> | yea, that's the first lecture of the CIS194 course |
| 2026-02-15 10:26:47 | × | divlamir quits (~divlamir@user/divlamir) (Read error: Connection reset by peer) |
| 2026-02-15 10:26:51 | <srazkvt> | yea, from my experience haskell people are generally nice when it comes to helping out newcomers |
| 2026-02-15 10:27:01 | → | divlamir joins (~divlamir@user/divlamir) |
| 2026-02-15 10:27:07 | <ski> | (well, maybe a variant of it ? .. "1940" ?) |
| 2026-02-15 10:27:42 | <Guest83> | Thank you for making me feel so welcome here. I am curious to start my journey. |
| 2026-02-15 10:28:16 | <ski> | you're welcome |
| 2026-02-15 10:33:39 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 10:34:11 | × | wootehfoot quits (~wootehfoo@user/wootehfoot) (Quit: Leaving) |
| 2026-02-15 10:35:11 | <tomsmeding> | probie: the playground now has experimental support for {-# OPTIONS -fllvm #-} |
| 2026-02-15 10:35:24 | × | srazkvt quits (~sarah@user/srazkvt) (Read error: Connection reset by peer) |
| 2026-02-15 10:35:48 | → | srazkvt joins (~sarah@user/srazkvt) |
| 2026-02-15 10:36:52 | → | wootehfoot joins (~wootehfoo@user/wootehfoot) |
| 2026-02-15 10:39:07 | <Guest83> | Guys thank you for your help. I will come back with m learnings shortly |
| 2026-02-15 10:40:30 | <tomsmeding> | I guess also int-e ^ :p |
| 2026-02-15 10:40:46 | <tomsmeding> | bug reports welcome |
| 2026-02-15 10:40:49 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-02-15 10:41:16 | → | ames joins (~amelia@offtopia/offtopian/amelia) |
| 2026-02-15 10:41:26 | <tomsmeding> | it has only llvm 15 for now, which means it ought to work for GHC >= 9.6 |
| 2026-02-15 10:41:41 | × | Guest83 quits (~Guest83@182.48.209.54) (Quit: Client closed) |
| 2026-02-15 10:51:41 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 10:53:14 | → | __monty__ joins (~toonn@user/toonn) |
| 2026-02-15 10:53:54 | × | omidmash quits (~omidmash@user/omidmash) (Killed (NickServ (GHOST command used by omidmash_!~root@user/omidmash))) |
| 2026-02-15 10:54:11 | → | omidmash0 joins (~omidmash@user/omidmash) |
| 2026-02-15 10:56:35 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-02-15 11:03:05 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 11:08:10 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-02-15 11:16:10 | × | divya quits (divya@140.238.251.170) (Ping timeout: 245 seconds) |
| 2026-02-15 11:16:40 | × | natto17 quits (~natto@129.154.243.159) (Ping timeout: 256 seconds) |
| 2026-02-15 11:18:09 | → | natto17 joins (~natto@129.154.243.159) |
| 2026-02-15 11:18:53 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
| 2026-02-15 11:19:31 | → | karenw_ joins (~karenw@user/karenw) |
| 2026-02-15 11:21:34 | × | karenw quits (~karenw@user/karenw) (Ping timeout: 245 seconds) |
| 2026-02-15 11:22:27 | × | emmanuelux quits (~em@user/emmanuelux) (Quit: bye) |
| 2026-02-15 11:24:05 | × | merijn quits (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-02-15 11:26:45 | Digit | is now known as digitteknohippie |
| 2026-02-15 11:26:51 | digitteknohippie | is now known as Digit |
| 2026-02-15 11:28:42 | → | ft joins (~ft@p4fc2afab.dip0.t-ipconnect.de) |
| 2026-02-15 11:34:39 | → | merijn joins (~merijn@host-cl.cgnat-g.v4.dfn.nl) |
All times are in UTC.