←2020-01-07 2020-01-08 2020-01-09→ ↑2020 ↑all
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 <int-e> 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 <oerjan> 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 <esowiki> [[Special:Log/newusers]] create * Mscibett * New user account
08:41:04 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=68719&oldid=68699 * Mscibett * (+183) /* Introductions */
08:41:54 <esowiki> [[SCAB computer]] https://esolangs.org/w/index.php?diff=68720&oldid=20053 * Mscibett * (-9) /* References */
08:42:23 <esowiki> [[SCAB computer]] https://esolangs.org/w/index.php?diff=68721&oldid=68720 * Mscibett * (+14) /* References */
08:43:59 <esowiki> [[TOGA computer]] https://esolangs.org/w/index.php?diff=68722&oldid=54351 * Mscibett * (+9) /* References */
08:55:20 <b_jonas> int-e, oerjan: ok
08:56:41 <esowiki> [[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 <rain1> hello
10:10:55 -!- stux- has quit (Quit: Aloha!).
10:11:20 -!- stux has joined.
11:48:56 <esowiki> [[Esolang:Sandbox]] M https://esolangs.org/w/index.php?diff=68724&oldid=68346 * PaniniTheDeveloper * (-835)
11:53:19 <esowiki> [[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 <esowiki> [[Dd]] https://esolangs.org/w/index.php?diff=68726&oldid=67887 * IFcoltransG * (+21) Tidied spelling and grammar
12:39:11 <esowiki> [[Dd]] https://esolangs.org/w/index.php?diff=68727&oldid=68726 * IFcoltransG * (-78) Concision w.r.t. published vs. created
12:41:11 <esowiki> [[Dd]] M https://esolangs.org/w/index.php?diff=68728&oldid=68727 * IFcoltransG * (+1) /* Syntax */ semantic capitalisation
12:42:17 <esowiki> [[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 <kspalaiologos> EFnet got some real delays
13:44:34 <esowiki> [[Rotary Quine]] https://esolangs.org/w/index.php?diff=68730&oldid=68122 * A * (+62) /* Examples */
13:45:46 <esowiki> [[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 <esowiki> [[Special:Log/upload]] upload * Mister14 * uploaded "[[File:FizzBuzzLang.png]]"
14:16:13 <esowiki> [[Hyperon]] https://esolangs.org/w/index.php?diff=68733&oldid=68715 * Moon * (+2) correction
14:24:41 <kspalaiologos> why wouldn't J support something like
14:24:44 <kspalaiologos> [ .5
14:24:44 <j-bot> kspalaiologos: .5
14:24:48 <kspalaiologos> as
14:24:50 <kspalaiologos> [ 0.5
14:24:50 <j-bot> kspalaiologos: 0.5
14:24:55 <kspalaiologos> wait, does it
14:24:59 <kspalaiologos> [ .5 + .5
14:24:59 <j-bot> kspalaiologos: |domain error
14:24:59 <j-bot> kspalaiologos: | .5 + .5
14:25:05 <kspalaiologos> [ 0.5 + 0.5
14:25:06 <j-bot> kspalaiologos: 1
14:25:07 <kspalaiologos> it doesn't
14:37:32 <kspalaiologos> [ a =. 1 + b =. 5
14:37:33 <j-bot> kspalaiologos: |ok
14:37:58 <kspalaiologos> [ a =. 1 + b =. 5 a
14:37:59 <j-bot> kspalaiologos: |syntax error
14:37:59 <j-bot> kspalaiologos: | a=.1+b=. 5 a
14:38:07 <kspalaiologos> [ (a =. 1 + b =. 5) a
14:38:07 <j-bot> kspalaiologos: |syntax error
14:38:07 <j-bot> kspalaiologos: | (a=.1+b=.5)a
14:43:09 -!- Frater_EST has joined.
14:43:11 <kspalaiologos> so
14:43:17 <kspalaiologos> first b=5 is evaluated
14:43:20 <kspalaiologos> and a=b+1
14:43:27 -!- Frater_EST has left.
14:43:27 <kspalaiologos> so a = 6 then
14:46:06 <myname> what other outcome would there be?
14:47:31 <kspalaiologos> a=1, b=5, the expression value would be 6
14:47:52 <kspalaiologos> but it kinda makes no sense as I remembered that expressions are always evaluated rtl
14:51:47 <kspalaiologos> When I try to use the following:
14:51:58 <kspalaiologos> v =: verb define / x + y / )
14:52:01 <kspalaiologos> (/ = newline)
14:52:07 <kspalaiologos> 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 <rain1> hello
15:23:25 <rain1> 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 <kspalaiologos> ⎕CY'dfns'
15:56:10 <kspalaiologos> 7 7{3::0⋄(,⍳⍺)[⍋,w⊃⍨⍵⍳⍨⊃∘⍸¨0=w←¯1kt⍺]}⊂
15:56:17 <kspalaiologos> just some average APL code
15:56:25 <kspalaiologos> looks worse than int21h dumping memory
15:59:03 * FireFly isn't sure what the point of the remarks is
15:59:18 <fizzie> That remainds me of the quote from "man dc".
15:59:22 <fizzie> Describing the P instruction: "-- the sequence KSK0k1/_1Ss [ls*]Sxd0>x [256~Ssd0<x]dsxxsx[q]Sq[Lsd0>qaPlxx] dsxxsx0sqLqsxLxLK+k could also accomplish this function."
15:59:52 <fizzie> Less fancy characters, of course.
16:01:45 <FireFly> 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 <esowiki> [[Hyperon]] M https://esolangs.org/w/index.php?diff=68734&oldid=68733 * Hakerh400 * (-35)
18:04:59 <esowiki> [[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 <esowiki> [[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 <esowiki> [[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 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=68737&oldid=68719 * JimmyChaos * (+170) /* Introductions */
19:32:08 <esowiki> [[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 <esowiki> [[User:JimmyChaos]] https://esolangs.org/w/index.php?diff=68739&oldid=68738 * JimmyChaos * (+93)
19:43:33 <esowiki> [[ZOMBIE]] https://esolangs.org/w/index.php?diff=68740&oldid=65544 * JimmyChaos * (+131) /* External resources */
19:45:32 <esowiki> [[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 <b_jonas> 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 <b_jonas> 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 <b_jonas> there are even a few tokens that end in multiple (dot or colon) inflection characters
22:30:12 <b_jonas> fungot, can you name a beaver-shaped pokémon?
22:30:12 <fungot> 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 <int-e> Well they did name a mythical creature.
22:32:08 <int-e> So that's pretty good for fungot's standards.
22:32:08 <fungot> int-e: elven cloaks cannot rust. the arm let go of the head and toss it with a unicorn.
22:32:16 <int-e> ^style
22:32:16 <fungot> 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 <int-e> 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).
←2020-01-07 2020-01-08 2020-01-09→ ↑2020 ↑all