string-literals

Tag

Cards List
#string-literals

python string literals are kinda funny

Lobsters Hottest · 2026-08-06 Cached

A blog post exploring quirky behaviors in Python's raw string literals and f-string syntax, including examples where raw strings cannot end in a backslash and f-string expressions can contain comments and multiple lines.

0 favorites 0 likes
#string-literals

Optimizing Lua string literals to save 400 bytes

Hacker News Top · 2026-07-13 Cached

A technical blog post exploring methods to reduce Lua string literal sizes by choosing optimal representations (quoted vs raw strings) in the context of ComputerCraft programs, achieving a 400-byte saving.

0 favorites 0 likes
← Back to home

Submit Feedback