Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 110 words in the discussion.

Trending Topics

#string#chr#code#made#web#seems#write#more#variable#print

Discussion (2 Comments)Read Original on HackerNews

erikschosterabout 1 hour ago
My bandmate made our site a quine at one point: https://web.archive.org/web/20161129032158/http://nasa.pink/

Today I suppose this would get clobbered by bots but in 2016 it was fun and I still am in awe of how simple he made it.

firasdabout 2 hours ago
The idea in all the examples in this page seems to be: write a string with some code and then write some more code that processes the string in a way that when the string is finally output it contains the variable assignment (of the string), the variable contents, and the later program code.

Indeed that is what the first wikipedia example does

a = 'a = {}{}{}; print(a.format(chr(39), a, chr(39)))'; print(a.format(chr(39), a, chr(39)))

I dunno, my explanation seems to make more sense in my head than the analogy this article fixates on of a machine that can build a machine etc