Logs: freenode/#haskell
| 2021-03-05 01:18:37 | <qih__> | Axman6: Oh, it's not. Why not? |
| 2021-03-05 01:18:56 | <Axman6> | > let x = 0; f n = n + x in let x = 2 in f 0 |
| 2021-03-05 01:18:58 | <lambdabot> | 0 |
| 2021-03-05 01:19:16 | <Axman6> | that is reoughly equivalent to running... |
| 2021-03-05 01:19:19 | <Axman6> | x = 0 |
| 2021-03-05 01:19:24 | <Axman6> | f n = n + x |
| 2021-03-05 01:19:29 | <Axman6> | x = 2 |
| 2021-03-05 01:19:31 | <Axman6> | f 0 |
| 2021-03-05 01:19:37 | <Axman6> | -> 0 |
| 2021-03-05 01:19:40 | → | rajivr joins (uid269651@gateway/web/irccloud.com/x-zfdimwsiaqqzwwly) |
| 2021-03-05 01:19:42 | × | m0rphism quits (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (Ping timeout: 256 seconds) |
| 2021-03-05 01:20:01 | <koz_> | @pl \x y -> (,) <$> x <*> y |
| 2021-03-05 01:20:02 | <lambdabot> | (((,) <$>) .) . (<*>) |
| 2021-03-05 01:20:06 | <monochrom> | "x = 0" is "define x to be 0", yes. |
| 2021-03-05 01:20:16 | <Axman6> | after the x = 2, any new definition which references x will reference the x which is 2 |
| 2021-03-05 01:20:36 | <Axman6> | but anything defined before the x = 2 is referring to the value 0, which was named x at the time |
| 2021-03-05 01:20:54 | <Axman6> | qih__: unrelated but this seemed relevant to you: https://jaylittle.com/post/view/2021/3/goodbye-small-server-hello-150-watt-office |
| 2021-03-05 01:21:09 | × | pfurla quits (~pfurla@pool-108-6-43-243.nycmny.fios.verizon.net) (Quit: gone to sleep. ZZZzzz…) |
| 2021-03-05 01:22:30 | × | chenshen quits (~chenshen@2620:10d:c090:400::5:dc3c) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
| 2021-03-05 01:23:04 | <qih__> | Axman6: Thanks for the explanation, I'll read more on it but I get it (Tentatively) |
| 2021-03-05 01:23:16 | <qih__> | And thanks for that link, nice one. |
| 2021-03-05 01:24:11 | × | crobbins quits (~crobbins@2600:1700:48eb:8490:9416:7f26:bb22:cc55) (Remote host closed the connection) |
| 2021-03-05 01:25:41 | → | jamm_ joins (~jamm@unaffiliated/jamm) |
| 2021-03-05 01:25:54 | <qih__> | Axman6: That's a nice setup and personal goal he has. I'd not take a job if I *had* to use Windows, sorry. |
| 2021-03-05 01:26:34 | <monochrom> | What if the "job" is e-sport? >:) |
| 2021-03-05 01:27:03 | <monochrom> | "Your job is to compete in AoE2DE tournaments so you have to use Windows" |
| 2021-03-05 01:27:27 | × | viluon quits (uid453725@gateway/web/irccloud.com/x-ztatnfztaowajlyf) (Quit: Connection closed for inactivity) |
| 2021-03-05 01:27:39 | × | dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 256 seconds) |
| 2021-03-05 01:28:43 | <qih__> | monochrom: I'm a lamer gamer, that'd never happen. I am awesome on Minecraft but FPS not anymore. |
| 2021-03-05 01:29:10 | <monochrom> | But AoE2DE is RTS not FPS. |
| 2021-03-05 01:29:53 | <monochrom> | OK, "But I play its Regicide mode so it's FPS. It's always personal!" >:) |
| 2021-03-05 01:30:22 | slack1256 | is thinking on a AoE2DE tournament for #haskell |
| 2021-03-05 01:30:30 | <monochrom> | onoes |
| 2021-03-05 01:30:38 | × | jamm_ quits (~jamm@unaffiliated/jamm) (Ping timeout: 264 seconds) |
| 2021-03-05 01:32:04 | × | cgadski quits (~textual@a95-95-106-208.cpe.netcabo.pt) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-03-05 01:32:43 | <qih__> | monochrom: OK fair point, just highlighting my lameness. |
| 2021-03-05 01:32:57 | → | Mrbuck joins (~Mrbuck@gateway/tor-sasl/mrbuck) |
| 2021-03-05 01:33:10 | → | sagax joins (~sagax_nb@213.138.71.146) |
| 2021-03-05 01:34:19 | <qih__> | A really smart guy I know made an excellent Starcraft-in-concept game based on Erlang. Should bother him and see where it is at. I'd play a cool, console-based (CLI) game that was interactive and interesting. |
| 2021-03-05 01:34:39 | × | myShoggoth quits (~myShoggot@75.164.81.55) (Ping timeout: 245 seconds) |
| 2021-03-05 01:36:33 | × | cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 264 seconds) |
| 2021-03-05 01:36:47 | <qih__> | I started a CLI-based game in Python (Sorry) but I will port it to Haskell when I can do more than >> :l lame_program.hs 8-) |
| 2021-03-05 01:38:23 | × | jneira quits (501e6551@gateway/web/cgi-irc/kiwiirc.com/ip.80.30.101.81) (Ping timeout: 245 seconds) |
| 2021-03-05 01:42:23 | × | Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 260 seconds) |
| 2021-03-05 01:43:36 | × | tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection) |
| 2021-03-05 01:44:09 | → | dcoutts_ joins (~dcoutts@unaffiliated/dcoutts) |
| 2021-03-05 01:44:49 | × | dcoutts__ quits (~duncan@85.186.125.91.dyn.plus.net) (Read error: Connection reset by peer) |
| 2021-03-05 01:45:25 | × | themsay[m] quits (themsaymat@gateway/shell/matrix.org/x-ljaenuxzhfzsbgci) (Ping timeout: 265 seconds) |
| 2021-03-05 01:45:34 | → | dcoutts__ joins (~duncan@85.186.125.91.dyn.plus.net) |
| 2021-03-05 01:45:54 | × | srid quits (sridmatrix@gateway/shell/matrix.org/x-bkpxgefkheugtalm) (Ping timeout: 265 seconds) |
| 2021-03-05 01:45:54 | × | VarikValefor[m] quits (varikvalef@gateway/shell/matrix.org/x-kxjsrbtdhgrazfgo) (Ping timeout: 265 seconds) |
| 2021-03-05 01:46:03 | × | ech quits (~user@gateway/tor-sasl/ech) (Ping timeout: 268 seconds) |
| 2021-03-05 01:46:05 | × | speakerspivakeem quits (speakerdea@gateway/shell/matrix.org/x-turkzvpwerbcobxw) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:05 | × | oreoking[m] quits (oreokingma@gateway/shell/matrix.org/x-thhdqxzqtsmuurkl) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:06 | × | toasty_avocado[m quits (toastyavoc@gateway/shell/matrix.org/x-juhwyrkxyxnxfauu) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:06 | × | domenkozar[m] quits (domenkozar@NixOS/user/domenkozar) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:12 | × | the_1_[m] quits (the1matrix@gateway/shell/matrix.org/x-omadakojgvgseqgu) (Ping timeout: 246 seconds) |
| 2021-03-05 01:46:25 | × | Hanma[m] quits (hanmamatri@gateway/shell/matrix.org/x-iwqqtahhpodcbjeb) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:26 | × | lambdaclan quits (lambdaclan@gateway/shell/matrix.org/x-ipvngrvyhnqhbylj) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:27 | × | boistordu quits (boistordum@gateway/shell/matrix.org/x-zehlrpuclgbsmcgb) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:27 | × | ManofLetters[m] quits (manoflette@gateway/shell/matrix.org/x-sdtdldljvtpokfgv) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:27 | × | Lurkki[m] quits (lurkkipriv@gateway/shell/matrix.org/x-psmnesknsmvebscb) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:27 | × | alecs[m] quits (malumorema@gateway/shell/matrix.org/x-gkhumeppsvrovowp) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:33 | × | JaakkoLuttinen[m quits (jluttinema@gateway/shell/matrix.org/x-grojhtohdxnxeeyc) (Ping timeout: 246 seconds) |
| 2021-03-05 01:46:41 | × | jpds quits (~jpds@gateway/tor-sasl/jpds) (Ping timeout: 268 seconds) |
| 2021-03-05 01:46:45 | × | mjlbach quits (atriusmatr@gateway/shell/matrix.org/x-jbujsgkzleiuowmd) (Ping timeout: 240 seconds) |
| 2021-03-05 01:46:51 | × | hyiltiz-M quits (hyiltizkde@gateway/shell/kde/matrix/x-ivzwdsjrvmnmdqmv) (Ping timeout: 264 seconds) |
| 2021-03-05 01:47:04 | × | dcoutts quits (~dcoutts@unaffiliated/dcoutts) (Ping timeout: 260 seconds) |
| 2021-03-05 01:47:55 | × | freeman42x[m]1 quits (freeman42x@gateway/shell/matrix.org/x-qxkxelsgcvmbsqlb) (Ping timeout: 240 seconds) |
| 2021-03-05 01:47:55 | × | brightly-salty[m quits (brightly-s@gateway/shell/matrix.org/x-cporoyepggngxrys) (Ping timeout: 240 seconds) |
| 2021-03-05 01:47:55 | × | meff[m]1 quits (meffsunado@gateway/shell/matrix.org/x-qllhwgzchqvotood) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:14 | × | statusfailed quits (~statusfai@statusfailed.com) (Ping timeout: 260 seconds) |
| 2021-03-05 01:48:14 | × | mud quits (kadobanmat@gateway/shell/matrix.org/x-apivwpznfnnlclpi) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:15 | × | jeffcasavant[m]1 quits (jeffcasava@gateway/shell/matrix.org/x-cfnhfidvuebvhzpm) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:15 | × | PotatoHatsue quits (berbermanp@gateway/shell/matrix.org/x-eaqrdmjzoipzuify) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:18 | × | beardhatcode quits (robbertbea@gateway/shell/matrix.org/x-yrzeqqovfcgynlys) (Ping timeout: 244 seconds) |
| 2021-03-05 01:48:18 | × | simara[m] quits (simaramatr@gateway/shell/matrix.org/x-ndigbuadzruuzard) (Ping timeout: 244 seconds) |
| 2021-03-05 01:48:19 | × | immae quits (immaematri@gateway/shell/matrix.org/x-mtnokboauunjkgre) (Ping timeout: 244 seconds) |
| 2021-03-05 01:48:19 | × | pineapples[m] quits (pineapples@gateway/shell/matrix.org/x-rjnrgqpwuytdhsrb) (Ping timeout: 244 seconds) |
| 2021-03-05 01:48:19 | × | dyniec[m] quits (dyniecmatr@gateway/shell/matrix.org/x-mpucxcqvuxckqpcu) (Ping timeout: 244 seconds) |
| 2021-03-05 01:48:19 | × | berberman[T] quits (berberma4@gateway/shell/matrix.org/x-xacrdmjnxhrqsrnd) (Ping timeout: 244 seconds) |
| 2021-03-05 01:48:19 | × | maralorn quits (maralornma@gateway/shell/matrix.org/x-yxejhfyxkpgpcjvz) (Ping timeout: 244 seconds) |
| 2021-03-05 01:48:26 | × | bitonic quits (bitonicmat@gateway/shell/matrix.org/x-tcjvcnippiduczse) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:26 | × | MichaelHoffmannb quits (brisadmozi@gateway/shell/matrix.org/x-semsqtjqhulgolab) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:26 | × | a-tsioh[m] quits (a-tsiohmat@gateway/shell/matrix.org/x-vxvzeinnodmgkchc) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:26 | × | sigmacool[m] quits (sigmacoolm@gateway/shell/matrix.org/x-agbisjcyekothkzz) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:26 | × | rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-welbcejgukwlyvmz) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:27 | × | AbtractSingleton quits (rasurumatr@gateway/shell/matrix.org/x-cptnkbgcmbcsygri) (Ping timeout: 240 seconds) |
| 2021-03-05 01:48:31 | × | ThaEwat quits (thaewraptm@gateway/shell/matrix.org/x-pcdsttlbmkuhuhxo) (Ping timeout: 272 seconds) |
| 2021-03-05 01:48:36 | × | michaelpj quits (michaelpjm@gateway/shell/matrix.org/x-niomjibmmrgwzzyy) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:36 | × | sm[m] quits (simonmicma@gateway/shell/matrix.org/x-smorkrdiwycaaxbo) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:36 | × | joe[m]3 quits (joemonoida@gateway/shell/matrix.org/x-zrgraxvdmbpvqofd) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:37 | × | unclechu quits (unclechuma@gateway/shell/matrix.org/x-tqwhdmxbxpfopxbc) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:37 | × | Liyang[m] quits (liyangmatr@gateway/shell/matrix.org/x-pppuhernsulwjyww) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:37 | × | darkcodi[m] quits (darkcodima@gateway/shell/matrix.org/x-yuxcrrjvakxjaoby) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:37 | × | johnnyboy[m] quits (gifumatrix@gateway/shell/matrix.org/x-taasofpihtwizvlh) (Ping timeout: 258 seconds) |
| 2021-03-05 01:48:48 | × | luigy quits (~luigy@104.236.106.229) (Ping timeout: 246 seconds) |
| 2021-03-05 01:48:52 | → | statusfailed joins (~statusfai@statusfailed.com) |
| 2021-03-05 01:48:55 | × | pqwy[m] quits (pqwymatrix@gateway/shell/matrix.org/x-exzquzvqtvnlmwnw) (Ping timeout: 240 seconds) |
| 2021-03-05 01:49:09 | × | alunduil quits (alunduil@gateway/web/irccloud.com/x-czdrujrqwwwimmbe) (Ping timeout: 264 seconds) |
All times are in UTC.