←2018-11-09 2018-11-10 2018-11-11→ ↑2018 ↑all
01:28:54 <esowiki> [[Talk:Java sharp]] N https://esolangs.org/w/index.php?oldid=58309 * Only Onion * (+234) Created page with "== Delete? == This page has been empty for over a year. I would think if its creator wanted to do something with it, they would have already. ~~~~"
01:32:15 -!- Essadon has quit (Quit: Qutting).
01:32:48 -!- oerjan has joined.
01:42:13 -!- Melvar has quit (Ping timeout: 244 seconds).
01:53:51 -!- arseniiv has quit (Ping timeout: 252 seconds).
02:16:43 -!- Melvar has joined.
02:32:39 <esowiki> [[User talk:Maxsteele2]] M https://esolangs.org/w/index.php?diff=58310&oldid=58306 * Oerjan * (+68) /* Hey... */ unsigned and new section
02:33:33 <esowiki> [[Special:Log/delete]] delete * Oerjan * deleted "[[Java sharp]]": Author request: content before blanking was: "as"
02:35:30 <esowiki> [[Talk:Java sharp]] https://esolangs.org/w/index.php?diff=58311&oldid=58309 * Oerjan * (+177) Done
04:31:01 -!- atslash has quit (Ping timeout: 246 seconds).
04:34:25 -!- atslash has joined.
06:05:25 <zzo38> I deprecated the complicated stuff about control messages in Unusenet and wrote a simpler specification, which is a subset of that used by Usenet, although with a few different considerations due to the fact that namespaces and federation are different on Unusenet.
06:05:59 -!- xkapastel has quit (Quit: Connection closed for inactivity).
06:46:32 -!- oerjan has quit (Quit: Nite).
07:13:55 -!- nfd9001 has joined.
07:45:56 <esowiki> [[Wishmaster]] M https://esolangs.org/w/index.php?diff=58312&oldid=55192 * Jabutosama * (-13) fixed typos, clarified text
09:37:31 -!- laerling has joined.
10:11:24 -!- AnotherTest has joined.
10:50:42 -!- laerling has quit (Remote host closed the connection).
11:31:43 -!- xkapastel has joined.
11:51:22 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
11:54:39 -!- Lord_of_Life has joined.
11:54:39 -!- Lord_of_Life has quit (Changing host).
11:54:39 -!- Lord_of_Life has joined.
13:45:28 -!- Essadon has joined.
14:13:39 <esowiki> [[Talk:Factorial]] N https://esolangs.org/w/index.php?oldid=58313 * Camto * (+136) Created page with "There should be a list of factorials per lang like there is the list of hello worlds. ~~~~"
14:14:36 <esowiki> [[User:Camto]] M https://esolangs.org/w/index.php?diff=58314&oldid=58124 * Camto * (+10) Why not.
14:28:56 -!- arseniiv has joined.
15:01:13 -!- Sgeo has quit (Read error: Connection reset by peer).
15:01:41 -!- Sgeo has joined.
15:51:28 -!- Sgeo_ has joined.
15:53:27 -!- Sgeo has quit (Ping timeout: 252 seconds).
17:34:37 -!- grumble has quit (Quit: Need to reconnect so here's a random tip: The command "xrandr --output HDMI1 --set 'Broadcast RGB' Full" (you might need to replace HDMI1 with your monitor output name) might significantly improve contrast on external monitors. s/Full/Automatic/ to reset).
17:36:45 -!- grumble has joined.
18:04:16 <esowiki> [[Talk:Entfedern]] M https://esolangs.org/w/index.php?diff=58315&oldid=57322 * Camto * (-118)
18:19:25 <esowiki> [[User:Camto]] https://esolangs.org/w/index.php?diff=58316&oldid=58314 * Camto * (+127)
18:45:03 -!- wob_jonas has joined.
18:45:34 <wob_jonas> `olist 1146
18:45:35 <HackEso> olist 1146: shachaf oerjan Sgeo FireFly boily nortti b_jonas
19:10:25 <zzo38> Political parties and ridings don't mix well, I think.
19:44:59 <esowiki> [[\ () /]] M https://esolangs.org/w/index.php?diff=58317&oldid=57768 * Randairox * (-133) actualize js state
20:00:13 -!- Sgeo_ has quit (Read error: Connection reset by peer).
20:00:36 -!- Sgeo_ has joined.
20:24:58 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
20:38:47 -!- hexfive has joined.
20:52:30 -!- imode has joined.
21:06:02 <imode> https://git.imode.tech/?p=git/python/prime;a=summary
21:06:20 <imode> whoops, old link. https://git.imode.tech/?p=python/prime;a=summary
21:06:57 <imode> public REPL is up on imode.tech, port 1337. `telnet imode.tech 1337`.
21:07:27 <zzo38> Connection refused.
21:08:07 <imode> forgot to start the server lol. try now.
21:08:24 <imode> `sum (evens (~4))` gives you the sum of the first 4 even numbers.
21:08:24 <zzo38> OK, it works now.
21:08:24 <HackEso> sum: '(evens (~4))` gives you the sum of the first 4 even numbers.': No such file or directory
21:08:38 <imode> whoops, forgot that was for the bot.
21:10:44 <imode> the built-in ruleset is grossly incomplete. it's just a test to see what I can make with it. the language supports generic pattern matching over linear sequences of tokens. anything with parentheses around it is treated as a single token.
21:10:56 <zzo38> It works. The server does not explain the ~ command but I tried it as you suggested and it works.
21:11:30 <imode> ah. there's no built-in arithmetic or numbers or anything save for the rewriting logic. if you prefix a number with ~, it'll expand that number into its unary form.
21:11:34 <imode> it's a cheap hack.
21:11:54 <imode> so numbers are of the form (~x), where x is a positive integer.
21:12:03 <zzo38> (Although perhaps I did not look at the webpage you linked; maybe that explains more about it, and I didn't know because I didn't look at that)
21:12:16 <imode> nah, it doesn't explain it. not yet. a writeup is coming.
21:12:24 <imode> just been working on my site and setting up public git access.
21:12:43 <zzo38> Ah, OK.
21:12:47 <esowiki> [[Special:Log/newusers]] create * Sifoobar * New user account
21:13:47 <imode> there's a REPL on port 1338 without the prelude.
21:14:42 <imode> defining new rules is done via `def`. you just type `def`, it'll prompt you for the lhs of the rule, and then the rhs of the rule.
21:15:34 <imode> you can define any kind of pattern you'd like. for example, type `def`, hit enter, type `?x !`, hit enter, type `factorial ?x`, hit enter, type `(~4)!`, hit enter, and you'll get 24 in unary.
21:16:32 <imode> feel free to break it.
21:16:55 <zzo38> OK, although I do not want to right now.
21:17:12 <imode> the code is up on git.imode.tech. it's the only project, and the prelude is located under that project, right here: https://git.imode.tech/?p=python/prime;a=blob;f=prelude.prime;h=b2b2f0ab80f4c47a38d16eb8e945a022d4678532;hb=refs/heads/master
21:17:34 <zzo38> It looks good at least what I saw and what you explain so far
21:17:42 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=58318&oldid=58305 * Sifoobar * (+82)
21:17:46 <imode> thanks!
21:18:01 <imode> I got some interest from other people so I figured I'd start sharing it in the places I lurk.
21:18:17 <esowiki> [[Language list]] https://esolangs.org/w/index.php?diff=58319&oldid=58270 * Sifoobar * (+12) /* S */
21:19:27 <esowiki> [[Snigl]] N https://esolangs.org/w/index.php?oldid=58320 * Sifoobar * (+439) Created page with "[https://gitlab.com/sifoo/snigl Snigl] is an interpreted scripting language designed for embedded use that aims to strike a compromise between the simplicity of C and Forth an..."
21:20:07 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58321&oldid=58320 * Sifoobar * (+80)
21:20:29 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58322&oldid=58321 * Sifoobar * (+4)
21:22:28 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58323&oldid=58322 * Sifoobar * (-2)
21:27:03 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58324&oldid=58323 * Sifoobar * (+35)
21:27:26 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58325&oldid=58324 * Sifoobar * (+0)
21:27:44 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58326&oldid=58325 * Sifoobar * (+2)
21:28:36 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58327&oldid=58326 * Sifoobar * (-12)
21:29:31 -!- wob_jonas has joined.
21:29:33 <wob_jonas> `pbflist http://pbfcomics.com/comics/harlots-web/
21:29:33 <HackEso> pbflist http://pbfcomics.com/comics/harlots-web/: shachaf Sgeo quintopia ion b_jonas Cale
21:29:38 -!- wob_jonas has quit (Client Quit).
21:31:17 <esowiki> [[Special:Log/upload]] upload * Sifoobar * uploaded "[[File:Snigl logo.png]]"
21:31:42 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58329&oldid=58327 * Sifoobar * (+34)
21:31:55 <esowiki> [[Snigl]] https://esolangs.org/w/index.php?diff=58330&oldid=58329 * Sifoobar * (+1)
21:39:44 -!- hexfive has quit (Quit: WeeChat 2.2).
21:39:59 -!- rain2 has quit (Quit: WeeChat 2.2).
22:04:11 -!- arseniiv has quit (Ping timeout: 250 seconds).
22:07:24 -!- hmmmmm has joined.
22:16:06 -!- hmmmmm has quit (Quit: Page closed).
22:26:28 -!- imode has quit (Quit: WeeChat 2.3).
23:33:03 -!- AnotherTest has quit (Ping timeout: 252 seconds).
23:52:14 -!- Lord_of_Life_ has joined.
23:54:18 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
23:54:22 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
23:55:06 -!- Lord_of_Life has quit (Changing host).
23:55:06 -!- Lord_of_Life has joined.
23:59:43 <zzo38> imode: The way of doing comments does not seem like so good
←2018-11-09 2018-11-10 2018-11-11→ ↑2018 ↑all