Clarify project

master
Raymon Zutekouw 2 years ago
parent 43c73d4a8c
commit a5a65c4ed3
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 22
      README.md

@ -1,24 +1,24 @@
So instead of making yet another quine, which many already did before me, with greater conciseness then could be achieved in these few days,, it would be cool to spark new life into an already existing quine.
So instead of making yet another quine, it would be cool to generate an already existing quine from something that doesn't look like it at all.
So what if it is encoded in seemingly random words, like the programming language [Shakespeare](https://esolangs.org/wiki/Shakespeare) or [Chef](https://esolangs.org/wiki/chef).
Take this one for example:
So let us take this quine:
https://www.linusakesson.net/programming/brainfuck/index.php
```bf
+[-<+]-ÿ<<<<<<<[.>]
```
By the syntax, which is Brainfuck-syntax, it is obscure but clear it is encoding something.
What if it could be encoded more like the programming language [Shakespeare](https://esolangs.org/wiki/Shakespeare) or [Chef](https://esolangs.org/wiki/chef).
This would allow other humans *cough* interpreters to see it as something not out of the ordinary.
So:
So the original development for the higher-level-quine went like this:
- create a file that secretly compiles (almost completely) into the Brainfuck quine.
- in a language younger than two weeks to **ensure** nobody made this earlier.
- and propose features that improve both the language and help you with this ridiculous idea
- like variable-names of any size and composed of any* characters which is kinda cool for any programming langugage to have
- then realise no editor has syntax highlighting for this language
- make that first yourself for a IDE you have not touched for years, yay first atom package published to apm!!!
- realise the rabbit hole has been entered...
- like variable-names of any size and composed of any\* characters which is kinda cool for any programming language to have
- then realize no editor has syntax highlighting for this language
- make that first yourself for a IDE you have not touched for years, yay first atom package published to apm!!!
- realize the rabbit hole has been entered...
So that is what this project is: a sourcefile containing what seems some oddly but still acceptable formatted text that compiles to the quine.
So that is what this project is: a source-file containing what seems some oddly but still acceptable formatted text that compiles to the quine.
# How to run

Loading…
Cancel
Save