Thanks to the #c23 #embed macro, I may have written the world's shortest #quine.
```c
#include<stdio.h>
int main(){puts((char[]){
#embed"q.c"
,0});}
```
(I doubt that I'm the first to do this)
We just need to politely ignore the extra `\n` injected by `puts`. Otherwise, replace `puts` with `printf`.
One Open-source Project Daily

An uroboros program with 100+ programming languages

https://github.com/mame/quine-relay

#1ospd #opensource #quine
GitHub - mame/quine-relay: An uroboros program with 100+ programming languages

An uroboros program with 100+ programming languages - mame/quine-relay

GitHub

Very similar to my interpretation of last year's Genuary 3 "42 Lines of Code" (link below), this code is a "Quine" that outputs itself into a stylized image using SVG curves and gradients.

https://universeodon.com/@codeismycanvas/113765562968011769

#genuary #genuary2026 #genuary11 #quine #svg

MessyQuines

YouTube
Constructing The Word's First JPEG XL MD5 Hash Quine

A walk through of building an image that displays its own MD5 Hash

1 Ran into this quote in #Quiddities by Willard Van Orman #Quine while checking out a reference in a Bluesky convo. (Note the period after “as well” should be a comma.) Set me thinking: should the revelation of the Wizard of 0z’s true identity be considered a “let down”? 🧵

RE: https://bsky.app/profile/did:plc:5zca2ola2zxpkw37w4f3wxtu/post/3m4o4ecugok2y

This is an unbirthday present for @screwlisp,
who posted earlier about quines.

To give it as a puzzle at first:

find a Python quine as a string Q such that eval(Q) == Q.

A spoiler to follow.

_________
The term "fixed point" comes to mind. And the Y combinator comes into
this picture as well; wie another day.

(Estimating Python's degree of homoiconicity is left as an exercise.)

#ComputerProgramming
#Homoiconicity
#ProgrammingPuzzle
#Puzzle
#Python
#Quine

#breaking news (not really.). Hey, I only *just realised* this is a #commonLisp #quine #repl

`(,@-)

CL-USER> `(,@-)
(SI:QUASIQUOTE ((SI:UNQUOTE-SPLICE -)))
CL-USER> `(,@-)
(SI:QUASIQUOTE ((SI:UNQUOTE-SPLICE -)))
CL-USER> (SI:QUASIQUOTE ((SI:UNQUOTE-SPLICE -)))

or similarly,

CL-USER> ((lambda () -))
((LAMBDA () -))

#programming #fun

https://www.lispworks.com/documentation/HyperSpec/Body/v__.htm

CLHS: Variable -

The Law-German wird fer “quine“ wad be "Deern".

---
#DoricWordOfTheDay by Doric Books: #quine (girl, young woman)
#WriteInScots #Doric #Scots

Worth noting: there is already a Rockstar quine, and it's actually quite pretty, as are most Rockstar programs.

the world is a sea
burn the world in fire
the song says shout "the world is a sea" with fire, "burn the world in fire", fire, "the song says " with the song, and fire with the song
shout "the world is a sea" with fire, "burn the world in fire", fire, "the song says " with the song, and fire with the song

#quine #rockstarlang