Logs: freenode/#haskell
| 2021-04-21 21:45:17 | <monochrom> | So never mind a whole new generation of high-level language implementations. Haskell is not alone here. |
| 2021-04-21 21:46:29 | × | stef204 quits (~stef204@unaffiliated/stef-204/x-384198) (Quit: WeeChat 3.1) |
| 2021-04-21 21:46:51 | <hpc> | nowadays you shout "docker!" at the build tool a huge number of times |
| 2021-04-21 21:47:10 | <hpc> | oh, already mentioned |
| 2021-04-21 21:47:12 | <monochrom> | Yeah. Let's hope this lasts for the next 10 years. |
| 2021-04-21 21:47:25 | <infinisil> | monochrom: I don't think they're using the ghc api? |
| 2021-04-21 21:47:39 | geekosaur | will be surprised if docker's still the hotness in 10 years |
| 2021-04-21 21:47:42 | <monochrom> | If you use hint you're using the ghc api. |
| 2021-04-21 21:47:45 | <geekosaur> | things move far too fast |
| 2021-04-21 21:47:51 | <monochrom> | If you use ghc-mod you're using the ghc api. |
| 2021-04-21 21:48:14 | <geekosaur> | ghc as a library is the ghc api |
| 2021-04-21 21:48:36 | <monochrom> | If you use anything remotely close to "honour dynamically received Haskell code" you're using the ghc api. |
| 2021-04-21 21:48:38 | <geekosaur> | other options for dynamically compiling haskell code basically don't exist |
| 2021-04-21 21:49:08 | <infinisil> | monochrom: I don't think they're doing that though |
| 2021-04-21 21:49:34 | <infinisil> | Oh |
| 2021-04-21 21:49:39 | <infinisil> | Wait maybe I misunderstood |
| 2021-04-21 21:49:45 | <infinisil> | Yeah I probably did, never mind |
| 2021-04-21 21:49:50 | <geekosaur> | >> is there a way to dynamically evaluate some haskell code, ideally in the form of ast? i know about "hint" package, but its description says "requires ghc installed", i don't want such requirement |
| 2021-04-21 21:50:21 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 245 seconds) |
| 2021-04-21 21:50:41 | × | nut quits (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 240 seconds) |
| 2021-04-21 21:50:49 | <monochrom> | Actually, may I recommend system("hugs")? >:) |
| 2021-04-21 21:51:04 | <monochrom> | At least hugs is much much smaller. |
| 2021-04-21 21:51:28 | <geekosaur> | I did suggest that early on |
| 2021-04-21 21:51:42 | <monochrom> | Darn. |
| 2021-04-21 21:54:22 | × | usr25 quits (~usr25@unaffiliated/usr25) (Quit: Leaving) |
| 2021-04-21 21:55:19 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-04-21 21:56:47 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) |
| 2021-04-21 21:59:20 | → | hypercube joins (hypercube@gateway/vpn/protonvpn/hypercube) |
| 2021-04-21 22:00:06 | × | DavidEichmann quits (~david@147.136.46.217.dyn.plus.net) (Ping timeout: 260 seconds) |
| 2021-04-21 22:00:27 | → | Rudd0 joins (~Rudd0@185.189.115.103) |
| 2021-04-21 22:00:34 | → | rj_ joins (~x@gateway/tor-sasl/rj) |
| 2021-04-21 22:01:07 | → | DavidEichmann joins (~david@147.136.46.217.dyn.plus.net) |
| 2021-04-21 22:01:11 | × | nicholasbulka quits (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) (Ping timeout: 245 seconds) |
| 2021-04-21 22:01:41 | × | mastarija quits (~mastarija@31.217.16.219) (Quit: Leaving) |
| 2021-04-21 22:02:42 | × | cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving) |
| 2021-04-21 22:02:45 | × | Ccasesvilla quits (4a4fd19e@cpe-74-79-209-158.twcny.res.rr.com) (Quit: Connection closed) |
| 2021-04-21 22:03:10 | → | jao joins (~jao@pdpc/supporter/professional/jao) |
| 2021-04-21 22:04:11 | × | juri_ quits (~juri@178.63.35.222) (Ping timeout: 240 seconds) |
| 2021-04-21 22:05:40 | × | hypercube quits (hypercube@gateway/vpn/protonvpn/hypercube) (Quit: WeeChat 3.1) |
| 2021-04-21 22:05:53 | × | nisstyre quits (wes@python-zero/conduct-committee/nisstyre) (Ping timeout: 258 seconds) |
| 2021-04-21 22:06:38 | × | Ariakenom quits (~Ariakenom@2001:9b1:efb:fc00:4cdc:6166:590b:6cfe) (Quit: Leaving) |
| 2021-04-21 22:07:40 | <int-e> | geekosaur: `hint` is a convenience wrapper around the ghc library |
| 2021-04-21 22:07:57 | → | justanotheruser joins (~justanoth@unaffiliated/justanotheruser) |
| 2021-04-21 22:08:01 | <geekosaur> | didn't I suggest hugs, not hint? |
| 2021-04-21 22:08:08 | <geekosaur> | they came up with hint themselves and rejected it |
| 2021-04-21 22:08:30 | <int-e> | geekosaur: just elaborating the "requires ghc installed" part |
| 2021-04-21 22:08:43 | <geekosaur> | because it requires ghc and they're trying to get out of requiring ghc (which as monochrom showed is hopeless) |
| 2021-04-21 22:09:19 | × | Lowl3v3l quits (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) (Ping timeout: 252 seconds) |
| 2021-04-21 22:09:39 | <int-e> | but yes, I disregarded some context |
| 2021-04-21 22:10:39 | → | juri_ joins (~juri@79.140.123.62) |
| 2021-04-21 22:14:07 | × | heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2021-04-21 22:14:52 | × | juri_ quits (~juri@79.140.123.62) (Ping timeout: 240 seconds) |
| 2021-04-21 22:14:56 | × | Sornaensis quits (~Sornaensi@077213200034.dynamic.telenor.dk) (Ping timeout: 245 seconds) |
| 2021-04-21 22:15:37 | → | juri_ joins (~juri@178.63.35.222) |
| 2021-04-21 22:17:18 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-04-21 22:17:50 | → | hiroaki_ joins (~hiroaki@2a02:8108:8c40:2bb8:b5a5:898d:202b:258b) |
| 2021-04-21 22:20:14 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-04-21 22:20:39 | × | dmytrish quits (~mitra@2a02:8084:a82:d900:fdd2:ac3d:3471:66d9) (Ping timeout: 260 seconds) |
| 2021-04-21 22:21:02 | × | Guest92203 quits (~textual@mskresolve-a.mskcc.org) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-04-21 22:22:22 | → | nisstyre joins (~wes@python-zero/conduct-committee/nisstyre) |
| 2021-04-21 22:22:32 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds) |
| 2021-04-21 22:23:38 | → | codedmart joins (codedmart@2600:3c01::f03c:92ff:fefe:8511) |
| 2021-04-21 22:23:42 | × | boogsbunny quits (2d23821c@45.35.130.28) (Ping timeout: 240 seconds) |
| 2021-04-21 22:25:57 | × | rj_ quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-04-21 22:28:09 | × | marinelli quits (~marinelli@gateway/tor-sasl/marinelli) (Remote host closed the connection) |
| 2021-04-21 22:28:45 | → | marinelli joins (~marinelli@gateway/tor-sasl/marinelli) |
| 2021-04-21 22:29:38 | → | faustind joins (0e0843e1@gateway/web/cgi-irc/kiwiirc.com/ip.14.8.67.225) |
| 2021-04-21 22:30:12 | × | Tuplanolla quits (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (Quit: Leaving.) |
| 2021-04-21 22:31:07 | → | rj_ joins (~x@gateway/tor-sasl/rj) |
| 2021-04-21 22:33:10 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 265 seconds) |
| 2021-04-21 22:35:28 | → | Alleria joins (~textual@2603-7000-3040-0000-3d14-5885-3d03-0546.res6.spectrum.com) |
| 2021-04-21 22:35:51 | Alleria | is now known as Guest5350 |
| 2021-04-21 22:38:55 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) |
| 2021-04-21 22:40:59 | × | tabemann quits (~travisb@2600:1700:7990:24e0:1f29:251c:9834:33) (Remote host closed the connection) |
| 2021-04-21 22:41:15 | → | tabemann joins (~travisb@2600:1700:7990:24e0:1797:6b66:735:4572) |
| 2021-04-21 22:43:09 | × | ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-04-21 22:43:23 | × | nicholasbulka quits (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) (Ping timeout: 250 seconds) |
| 2021-04-21 22:44:12 | → | ddellaco_ joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-04-21 22:44:48 | × | heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2021-04-21 22:46:52 | × | m0rphism quits (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (Ping timeout: 240 seconds) |
| 2021-04-21 22:48:31 | × | ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 260 seconds) |
| 2021-04-21 22:55:25 | × | Deide1 quits (~Deide@217.155.19.23) (Quit: Seeee yaaaa) |
| 2021-04-21 22:59:31 | × | elliott_ quits (~elliott@pool-108-18-30-46.washdc.fios.verizon.net) (Ping timeout: 245 seconds) |
| 2021-04-21 23:00:14 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-04-21 23:01:27 | × | cagrioz83 quits (4ea70324@78.167.3.36) (Quit: Connection closed) |
| 2021-04-21 23:06:12 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) |
| 2021-04-21 23:06:29 | × | son0p quits (~ff@181.136.122.143) (Remote host closed the connection) |
| 2021-04-21 23:10:21 | × | nicholasbulka quits (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) (Ping timeout: 245 seconds) |
| 2021-04-21 23:10:45 | × | rj_ quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-04-21 23:14:18 | → | rj_ joins (~x@gateway/tor-sasl/rj) |
| 2021-04-21 23:14:43 | → | ddellaco_ joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-04-21 23:19:11 | × | ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2021-04-21 23:30:42 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) |
| 2021-04-21 23:32:03 | × | danvet quits (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Ping timeout: 260 seconds) |
| 2021-04-21 23:32:15 | → | ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-04-21 23:35:28 | × | Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 252 seconds) |
| 2021-04-21 23:35:37 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-04-21 23:36:11 | × | nicholasbulka quits (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) (Ping timeout: 245 seconds) |
| 2021-04-21 23:37:59 | × | ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 246 seconds) |
| 2021-04-21 23:38:01 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:bdc9:711a:32b8:207e) |
All times are in UTC.