00:42:04 -!- kspalaiologos has quit (Ping timeout: 258 seconds). 00:48:45 -!- FreeFull has quit. 01:25:38 -!- int-e has quit (Ping timeout: 240 seconds). 01:25:45 -!- int-e has joined. 01:31:17 -!- LKoen has quit (Remote host closed the connection). 01:40:13 -!- LKoen has joined. 01:40:13 -!- LKoen has quit (Remote host closed the connection). 02:23:27 -!- Frater_EST has joined. 02:36:01 b_jonas: the wiki is wrong 02:42:47 -!- Frater_EST has left. 03:05:22 -!- Lord_of_Life_ has joined. 03:05:37 -!- oerjan has joined. 03:07:50 -!- Lord_of_Life has quit (Ping timeout: 265 seconds). 03:07:50 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 03:12:03 -!- Frater_EST has joined. 03:26:51 -!- Frater_EST has quit (Remote host closed the connection). 03:37:55 -!- imode has joined. 03:56:06 b_jonas: the haskell wiki lambdabot page hasn't been updated since 2013. i suspect the github is a better place to link to, although lambdabot may not have changed that much... 07:23:27 -!- Cale has quit (Ping timeout: 260 seconds). 07:25:11 -!- Cale has joined. 08:27:18 -!- imode has quit (Ping timeout: 260 seconds). 08:36:57 [[Special:Log/newusers]] create * Mscibett * New user account 08:41:04 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=68719&oldid=68699 * Mscibett * (+183) /* Introductions */ 08:41:54 [[SCAB computer]] https://esolangs.org/w/index.php?diff=68720&oldid=20053 * Mscibett * (-9) /* References */ 08:42:23 [[SCAB computer]] https://esolangs.org/w/index.php?diff=68721&oldid=68720 * Mscibett * (+14) /* References */ 08:43:59 [[TOGA computer]] https://esolangs.org/w/index.php?diff=68722&oldid=54351 * Mscibett * (+9) /* References */ 08:55:20 int-e, oerjan: ok 08:56:41 [[Lambdabot]] https://esolangs.org/w/index.php?diff=68723&oldid=68718 * B jonas * (+74) 09:08:16 -!- rain1 has joined. 09:24:45 -!- b_jonas has quit (Quit: leaving). 09:30:44 -!- oerjan has quit (Quit: Nite). 10:09:50 hello 10:10:55 -!- stux- has quit (Quit: Aloha!). 10:11:20 -!- stux has joined. 11:48:56 [[Esolang:Sandbox]] M https://esolangs.org/w/index.php?diff=68724&oldid=68346 * PaniniTheDeveloper * (-835) 11:53:19 [[Esolang:Sandbox]] M https://esolangs.org/w/index.php?diff=68725&oldid=68724 * PaniniTheDeveloper * (+12) 12:13:52 -!- arseniiv_ has joined. 12:16:39 -!- jix_ has changed nick to jix. 12:22:12 [[Dd]] https://esolangs.org/w/index.php?diff=68726&oldid=67887 * IFcoltransG * (+21) Tidied spelling and grammar 12:39:11 [[Dd]] https://esolangs.org/w/index.php?diff=68727&oldid=68726 * IFcoltransG * (-78) Concision w.r.t. published vs. created 12:41:11 [[Dd]] M https://esolangs.org/w/index.php?diff=68728&oldid=68727 * IFcoltransG * (+1) /* Syntax */ semantic capitalisation 12:42:17 [[Dd]] M https://esolangs.org/w/index.php?diff=68729&oldid=68728 * IFcoltransG * (-3) /* dd */ fixed grammar 13:20:11 -!- Frater_EST has joined. 13:20:19 -!- kspalaiologos has joined. 13:21:17 EFnet got some real delays 13:44:34 [[Rotary Quine]] https://esolangs.org/w/index.php?diff=68730&oldid=68122 * A * (+62) /* Examples */ 13:45:46 [[Dd]] https://esolangs.org/w/index.php?diff=68731&oldid=68729 * A * (+55) /* Polyglot iterating quine (2 languages) */ 13:55:04 -!- Frater_EST has left. 14:11:04 [[Special:Log/upload]] upload * Mister14 * uploaded "[[File:FizzBuzzLang.png]]" 14:16:13 [[Hyperon]] https://esolangs.org/w/index.php?diff=68733&oldid=68715 * Moon * (+2) correction 14:24:41 why wouldn't J support something like 14:24:44 [ .5 14:24:44 kspalaiologos: .5 14:24:48 as 14:24:50 [ 0.5 14:24:50 kspalaiologos: 0.5 14:24:55 wait, does it 14:24:59 [ .5 + .5 14:24:59 kspalaiologos: |domain error 14:24:59 kspalaiologos: | .5 + .5 14:25:05 [ 0.5 + 0.5 14:25:06 kspalaiologos: 1 14:25:07 it doesn't 14:37:32 [ a =. 1 + b =. 5 14:37:33 kspalaiologos: |ok 14:37:58 [ a =. 1 + b =. 5 a 14:37:59 kspalaiologos: |syntax error 14:37:59 kspalaiologos: | a=.1+b=. 5 a 14:38:07 [ (a =. 1 + b =. 5) a 14:38:07 kspalaiologos: |syntax error 14:38:07 kspalaiologos: | (a=.1+b=.5)a 14:43:09 -!- Frater_EST has joined. 14:43:11 so 14:43:17 first b=5 is evaluated 14:43:20 and a=b+1 14:43:27 -!- Frater_EST has left. 14:43:27 so a = 6 then 14:46:06 what other outcome would there be? 14:47:31 a=1, b=5, the expression value would be 6 14:47:52 but it kinda makes no sense as I remembered that expressions are always evaluated rtl 14:51:47 When I try to use the following: 14:51:58 v =: verb define / x + y / ) 14:52:01 (/ = newline) 14:52:07 I get an syntax error 14:55:04 -!- kritixilithos has joined. 14:58:06 -!- jake has joined. 15:08:17 -!- Lord_of_Life_ has joined. 15:08:38 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 15:09:38 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 15:22:54 -!- jake has quit (Remote host closed the connection). 15:23:21 hello 15:23:25 hows everybody doing heer 15:35:19 -!- Frater_EST has joined. 15:36:26 -!- Frater_EST has quit (Read error: Connection reset by peer). 15:36:46 -!- Frater_EST has joined. 15:43:16 -!- Frater_EST has quit (Read error: Connection reset by peer). 15:46:01 -!- Frater_EST has joined. 15:49:09 -!- Frater_EST has left. 15:52:15 -!- imode has joined. 15:56:10 ⎕CY'dfns' 15:56:10 7 7{3::0⋄(,⍳⍺)[⍋,w⊃⍨⍵⍳⍨⊃∘⍸¨0=w←¯1kt⍺]}⊂ 15:56:17 just some average APL code 15:56:25 looks worse than int21h dumping memory 15:59:03 * FireFly isn't sure what the point of the remarks is 15:59:18 That remainds me of the quote from "man dc". 15:59:22 Describing the P instruction: "-- the sequence KSK0k1/_1Ss [ls*]Sxd0>x [256~Ssd0qaPlxx] dsxxsx0sqLqsxLxLK+k could also accomplish this function." 15:59:52 Less fancy characters, of course. 16:01:45 heh 16:20:31 -!- nico_nico has joined. 17:06:15 -!- kritixilithos has quit (Quit: quit). 17:20:02 -!- nico_nico has quit (Quit: WeeChat 2.7). 17:44:16 [[Hyperon]] M https://esolangs.org/w/index.php?diff=68734&oldid=68733 * Hakerh400 * (-35) 18:04:59 [[Special:Log/newusers]] create * JimmyChaos * New user account 18:23:45 -!- imode has quit (Ping timeout: 265 seconds). 18:28:40 -!- Frater_EST has joined. 18:33:48 [[User talk:Mscibett]] N https://esolangs.org/w/index.php?oldid=68735 * Hex96 * (+115) Created page with "Hello There new user! ~~~~" 18:38:24 -!- FreeFull has joined. 18:41:24 -!- Frater_EST has left. 19:11:27 [[Talk:Drive-In Window]] https://esolangs.org/w/index.php?diff=68736&oldid=37311 * Hex96 * (+121) 19:15:12 -!- Hooloovo0 has quit (Ping timeout: 268 seconds). 19:19:07 -!- Hooloovo0 has joined. 19:30:34 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=68737&oldid=68719 * JimmyChaos * (+170) /* Introductions */ 19:32:08 [[User:JimmyChaos]] N https://esolangs.org/w/index.php?oldid=68738 * JimmyChaos * (+86) Created page with "I am a young programmer who updated the Python interpreter for [[ZOMBIE]] to Python 3." 19:42:38 [[User:JimmyChaos]] https://esolangs.org/w/index.php?diff=68739&oldid=68738 * JimmyChaos * (+93) 19:43:33 [[ZOMBIE]] https://esolangs.org/w/index.php?diff=68740&oldid=65544 * JimmyChaos * (+131) /* External resources */ 19:45:32 [[ZOMBIE]] https://esolangs.org/w/index.php?diff=68741&oldid=68740 * JimmyChaos * (-2) /* External resources */ 20:31:01 -!- b_jonas has joined. 21:00:58 -!- heroux has quit (Ping timeout: 260 seconds). 21:01:28 -!- heroux has joined. 21:04:15 -!- kspalaiologos has quit (Quit: Leaving). 21:17:21 kspalaiologos: because the dot is always parsed as part of the previous token, or as its own token if it's following a whitespace (or an apostrophe or the start of the line, but those are rare) 21:18:28 dots and colons always stick to the token right before them, that's how there are so many builtins that are a punctuation or letter character followed by a dot or colon 21:18:52 there are even a few tokens that end in multiple (dot or colon) inflection characters 22:30:12 fungot, can you name a beaver-shaped pokémon? 22:30:12 b_jonas: they say that water walking boots are better if you want to see the area around herself, much like looking on a blank scroll. nothing further then he fluttered-- till i scarcely more than a nymph. 22:31:36 Well they did name a mythical creature. 22:32:08 So that's pretty good for fungot's standards. 22:32:08 int-e: elven cloaks cannot rust. the arm let go of the head and toss it with a unicorn. 22:32:16 ^style 22:32:16 Available: agora alice c64 ct darwin discworld enron europarl ff7 fisher fungot homestuck ic irc iwcs jargon lovecraft nethack* oots pa qwantz sms speeches ss wp ukparl youtube 22:32:25 The style may have something to do with it though. 22:50:30 -!- gracedot has joined. 22:51:08 -!- gracedot has quit (Remote host closed the connection). 23:01:49 -!- rain1 has quit (Quit: leaving).