this post was submitted on 13 Dec 2025
263 points (95.5% liked)

Greentext

7465 readers
1092 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Tetragrade@leminal.space 9 points 1 day ago* (last edited 1 day ago)

Javascript users be like.

try {
    mysteryBox?.open?.();
}
catch() {
    console.error("fuck")
}

Rust users be like.

let discord_kitten = femboys
    .iter()
    .map(|b| Bottom { thigh_highs: true, ..*b })
    .filter(|b| b.girth<5.0)
    .reduce(|top,b| top %= b);

C# users be like.

// from the Unity turoial IDK what this does
RegistrationHandler.SingletonInjectionHandler.InjectSingleton<IInjectedSingleton>(new InjectedSingleton(RegistrationHandler.SingletonInjectionHandler.SingletonType.Player));