# HG changeset patch # User HackBot # Date 1354224165 0 # Node ID e1c037345e52034b988a2ca5ef4d13f4c3e5a445 # Parent ee12065796bedd590dea7b52ffdc1884233a4318 pastelog rapido diff -r ee12065796be -r e1c037345e52 paste/paste.20529 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paste/paste.20529 Thu Nov 29 21:22:45 2012 +0000 @@ -0,0 +1,301 @@ +2008-08-07.txt:15:14:55: Introductions are a lot of fun, some crap, crapidoodle... mmm, crapidoodle. Introductions are a lot of fun, some crap, crapidoodle... mmm, crapidoodle. Introductions are a lot of fun, some crap, crapidoodle... mmm, crapidoodle. Introductions are a lot of fun, some crap, crapidoodle... mmm, crapidoodle. Introductions are a lot of fun, some crap, crapidoodle... mmm, crapidoodle. +2008-08-07.txt:15:15:36: -!- Deewiant changed the topic of #esoteric to: http://tunes.org/~nef/logs/esoteric | lol tornado brb | ☃ | mmm, crapidoodle. +2008-08-07.txt:15:32:26: -!- tusho changed the topic of #esoteric to: http://tunes.org/~nef/logs/esoteric | mmm, crapidoodle. | ☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☃☠+2008-08-08.txt:15:34:05: "mmm...crapidoodle" +2009-04-17.txt:03:06:57: Can somebody translate this from psuedoSpanish to English? "ooooooooooooo que bacano lo boy aitalar para que mi pc me corra mas rapido jajaja no pero enserio esta bacano" +2010-03-27.txt:22:22:58: -!- rapido has joined #esoteric. +2010-03-27.txt:22:24:14: is my language is esoteric?: http://www.enchiladacode.nl ... you decide +2010-03-27.txt:22:25:18: rapido: looks far too well-developed to be esoteric :D +2010-03-27.txt:22:26:14: i think to most interesting esoteric languages are extremely well-developed to be different +2010-03-27.txt:22:26:49: pikhq: you insult me! - usable? - nah +2010-03-27.txt:22:27:06: rapido -- it doesn't look esoteric but I just glanced +2010-03-27.txt:22:28:27: the esoteric bit is that it would be very difficult to compile enchilada to efficient machine code +2010-03-27.txt:22:28:48: but i guess most esoteric languages have that property +2010-03-27.txt:22:29:12: may be not +2010-03-27.txt:22:29:31: rapido: Many languages are difficult to compile efficiently. +2010-03-27.txt:22:29:58: rapido: befunge has that as a design feature +2010-03-27.txt:22:30:45: pikhq: enchilada's eval is always there - always +2010-03-27.txt:22:31:18: rapido: you're the enchilada creator? +2010-03-27.txt:22:31:26: rapido: BTW, what makes it difficult to compile efficiently? +2010-03-27.txt:22:31:31: great to meet you rapido +2010-03-27.txt:22:31:46: alise: thanks! +2010-03-27.txt:22:32:10: pikhq: every unwritten term carries a hash +2010-03-27.txt:22:32:25: code = data = hashed +2010-03-27.txt:22:32:30: rapido: May I comment? Making the correctness of your language depend on the infallibility of SHA-1 is unwise. +2010-03-27.txt:22:32:55: alise: SHA-1 is just one choice of hash +2010-03-27.txt:22:33:05: rapido: But it is true of every hash. +2010-03-27.txt:22:33:15: alise: is it? +2010-03-27.txt:22:33:20: rapido: Hashes, by definition, cannot satisfy what you ask of it. +2010-03-27.txt:22:33:36: what is the chance of your memory to fail or have a hash collision? +2010-03-27.txt:22:33:46: not your memory of course ;) +2010-03-27.txt:22:34:28: rapido: Hashes are not unique. +2010-03-27.txt:22:34:50: rapido: Well there's all sorts of "chance"; many hash functions have been broken. +2010-03-27.txt:22:35:10: rapido: Correctness doesn't care about the practical reality, though, because it is about mathematical properties. +2010-03-27.txt:22:36:46: rapido: I think Enchilada is certainly one of the most unique extant languages. +2010-03-27.txt:22:36:49: alise: i believe the reality is not correct - at least my computer fails me many more times than hash collisions which have probability 10 ^ -30 - depending on the hash function +2010-03-27.txt:22:37:04: rapido: Me and cpressey discussed one aspect of it recently, actually. +2010-03-27.txt:22:37:15: rapido: Go and look up how many hash functions have been broken. +2010-03-27.txt:22:37:46: alise: forget about SHA1 - think about hashes +2010-03-27.txt:22:37:58: rapido: If we're being abstract we have to be formal too. +2010-03-27.txt:22:38:04: rapido: This is a problem with all hashes. +2010-03-27.txt:22:38:27: rapido: forall f:A->B, (card B < card A) -> exists x:A,y:A. f x = f y +2010-03-27.txt:22:38:30: pikhq: i don't see it as a problem - i see it as a opportunity +2010-03-27.txt:22:38:44: rapido: An opportunity... For security flaws. +2010-03-27.txt:22:38:48: if you give a little you gain a lot +2010-03-27.txt:22:39:07: pikhq: memory failure is also a possibility +2010-03-27.txt:22:39:15: rapido: pikhq is actually right about security: consider an Enchilada program comparing for equality to some secret value. +2010-03-27.txt:22:39:25: you need a physical platform - which is faulty +2010-03-27.txt:22:40:00: rapido: IMO that is an error similar to the one that claims that Turing-completeness of a language is impossible because no universal Turing machine can be constructed. +2010-03-27.txt:22:41:00: rapido: Actually if we are considering physical things, why do you use hashes? Comparison is not slow. +2010-03-27.txt:22:41:30: alise: try comparing two sets which are different in only one element +2010-03-27.txt:22:41:42: rapido: How big are these sets? +2010-03-27.txt:22:41:46: big +2010-03-27.txt:22:42:00: let's do some O complexity +2010-03-27.txt:22:42:14: two sets with size n and m +2010-03-27.txt:22:42:18: rapido: Depends heavily on the representation of the set, the location of the difference, and the comparison algorithm in use. +2010-03-27.txt:22:42:34: rapido: you are appealing to practical reasons +2010-03-27.txt:22:42:58: sure it does - but what's the most efficient algorithm? +2010-03-27.txt:22:43:53: alise: hey, i'm just being esoteric ;) +2010-03-27.txt:22:45:19: fax: Heresy! +2010-03-27.txt:22:45:20: rapido: Anyway, add dependent types and termination checking and I'll love it. +2010-03-27.txt:22:46:45: alise: no exceptions, yes baby! +2010-03-27.txt:22:46:56: rapido: But it has _|_, I presume? +2010-03-27.txt:22:47:44: no, it doesn't have bottom - everything terminates eventually +2010-03-27.txt:22:47:50: poor rapido having to listen to this :P +2010-03-27.txt:22:48:15: rapido: Well, that is good. I do hope you realise that this means it cannot be turing-complete. +2010-03-27.txt:22:49:42: try to be somewhat nicer to rapido +2010-03-27.txt:22:49:43: alise: i have thought of this. what about doing something 10^100000 times? +2010-03-27.txt:22:50:18: rapido: So, you are an ultrafinitist, then? +2010-03-27.txt:22:50:34: rapido: If something could never be computed it is not computable. +2010-03-27.txt:22:51:19: alise: i like brouwer - the dutch mathematician +2010-03-27.txt:22:51:53: rapido: You are at least a constructivist then. +2010-03-27.txt:22:53:38: let me try to explain my case +2010-03-27.txt:22:53:48: let's say you have a long winding proof +2010-03-27.txt:22:54:00: the proof will hold references to other proofs +2010-03-27.txt:22:54:27: and those proofs will hold references to yet other proofs +2010-03-27.txt:22:54:49: what is the chance of any reference to be faulty? +2010-03-27.txt:22:55:06: what can we do to lower that chance? +2010-03-27.txt:22:55:30: can we make a reference absolutely non-faulty - always? +2010-03-27.txt:22:55:34: i don't believe so +2010-03-27.txt:22:55:41: we can lower it +2010-03-27.txt:22:55:44: rapido: Eh? +2010-03-27.txt:22:56:04: rapido, that's a problem of mathematicians being wrong, not a property of mathematics itself +2010-03-27.txt:22:56:15: alise: think of the reference itself +2010-03-27.txt:22:56:27: rapido: Define what a reference to a proof IS, as an actual object. +2010-03-27.txt:22:57:10: alise: i'm saying that you need pointers +2010-03-27.txt:22:57:20: rapido: This is false. +2010-03-27.txt:22:57:25: alise: to scala +2010-03-27.txt:22:57:29: scala <- scale +2010-03-27.txt:22:58:10: doesn't abstract mathematics need pointers? +2010-03-27.txt:22:58:27: to refer to something? a word is a pointer +2010-03-27.txt:22:59:07: rapido, a reference to a proof is just um.. kind of included, I guess? More like a #define than an import? +2010-03-27.txt:22:59:17: rapido: No, a name is just a placeholder. +2010-03-27.txt:23:00:02: alise: but the name must be unique, not? +2010-03-27.txt:23:00:21: otherwise the statement will be ambigious +2010-03-27.txt:23:00:31: ambiguous +2010-03-27.txt:23:01:13: come on - names refer to bigger things +2010-03-27.txt:23:01:23: they compress the bigger things +2010-03-27.txt:23:01:40: they are a poor-mans hash of the things they refer to +2010-03-27.txt:23:02:11: the bigger things have names in them +2010-03-27.txt:23:02:21: they refer to other objects +2010-03-27.txt:23:02:32: rapido: I think that's rubbish. +2010-03-27.txt:23:02:37: alise: ok +2010-03-27.txt:23:02:55: i think it's exactly that +2010-03-27.txt:23:03:03: that's abstraction +2010-03-27.txt:23:03:07: to compress +2010-03-27.txt:23:03:10: rapido: a name would only be a hash if it was derived entirely from the thing it named +2010-03-27.txt:23:03:34: oerjan: yes, that's why i like hashes better than names +2010-03-27.txt:23:04:02: rapido: and it is also why hashes must have the possibility of collisions, but names need not +2010-03-27.txt:23:05:22: oerjan: names may not - but who will make sure the names don't clash? +2010-03-27.txt:23:05:35: rapido: the compiler/verifier +2010-03-27.txt:23:06:11: oerjan: don't you agree that names compress the complex objects hat they refer to? +2010-03-27.txt:23:06:21: hat <- that +2010-03-27.txt:23:06:54: rapido: now you are just shifting the meaning of a term, it won't help your actual argument any +2010-03-27.txt:23:06:59: otherwise you would end up with pure value passing semantics - which is very inefficient +2010-03-27.txt:23:07:24: oerjan: and what's my actual argument? +2010-03-27.txt:23:08:39: fax: 'heh you could hard code in something that ensures that every variable name you use, names some term which is larger' +2010-03-27.txt:23:09:03: fax: this would end up with names as big as the objects themselves +2010-03-27.txt:23:09:34: fax: just would rather have the objects - thank you very much +2010-03-27.txt:23:10:06: rapido: i think you are reading fax backwards +2010-03-27.txt:23:11:03: oerjan: that's right +2010-03-27.txt:23:11:16: fax: it is an interesting thought - thanks! +2010-03-27.txt:23:12:28: but i do still think names/pointers/links are meant to compress information - think of exact repetitions +2010-03-27.txt:23:13:11: you just say: hey i've got this object and a name it x +2010-03-27.txt:23:13:29: now i have this other object y, and it holds 4 x's +2010-03-27.txt:23:13:50: and so forth +2010-03-27.txt:23:14:27: but how are you going to name the 10^10000 object that holds other object names? +2010-03-27.txt:23:15:09: names are important especially in a distributed setup where you can't have a central naming service +2010-03-27.txt:23:15:24: who is giving out the names? +2010-03-27.txt:23:19:37: i will give myself a name, and a won't be a hash +2010-03-27.txt:23:20:31: rapido, to be clear, you're talking about computers, and not math, right? +2010-03-27.txt:23:21:30: Sgeo_: math is riddled with references and names that refer to complex abstractions +2010-03-27.txt:23:22:26: Sgeo_: of course, you can always create the full proof down the axioms, without references +2010-03-27.txt:23:23:40: Sgeo_: 'math' doesn't difference from 'computers' - whatever that means +2010-03-27.txt:23:24:55: you can never be certain +2010-03-27.txt:23:25:03: even mathematical proofs aren't certain +2010-03-27.txt:23:25:06: rapido: sigh +2010-03-27.txt:23:25:15: you need faulty humans to falsify mathematical proofs +2010-03-27.txt:23:25:56: * Sgeo_ wonders if rapido might be pulling a fax. +2010-03-27.txt:23:25:59: rapido, saying that proofs aren't certain because you need humans to falsify them or something +2010-03-27.txt:23:26:09: alise: but computers are faulty - the change of computers to faulty is much higher than hash collisions +2010-03-27.txt:23:26:31: change <-chance +2010-03-27.txt:23:26:35: rapido: except when computers go wrong - they don't say "Yes this is valid omg!" +2010-03-27.txt:23:26:54: fax: thanks for correcting me - thank you very much +2010-03-27.txt:23:27:03: he pinged Oranjer, rapido +2010-03-27.txt:23:27:16: rapido, what? +2010-03-27.txt:23:28:02: heisenbug! now you are talking my way! +2010-03-27.txt:23:28:22: i like heisenbugs! +2010-03-27.txt:23:28:25: they are great! +2010-03-27.txt:23:28:57: we should create a esoteric language called heisenbug! +2010-03-27.txt:23:29:40: the default would be an heisenbug statement - with the remote exception of a correct statement +2010-03-27.txt:23:30:55: if the heisenbug language proves to be turing complete - i'm done! +2010-03-27.txt:23:33:00: pikhq: just to make you shiver: 'corporate' storage depends on hashes (that may have collisions) +2010-03-27.txt:23:33:55: rapido: Yes, hash tables are common. +2010-03-27.txt:23:33:56: rapido: You are mixing the practical and the theoretical, seemingly repeatedly. +2010-03-27.txt:23:34:59: alise: i think theoretical abstractions need reality to be expressed. +2010-03-27.txt:23:35:08: i do see the difference +2010-03-27.txt:23:35:48: rapido: Then it is a philosophical disagreement we have, and having reached the bottom layer of where rationality works, we should abandon the discussion immediately. :) +2010-03-27.txt:23:36:25: alise: i see that - no prob :) +2010-03-27.txt:23:36:53: fax: rapido :P +2010-03-27.txt:23:37:07: rapido: Well, I applaud your work on Enchilada and hope you'll visit here often. +2010-03-27.txt:23:37:28: fax: lol! +2010-03-27.txt:23:37:48: fax: hey - at least i've made something runnable! +2010-03-27.txt:23:40:00: sound like the scientific approach - repeat and measure +2010-03-27.txt:23:40:18: alise: again we disagree +2010-03-27.txt:23:41:15: rapido: Well, I think I have the evidence on my side. There are many mechanical proof checkers upon which a large part of mathematics has been formulated. +2010-03-27.txt:23:42:21: alise: your romance with math is before 1935 +2010-03-27.txt:23:43:13: alise: that math is much to great and complex and interesting to be certain +2010-03-27.txt:23:43:56: rapido: I really do invite you to go up to any of the many people who have worked on proof checkers, proof assistants, and laboriously defined and proved things in these systems - and say that to them. +2010-03-27.txt:23:44:01: alise: and that axioms are not enough - godel has proved that +2010-03-27.txt:23:44:34: rapido: btw I think most people here are post-godel +2010-03-27.txt:23:45:03: rapido: of course it is a big factor +2010-03-27.txt:23:45:03: sure - i'm more into popper <- an oldie also +2010-03-27.txt:23:45:38: alise: that's one way of putting it +2010-03-27.txt:23:46:32: alise: what i don't understand is that you allow proof checkers +2010-03-27.txt:23:46:47: rapido: What's to not understand? +2010-03-27.txt:23:46:49: rapido: Perhaps you do not understand what a proof checker is. +2010-03-27.txt:23:46:54: why do you rely on faulty memory +2010-03-27.txt:23:47:05: alise: i perfectly understand. +2010-03-27.txt:23:47:11: rapido: Your appeal to errors in memory to demonstrate that mathematics is uncertain is really poor. +2010-03-27.txt:23:47:15: do you trust the compiler +2010-03-27.txt:23:47:27: has the compiler been proved correctly? +2010-03-27.txt:23:47:32: what about the processor? +2010-03-27.txt:23:47:34: etc, etc +2010-03-27.txt:23:47:47: rapido: There is an article about this. +2010-03-27.txt:23:48:38: rapido - of course the main thing people are forgetting is there's so much more to mathematics than formal proof +2010-03-27.txt:23:48:51: fax: very true +2010-03-27.txt:23:49:18: alise: http://r6.ca/homework.html <- this i don't like +2010-03-27.txt:23:54:43: alise: 'For one, you can have RAM with so much error checking that it is physically impossible for it not to detect an error for the computation you are doing...' +2010-03-27.txt:23:55:27: alise: for one, you can have hashes with so many bits that it is physically impossible not to detect an error for the computation you are doing... +2010-03-27.txt:23:55:55: now i will stop moaning about hashes +2010-03-27.txt:23:56:04: rapido: no that's false +2010-03-27.txt:23:56:29: alise, I think rapido is trying to make an analogy? +2010-03-27.txt:23:56:40: the checking bits of faulty ram is smaller than the ram +2010-03-27.txt:23:57:28: you can't have absolutely perfect ram +2010-03-27.txt:23:58:20: fax: no, the most kind of impossible there is - is god +2010-03-27.txt:23:59:11: rapido oh you're another of the atheist people I guess -_- +2010-03-27.txt:23:59:12: dixon: a sponge bob - another hero if mine! +2010-03-27.txt:23:59:24: if <- of +2010-03-28.txt:00:01:06: dixon: uuuh - i need to study your reference to sponge constructions +2010-03-28.txt:00:01:41: rapido: http://sponge.noekeon.org/ +2010-03-28.txt:00:01:50: i could believe in god and still find the concept of god to be impossible +2010-03-28.txt:00:01:54: such is believe +2010-03-28.txt:00:02:29: dixan: ah, thanks! +2010-03-28.txt:00:02:41: rapido: They're cryptographic hashes, however. +2010-03-28.txt:00:03:03: dixon: cryptographic hashes are the only ones i'm considering +2010-03-28.txt:00:04:04: rapido: But yes, by definition they're surjective when useful and thus have collisions. +2010-03-28.txt:00:04:26: lament: then you would be a flying lunatic with wings +2010-03-28.txt:00:06:13: dixon: all that i want is a naming service that is scalable +2010-03-28.txt:00:06:28: rapido, let the name of the proof be the content of the proof. +2010-03-28.txt:00:07:00: Sgeo_: but proofs can be huge - think of computer generated proofs +2010-03-28.txt:00:10:20: look.... the coq has giving me sign - it's hanging low - it's time to go to bed.... later ... +2010-03-28.txt:00:10:40: -!- rapido has quit (Quit: rapido). +2010-03-31.txt:20:29:19: -!- rapido has joined #esoteric. +2010-03-31.txt:21:56:37: -!- rapido has quit (Quit: rapido). +2010-04-01.txt:07:06:04: -!- rapido has joined #esoteric. +2010-04-01.txt:07:07:26: -!- rapido has parted #esoteric (?). +2010-04-07.txt:21:22:45: -!- rapido has joined #esoteric. +2010-04-07.txt:21:27:31: -!- rapido has parted #esoteric (?). +2010-04-08.txt:19:45:27: -!- rapido has joined #esoteric. +2010-04-08.txt:20:15:36: -!- rapido has quit (Quit: rapido). +2010-05-28.txt:03:58:39: la grande rapido universidad estatal +2011-03-21.txt:20:22:13: -!- rapido has joined #esoteric. +2011-03-21.txt:20:27:38: are there an interesting 'collection oriented' language that is not apl/j/k? +2011-03-21.txt:20:27:46: are <- is +2011-03-21.txt:20:29:48: is there something like 'map theory'? I know there is something like 'array theory' +2011-03-21.txt:20:32:37: array theory: http://www.nial.com/ArrayTheory.html +2011-03-21.txt:20:33:20: ah found something: http://www.mangust.dk/skalberg/papers/gkli-slides1.pdf +2011-03-21.txt:20:33:25: map theorie: v +2011-03-21.txt:20:33:30: map theory: http://www.mangust.dk/skalberg/papers/gkli-slides1.pdf +2011-03-21.txt:20:35:14: wouldn't it be nice to have a map oriented language? +2011-03-21.txt:20:35:32: everything is a map - data and code +2011-03-21.txt:20:36:02: rapido, map? +2011-03-21.txt:20:37:18: concrete map: [0=0;1=1;2=4;3=9] +2011-03-21.txt:20:37:33: rapido, so everything is an associative array? +2011-03-21.txt:20:38:03: Phantom_Hoover: yes, that's one way of phrasing it +2011-03-21.txt:20:38:12: rapido, finite or infinite? +2011-03-21.txt:20:38:17: finite! +2011-03-21.txt:20:38:28: total functions would be nice +2011-03-21.txt:20:39:46: this would be a lazy map: [x<-[0..10000000];x*x] +2011-03-21.txt:20:40:41: still finite because the domain is finite +2011-03-21.txt:20:42:00: Gregor: ok, i haven't really settled for a notation +2011-03-21.txt:20:42:08: notation <- syntax +2011-03-21.txt:20:43:39: domain: 0..10000000 : range: x*x +2011-03-21.txt:20:44:09: Phantom_Hoover: yes - thanks +2011-03-21.txt:20:47:09: the domain (keys) and range (values) can be maps too. +2011-03-21.txt:20:47:48: In fact, literals are maps in disguise +2011-03-21.txt:20:48:02: there should be only maps! +2011-03-21.txt:20:51:23: I've done something similar with enchilada- but i like to be more restrictive than enchilada (i.e. finitie maps only) +2011-03-21.txt:20:51:49: rapido, so basically everything is a function from a finite sense? +2011-03-21.txt:20:52:43: Phantom_Hoover: yes +2011-03-21.txt:20:56:39: Phantom_Hoover: say that you have an recursive function that doesn't terminate +2011-03-21.txt:20:57:38: now let's imagine an interpreter that takes this same recursive function, together with a user-defined 'number of interpreter steps' +2011-03-21.txt:20:58:09: when the interpreter reaches the 'number of interpreter steps' it terminates +2011-03-21.txt:20:59:30: oerjan: consing can be done - nice observation +2011-03-21.txt:21:06:03: question: how would you give a unique name to a arbitrary block of bytes without hashing (=possible collisions) and without using a central service (thing p2p) +2011-03-21.txt:21:06:12: thing <- think +2011-03-21.txt:21:07:06: oh - the same block of bytes should map always return the same name +2011-03-21.txt:21:08:33: rapido: I don't think it's possible. +2011-03-21.txt:21:10:28: cpressey: ok, what about a central service which just increases a counter for each new block that has been issued? +2011-03-21.txt:21:11:38: what if we scale the central naming service to log(n) naming services - with n being the number of blocks issued? +2011-03-21.txt:21:12:04: or square(n)? +2011-03-21.txt:21:12:23: dns scales pretty good +2011-03-21.txt:21:18:16: cpressey: i want to achieve (function) memoization - not only within one instance of running program - but globally +2011-03-21.txt:21:18:24: rapido: No. +2011-03-21.txt:21:18:44: rapido: Universal memoization is not as good an idea as you may think. +2011-03-21.txt:21:18:46: pikhq_: no? +2011-03-21.txt:21:20:03: pikhq_: it doesn't need to be persistent always - just the most used functions (structures) +2011-03-21.txt:21:20:29: rapido: Automatic memoization is a *hard* problem. +2011-03-21.txt:21:20:54: pikhq_: 'memoization is a *hard* problem' - i like that! +2011-03-21.txt:21:21:34: rapido: At least as hard as parallel computing. +2011-03-21.txt:21:21:47: pikhq_: i'm the author of enchilada - i have done some 'experiments' on the subject. +2011-03-21.txt:21:22:34: " are there an interesting 'collection oriented' language that is not apl/j/k?" <<< toi +2011-03-21.txt:21:22:53: i want to get rid of enchilada's cryptographic hashes - but still scale in a distributed setup +2011-03-21.txt:21:25:16: oklopol: is there a interesting 'collection oriented' language that is also esoteric ;) +2011-03-21.txt:21:33:49: don't surjectively inject your hilbert hotel principle into the discussion - please! +2011-03-21.txt:21:42:07: are there any CA formalism that takes previous (N not just the current) world states as input? +2011-03-21.txt:21:42:58: rapido: no, but those are essentially the same thing +2011-03-21.txt:21:44:40: oklopol: could such formalism be more powerful - not in a TC sense - but in a 'programming' sense - whatever that means +2011-03-21.txt:21:45:12: rapido: mcell has some "ca families" that use memory +2011-03-21.txt:21:45:35: oerjan: thanks for the pointer +2011-03-21.txt:21:46:18: rapido: well i haven't seen them used, at least +2011-03-21.txt:21:48:34: i like surreal numbers +2011-03-21.txt:21:48:51: surreal number subsume all numbers +2011-03-21.txt:21:49:00: number <- numbers +2011-03-21.txt:21:49:26: hyperreal? ah yeah! +2011-03-21.txt:21:50:39: same for quaternions +2011-03-21.txt:21:51:14: or biquaternions +2011-03-21.txt:21:54:17: -!- rapido has quit (Remote host closed the connection). +2011-03-21.txt:21:58:07: -!- rapido has joined #esoteric. +2011-03-21.txt:22:05:53: is there a fractal based esoteric language? +2011-03-21.txt:22:06:16: 'living on the edge' which is infinite +2011-03-21.txt:22:08:49: rapido, well, there were the Sierpiński numbers... +2011-03-21.txt:22:10:14: Phantom_Hoover: aaah, a new number system to learn....... how many are there? +2011-03-21.txt:22:10:32: rapido, it's countably infinite. +2011-03-21.txt:22:10:35: < rapido> is there a fractal based esoteric language? <-- I know there were a few that got to the "planning" stage, but I don't know of any complete ones +2011-03-21.txt:22:11:15: i don't like infinite/uncountable stuff - but hey - i'' make an exception +2011-03-21.txt:22:11:16: is there a fractal based esoteric language? <-- i'm pretty sure there was one but i don't remember the name +2011-03-21.txt:22:12:27: rapido, well, just restrict it to finite strings. +2011-03-21.txt:22:14:36: HP: Hilbert Problem? +2011-03-21.txt:22:15:57: i like reversible languages: enchilada is reversible (modulo hash collisions) +[too many lines; stopping]