Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2021-05-10 17:10:13 <dminuoso> Right now webasm is non-ideal for any language that attempts to do its own memory management ontop, like say GHC
2021-05-10 17:11:56 × danvet_ quits (~danvet@212-51-149-181.fiber7.init7.net) (Quit: Leaving)
2021-05-10 17:12:13 fresheyeball joins (~isaac@c-71-237-105-37.hsd1.co.comcast.net)
2021-05-10 17:12:27 × nbloomf quits (~nbloomf@2600:1700:ad14:3020:1cdd:1f85:2d1f:cc7) (Ping timeout: 246 seconds)
2021-05-10 17:12:33 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-05-10 17:13:09 × rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds)
2021-05-10 17:13:40 <Rembane> Indeed. That's a bummer.
2021-05-10 17:14:04 nbloomf joins (~nbloomf@2600:1700:ad14:3020:1cdd:1f85:2d1f:cc7)
2021-05-10 17:15:56 jgt_ joins (~jgt@92-247-237-116.spectrumnet.bg)
2021-05-10 17:16:24 ixlun joins (~user@109.249.184.235)
2021-05-10 17:17:06 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-10 17:17:26 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-10 17:18:33 rj joins (~x@gateway/tor-sasl/rj)
2021-05-10 17:18:35 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-10 17:20:36 × coot quits (~coot@37.30.58.122.nat.umts.dynamic.t-mobile.pl) (Quit: coot)
2021-05-10 17:22:10 × jgt_ quits (~jgt@92-247-237-116.spectrumnet.bg) (Ping timeout: 252 seconds)
2021-05-10 17:22:46 × jamm__ quits (~jamm@unaffiliated/jamm) (Remote host closed the connection)
2021-05-10 17:22:46 × gentauro quits (~gentauro@unaffiliated/gentauro) (Read error: Connection reset by peer)
2021-05-10 17:23:14 gentauro joins (~gentauro@unaffiliated/gentauro)
2021-05-10 17:24:02 × gentauro quits (~gentauro@unaffiliated/gentauro) (Read error: Connection reset by peer)
2021-05-10 17:25:06 × deviantfero quits (~deviantfe@190.150.27.58) (Quit: WeeChat 3.1)
2021-05-10 17:25:08 × justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Ping timeout: 258 seconds)
2021-05-10 17:25:17 × fresheyeball quits (~isaac@c-71-237-105-37.hsd1.co.comcast.net) (Quit: WeeChat 2.9)
2021-05-10 17:25:29 deviantfero joins (~deviantfe@190.150.27.58)
2021-05-10 17:27:17 × nbloomf quits (~nbloomf@2600:1700:ad14:3020:1cdd:1f85:2d1f:cc7) (Ping timeout: 250 seconds)
2021-05-10 17:27:34 justanotheruser joins (~justanoth@unaffiliated/justanotheruser)
2021-05-10 17:27:45 × jacks2 quits (~bc817c21@217.29.117.252) (Quit: http://www.okay.uz/ (Session timeout))
2021-05-10 17:28:18 gentauro joins (~gentauro@unaffiliated/gentauro)
2021-05-10 17:29:19 × geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 252 seconds)
2021-05-10 17:30:37 nbloomf joins (~nbloomf@2600:1700:ad14:3020:692a:95b:a9cd:2f9)
2021-05-10 17:31:38 × oxide quits (~lambda@unaffiliated/mclaren) (Quit: oxide)
2021-05-10 17:32:23 <juri_> hmm. in ghci, how do i get a string to show after interpolation, instead of before?
2021-05-10 17:34:16 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-10 17:34:36 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-10 17:35:01 yoctocell joins (~user@h87-96-130-155.cust.a3fiber.se)
2021-05-10 17:36:12 gitgood joins (~gitgood@80-44-12-75.dynamic.dsl.as9105.com)
2021-05-10 17:36:29 <[exa]> juri_: for what exact kind of string interpolation? Data.String.Interpolate?
2021-05-10 17:36:59 × dcompoze quits (~dcompoze@5E98D6D9.static.tld.pl) (Ping timeout: 246 seconds)
2021-05-10 17:37:58 justBull is now known as justTest
2021-05-10 17:38:05 <[exa]> (try adding `:: String`)
2021-05-10 17:38:12 justTest is now known as justBull
2021-05-10 17:38:40 × stree quits (~stree@68.36.8.116) (Ping timeout: 252 seconds)
2021-05-10 17:38:43 × marinelli quits (~marinelli@gateway/tor-sasl/marinelli) (Quit: marinelli)
2021-05-10 17:38:56 dcompoze joins (~dcompoze@cpc97624-walt24-2-0-cust75.13-2.cable.virginm.net)
2021-05-10 17:39:13 <juri_> C style interpolation.
2021-05-10 17:39:54 <juri_> as in, don't put the quotes on the beginning and the end, and do interpolation for \n, \", etc.
2021-05-10 17:39:59 dcompoze_ joins (~dcompoze@5E98D6D9.static.tld.pl)
2021-05-10 17:40:29 <wz1000> juri_: putStrLn?
2021-05-10 17:41:00 <juri_> wz1000: perfect, thanks.
2021-05-10 17:41:08 <[exa]> juri_: ah that's more like "special characters" than interpolation I guess
2021-05-10 17:41:12 Andriamanitra joins (~mikko@2a02:7b40:d418:6a61::1)
2021-05-10 17:41:25 × ixlun quits (~user@109.249.184.235) (Ping timeout: 252 seconds)
2021-05-10 17:42:14 × Shuppiluliuma quits (~shuppilul@153.33.68.161) (Ping timeout: 246 seconds)
2021-05-10 17:42:23 tromp joins (~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-10 17:42:24 justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311)
2021-05-10 17:44:11 × dcompoze quits (~dcompoze@cpc97624-walt24-2-0-cust75.13-2.cable.virginm.net) (Ping timeout: 265 seconds)
2021-05-10 17:44:40 davean is now known as officially_bad_p
2021-05-10 17:45:01 officially_bad_p is now known as davean
2021-05-10 17:45:33 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 240 seconds)
2021-05-10 17:46:12 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-10 17:46:17 × Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
2021-05-10 17:46:30 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-10 17:46:38 Kaiepi joins (~Kaiepi@47.54.252.148)
2021-05-10 17:47:18 frozenErebus joins (~frozenEre@37.231.244.249)
2021-05-10 17:49:02 × elliott_ quits (~elliott_@pool-108-18-30-46.washdc.fios.verizon.net) (Read error: Connection reset by peer)
2021-05-10 17:49:43 × Lycurgus quits (~niemand@cpe-45-46-140-49.buffalo.res.rr.com) (Quit: Exeunt)
2021-05-10 17:49:59 × tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 265 seconds)
2021-05-10 17:50:09 elliott_ joins (~elliott_@pool-108-18-30-46.washdc.fios.verizon.net)
2021-05-10 17:51:08 × superstar64 quits (6ccefa7c@108-206-250-124.lightspeed.miamfl.sbcglobal.net) (Quit: Connection closed)
2021-05-10 17:51:33 stree joins (~stree@68.36.8.116)
2021-05-10 17:52:27 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-10 17:52:46 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-10 17:54:08 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 246 seconds)
2021-05-10 17:55:19 ep1ctetus_ joins (~epictetus@ip72-194-54-201.sb.sd.cox.net)
2021-05-10 17:55:34 vicfred joins (~vicfred@unaffiliated/vicfred)
2021-05-10 17:58:49 <Andriamanitra> i'm reading through https://wiki.haskell.org/Exception and trying to understand how to handle exceptions thrown by the "read" function but i think i'm doing it all wrong because i keep getting errors https://paste.tomsmeding.com/55WK2UiV
2021-05-10 17:58:49 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-10 17:59:01 × epicte7us quits (~epictetus@64.44.80.28) (Ping timeout: 252 seconds)
2021-05-10 17:59:08 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-10 17:59:35 <Andriamanitra> the end goal is to throw a custom error when an invalid AnimalType is given, is this completely wrong approach?
2021-05-10 18:00:03 tromp joins (~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-10 18:01:46 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
2021-05-10 18:02:56 urdh joins (~urdh@unaffiliated/urdh)
2021-05-10 18:03:20 CrazyPython joins (~crazypyth@98.122.164.118)
2021-05-10 18:03:46 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds)
2021-05-10 18:04:58 × tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 265 seconds)
2021-05-10 18:05:27 <monochrom> In this case it is much much better to import Text.Read and use readMaybe.
2021-05-10 18:06:12 sayola joins (~vekto@dslb-088-078-152-174.088.078.pools.vodafone-ip.de)
2021-05-10 18:06:36 <monochrom> Haskell's exception system works much better for I/O, but parsing is not I/O.
2021-05-10 18:06:51 × justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Ping timeout: 260 seconds)
2021-05-10 18:07:33 apache8080 joins (~rishi@wsip-70-168-153-252.oc.oc.cox.net)
2021-05-10 18:07:42 × apache8080 quits (~rishi@wsip-70-168-153-252.oc.oc.cox.net) (Client Quit)
2021-05-10 18:08:03 apache8080 joins (~rishi@wsip-70-168-153-252.oc.oc.cox.net)
2021-05-10 18:08:50 <Andriamanitra> so anything like this isn't possible unless i import something?
2021-05-10 18:09:43 jil joins (~user@45.86.162.6)
2021-05-10 18:09:50 <jil> hello
2021-05-10 18:10:22 thongpv87 joins (~thongpv87@27.76.236.94)
2021-05-10 18:11:18 <jil> How can I source the content of a .hs file from an org mode haskell code block in an emacs buffer ?
2021-05-10 18:11:32 <enikar> Andriamanitra: there is no problem with importing. As well Text.Read is in base (or at least with ghc).
2021-05-10 18:11:39 <monochrom> Huh, the exception system would need importing something, too.

All times are in UTC.