Browse thread
Palindromic Quine
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Loup Vaillant <loup.vaillant@g...> |
| Subject: | Re: [Caml-list] Palindromic Quine |
2008/1/28, Romain Bardou <Romain.Bardou@lri.fr>: > Actually a Quine can be empty AND >1B, can't it? Are you thinking about a source that contains only 1 or two white spaces? I can only think of whitespace (http://compsoc.dur.ac.uk/whitespace/) to manage such a crazy feat. <going_nuts> Another idea: submit a single entry wich works as BOTH Ocaml and whitespace... </going_nuts> > > -- > Romain Bardou > > Till Varoquaux a écrit : > > Thought about it ;-) but it does say entries should be >1B. > > > > Till > > > > On Jan 28, 2008 3:39 PM, Alain Frisch <alain@frisch.fr> wrote: > >> Keisuke Nakano wrote: > >>> The code should be a Quine, which prints its own code without reading > >>> its source file. Additionally, the code should be palindromic, which > >>> reads the same forward as it does backward. Shorter code is better. > >>> Lots of programming languages are available including OCaml, of course. > >> I've one with 0 bytes. Should I submit it? > >> > >> -- Alain