←2018-12-04 2018-12-05 2018-12-06→ ↑2018 ↑all
00:06:31 -!- xkapastel has quit (Quit: Connection closed for inactivity).
00:14:08 -!- ais523 has quit (Remote host closed the connection).
00:14:20 -!- ais523 has joined.
00:43:03 -!- hexfive has joined.
01:24:09 -!- imode has joined.
01:26:42 -!- b_jonas has quit (Quit: leaving).
01:31:08 -!- xkapastel has joined.
01:35:57 -!- Essadon has quit (Read error: Connection reset by peer).
01:41:12 -!- Sgeo has joined.
01:43:02 -!- Sgeo__ has quit (Ping timeout: 250 seconds).
02:30:13 -!- ais523 has quit (Quit: quit).
02:54:27 -!- arseniiv has joined.
04:09:18 -!- lifthrasiir has quit (Quit: No Ping reply in 180 seconds.).
04:15:17 -!- lifthrasiir has joined.
04:49:39 -!- lifthrasiir has quit (Quit: No Ping reply in 180 seconds.).
04:52:13 -!- lifthrasiir has joined.
05:10:01 -!- doesthiswork has quit (Quit: Leaving.).
05:20:49 -!- xkapastel has quit (Quit: Connection closed for inactivity).
05:32:14 -!- Sgeo_ has joined.
05:35:14 -!- Sgeo has quit (Ping timeout: 246 seconds).
05:52:35 -!- imode has quit (Ping timeout: 244 seconds).
06:44:36 -!- verisimilitude has joined.
06:44:43 <verisimilitude> Hello.
06:49:15 <verisimilitude> I figured I'd add a language I created to the Esolang wiki, even though it's just a derivative of Brainfuck; do I need an account in order to add a page?
06:51:37 <shachaf> Yes.
06:52:10 <verisimilitude> Alright; before I add it, perhaps I should explain what the language is, since I figure you'll be able to tell me if it's been done before.
06:52:19 <verisimilitude> What I did was make Brainfuck homoiconic.
06:54:47 <shachaf> I don't think "homoiconic" means anything
06:55:14 <verisimilitude> I added a new command, =, that conditionally copies the program into the data array or copies the data array into the program and then starts executing it.
06:55:57 <verisimilitude> A quine looks like this: =[.>] This is a quine.
06:56:31 <verisimilitude> A quine looks like this: =[.>]
06:56:48 <verisimilitude> So, that's what I meant by ``homoiconic''.
07:14:21 -!- imode has joined.
07:28:07 * Sgeo_ is now wondering about mechanical ways to translate that into pure Brainfuck
07:29:44 <verisimilitude> I've not attempted that, at least not yet.
07:30:19 <verisimilitude> I have a page with an (incomplete) interpreter written in APL here:
07:30:19 <verisimilitude> http://verisimilitudes.net/2017-02-02
07:30:44 <verisimilitude> It's incomplete because I didn't know how I wanted to handle unbalanced brackets; now I know but I haven't corrected this yet.
07:31:03 <verisimilitude> Asides from that one detail, the APL interpreter is complete.
07:33:43 <verisimilitude> Also, note that this page is the oldest on my website and in most need of editing; it's outdated and needs improvement; I'll improve this page before I put anything on the Esolang wiki.
08:16:16 -!- doesthiswork has joined.
08:28:27 -!- imode has quit (Ping timeout: 240 seconds).
09:22:29 -!- oerjan has joined.
09:27:23 -!- tromp has quit (Remote host closed the connection).
09:27:57 -!- tromp has joined.
09:28:21 -!- tromp has quit (Remote host closed the connection).
09:28:36 -!- tromp has joined.
09:52:30 <esowiki> [[Doreq]] https://esolangs.org/w/index.php?diff=58592&oldid=58591 * Oerjan * (-35) Revert - doesn't look reversible to me, X can be clobbered.
09:54:22 -!- xkapastel has joined.
09:59:56 <oerjan> @metar ENVA
09:59:57 <lambdabot> ENVA 050950Z 18009KT 110V200 9999 FEW038 BKN059 01/M04 Q1008 TEMPO 4000 -SHRASN VV014 RMK WIND 670FT 20015KT
10:00:08 <oerjan> snow has come late this year
10:25:36 -!- wob_jonas has joined.
10:26:31 <wob_jonas> verisimilitude: just copying the code to the data is easy, you don't even need quining techniques. for copying data to code, you need a full brainfuck interpreter.
10:26:57 <wob_jonas> I mean, if you want to translate such a program to brainfuck
10:34:56 -!- hexfive has quit (Quit: WeeChat 2.2).
11:54:07 -!- Lord_of_Life has quit (Ping timeout: 240 seconds).
11:57:47 -!- Lord_of_Life has joined.
11:57:47 -!- Lord_of_Life has quit (Changing host).
11:57:47 -!- Lord_of_Life has joined.
12:20:43 <oerjan> `2 quote
12:20:44 <HackEso> 2/1:
12:20:51 <oerjan> `cat bin/2
12:20:52 <HackEso> ​\` "$@" |& sport 2
12:21:02 <oerjan> `cat bin/quote
12:21:02 <HackEso> ​#!/bin/sh \ allquotes | if [ "$1" ]; then \ if expr "$1" + 0 >/dev/null 2>&1; then \ sed "$1q;d" \ else \ grep -P -i -- "$1" \ fi \ else shuf --random-source=/dev/urandom -n 1; fi
12:21:10 <FireFly> `cat bin/sport
12:21:10 <HackEso> cat "${2:-/dev/stdin}" >tmp/spout.raw; distort tmp/spout.raw | spore "${1-1}"
12:21:20 <oerjan> `quote
12:21:20 <HackEso> 91) <alise> like, just like I'd mark "Bob knob hobs deathly poop violation EXCREMENT unto;" as English <ais523> alise: that's great filler <alise> ais523: well it contains all the important words in the english language...
12:22:13 <oerjan> oh duh
12:22:19 <oerjan> `1 quote
12:22:20 <HackEso> 1/1:1237) <Taneb> Could we achieve SETI with only naive set theory?
12:23:04 -!- oerjan has quit (Quit: Later).
12:23:34 <Taneb> Ooh that's a me quote
12:24:08 <FireFly> `quote Taneb
12:24:09 <HackEso> 384) <Taneb> Turned out he got recursion, he just didn't get the return statement \ 390) <Taneb> Cut to February <Taneb> War were declared <Taneb> A galaxy in turmoil <Taneb> Anyway, Febuary '10 \ 391) <Taneb> I can't afford one of those! <Taneb> A grandchild, not a laser printer \ 397) <fizzie> There's that saying that the definition of insanity is doing the same thing over and over again and expecting different results. [...] <Taneb> You've just gave
12:24:31 <Taneb> I now have a laser printer
12:26:01 <Taneb> So I just need to learn how to use a sword and I will have achieved all my ambitions
12:29:54 <wob_jonas> Taneb: yes, you're among the most quotable people. I made a statistics, it's somewhere in the logs.
12:30:12 <Taneb> wob_jonas: I don't think I've been quoted that much in the past few years
12:30:29 <wob_jonas> let me look up the numbers
12:30:41 <Taneb> Possibly because I've got a life, or at least hang out in a wider range of IRC channels
12:31:02 <wob_jonas> https://esolangs.org/logs/2018-09-07.html#lsb
12:31:32 <wob_jonas> you're more than half as quotable as the most quoted person
12:31:49 <wob_jonas> 52 Taneb quotes, the highest is 103 zzo38 quotes
12:33:15 <wob_jonas> and the twelfth most quoted nick
12:50:24 -!- AnotherTest has joined.
12:59:04 <int-e> `"
12:59:05 <HackEso> 369) <oklopol> [...] only the hamster's nervous system was tortured. although probably torturing a large logical gate constitutes a horrible thing to do if it comes in a cute container. \ 632) <Phantom_Hoover> Dinner? At two? <fizzie> It's four here already. See, UTC+2. You need to add a couple of hours. Or was that subtract? I can never get those straight.
13:13:21 -!- Lord_of_Life_ has joined.
13:16:22 -!- Lord_of_Life has quit (Ping timeout: 250 seconds).
13:16:22 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
13:16:23 -!- Lord_of_Life has quit (Changing host).
13:16:23 -!- Lord_of_Life has joined.
13:24:06 -!- Lord_of_Life_ has joined.
13:27:02 -!- Lord_of_Life has quit (Ping timeout: 246 seconds).
13:27:03 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
13:27:03 -!- Lord_of_Life has quit (Changing host).
13:27:03 -!- Lord_of_Life has joined.
13:30:16 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
13:31:12 -!- wob_jonas has joined.
13:33:03 -!- wob_jonas has quit (Client Quit).
13:34:12 <esowiki> [[Special:Log/newusers]] create * AIden * New user account
13:48:42 <esowiki> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=58593&oldid=58555 * AIden * (+206)
14:03:08 <esowiki> [[Fish]] https://esolangs.org/w/index.php?diff=58594&oldid=57412 * AIden * (+185)
14:13:08 -!- AnotherTest has quit (Ping timeout: 250 seconds).
14:43:09 -!- verisimilitude has quit (Remote host closed the connection).
14:51:28 -!- sleepnap has joined.
15:05:58 <esowiki> [[Autopsy]] N https://esolangs.org/w/index.php?oldid=58595 * Keymaker * (+4141) Autopsy, a tarpit with 2 instructions and 4 registers/counters.
15:08:19 -!- imode has joined.
15:14:09 <esowiki> [[User:Keymaker]] https://esolangs.org/w/index.php?diff=58596&oldid=53847 * Keymaker * (+115) Added Autopsy.
15:19:24 <esowiki> [[Turing tarpit]] https://esolangs.org/w/index.php?diff=58597&oldid=56828 * Keymaker * (+41) /* Survey */
15:29:23 -!- ais523 has joined.
15:38:51 -!- sleepnap has quit (Ping timeout: 252 seconds).
15:49:41 -!- dingbat has quit (Quit: Updating details, brb).
15:50:07 -!- dingwat has joined.
15:50:39 -!- dingwat has quit (Client Quit).
15:51:12 -!- dingwat has joined.
15:51:40 -!- sleepnap has joined.
15:53:51 -!- imode has quit (Quit: WeeChat 2.3).
16:45:08 -!- arseniiv has quit (Ping timeout: 246 seconds).
16:56:46 -!- imode has joined.
17:14:10 -!- verisimilitude has joined.
17:34:33 -!- ais523 has quit (Quit: quit).
17:43:29 -!- hexfive has joined.
17:53:36 <int-e> @metar lowi
17:53:37 <lambdabot> LOWI 051720Z VRB01KT 9999 FEW009 BKN090 04/03 Q1024 NOSIG
17:54:01 <int-e> fungot: did you hide the swatter?
17:54:01 <fungot> int-e: btw people, i see, so is a ( pseudo) register based one
18:02:12 -!- oerjan has joined.
18:13:50 <esowiki> [[Beam]] https://esolangs.org/w/index.php?diff=58598&oldid=44642 * Gamer * (-8) /* Truth-machine */
18:14:59 <esowiki> [[Beam]] https://esolangs.org/w/index.php?diff=58599&oldid=58598 * Gamer * (+20) /* Truth-machine */
18:15:03 -!- Essadon has joined.
18:15:09 <esowiki> [[Beam]] https://esolangs.org/w/index.php?diff=58600&oldid=58599 * Gamer * (+1) /* Truth-machine */
18:15:29 -!- Essadon has quit (Max SendQ exceeded).
18:15:57 -!- Essadon has joined.
18:47:53 -!- Ana- has joined.
18:48:04 -!- Phantom_Hoover has joined.
18:48:39 <Ana-> Hello?
18:48:59 <Phantom_Hoover> helo
18:49:25 <Ana-> how are you? :)
18:50:44 <Phantom_Hoover> im fine
18:51:09 <Phantom_Hoover> the real question is how is esoteric programming language discussion, design, development and deployment
18:53:17 <Ana-> Excuse me, I entered the channel without knowing what it was. I just wanted to talk to people
18:53:21 <Ana-> 😥
18:54:28 <Phantom_Hoover> idk if you're likely to have much luck there
18:54:38 <Phantom_Hoover> this channel is mostly full of computer programmers, not people
18:54:51 <verisimilitude> Hello, Ana-.
18:55:21 <Ana-> hello verosimilitude ;)
18:55:22 <verisimilitude> So, you don't want to discuss programming at all, Ana-?
18:55:55 <Ana-> hehehe just friends wanted...Where are you from?
18:56:47 <verisimilitude> Well, if you trace my IP I'm from Georgia, but that's not where I really am.
18:57:22 <Ana-> and where are you from?.Someone from Argentina? 😉
18:57:27 <verisimilitude> Anyway, feel free to PM me if you want to continue discussing things, I suppose, Ana-; there's no point in cluttering this channel.
18:57:45 <Ana-> ah!!!!! thanks!!!! ;)
18:58:16 <Ana-> and thanks Phantom_Hoover for answering!! :)
19:24:12 -!- brandonson has quit (Remote host closed the connection).
19:30:14 <oerjan> `addquote <Ana-> Excuse me, I entered the channel without knowing what it was. I just wanted to talk to people <Ana-> 😥 <Phantom_Hoover> idk if you're likely to have much luck there <Phantom_Hoover> this channel is mostly full of computer programmers, not people
19:30:16 <HackEso> 1329) <Ana-> Excuse me, I entered the channel without knowing what it was. I just wanted to talk to people <Ana-> 😥 <Phantom_Hoover> idk if you're likely to have much luck there <Phantom_Hoover> this channel is mostly full of computer programmers, not people
19:39:37 -!- Ana- has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
20:32:14 <olsner> `quote fungot
20:32:14 <fungot> olsner: i should write an imperative-functional compiler probably doesn't have high priority. it's rather... large. so we create a wrapper structure.
20:32:14 <HackEso> 10) <fungot> GregorR-L: i bet only you can prevent forest fires. basically, you know. \ 13) <fizzie after embedding some of his department research into fungot> Finally I have found some actually useful purpose for it. \ 14) <fungot> oerjan: are you a man, if there weren't evil in this kingdom to you! you shall find bekkler! executing program. please let me go... put me out! he's really a tricycle! pass him! \ 56) <fungot> i am sad ( of course by analogy)
20:46:39 -!- Phantom_Hoover has quit (Ping timeout: 252 seconds).
20:47:25 -!- verisimilitude has left ("ERC Version 5.3 (IRC client for Emacs)").
20:51:04 -!- b_jonas has joined.
20:51:23 -!- Phantom_Hoover has joined.
21:11:38 <b_jonas> `pbflist http://pbfcomics.com/comics/by-myself/
21:11:39 <HackEso> pbflist http://pbfcomics.com/comics/by-myself/: shachaf Sgeo quintopia ion b_jonas Cale
21:30:39 -!- b_jonas has quit (Quit: leaving).
21:40:01 -!- AnotherTest has joined.
22:17:23 -!- sleepnap has quit (Quit: Leaving.).
23:27:06 -!- AnotherTest has quit (Ping timeout: 244 seconds).
23:38:53 -!- oerjan has quit (Quit: Nite).
23:41:55 -!- Essadon has quit (Quit: Qutting).
23:54:00 -!- Lord_of_Life_ has joined.
23:54:23 -!- imode1 has joined.
23:55:01 -!- imode1 has quit (Client Quit).
23:56:24 -!- Lord_of_Life has quit (Ping timeout: 250 seconds).
23:56:24 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
23:56:24 -!- Lord_of_Life has quit (Changing host).
23:56:24 -!- Lord_of_Life has joined.
23:57:44 -!- imode has quit (Ping timeout: 246 seconds).
←2018-12-04 2018-12-05 2018-12-06→ ↑2018 ↑all