Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why don't you add SVG? #1

Open
Clayblockunova opened this issue Aug 16, 2024 · 2 comments
Open

why don't you add SVG? #1

Clayblockunova opened this issue Aug 16, 2024 · 2 comments

Comments

@Clayblockunova
Copy link

I think a JS quine which generates an SVG would be fun. why not?

@kirjavascript
Copy link
Owner

like this?

(q=_=>decodeURIComponent('%3Csvg%20width%3D9999%3E%3Ctext%20y%3D20%3E(q%3D')+q+decodeURIComponent(')()%3C%2Ftext%3E%3C%2Fsvg%3E'))()

this is a JS program that generates an SVG which displays the original JS program, which is a quine relay

there is already a section with a simple quine-relay in, so another one is not novel by itself

but maybe it's worth expanding on the quine relay section?

@Clayblockunova
Copy link
Author

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants