Skip to content

Instantly share code, notes, and snippets.

View alexandrule's full-sized avatar

Alexandru Leasenco alexandrule

View GitHub Profile

Ruby: The future of frozen string literals

What is a literal?

In programming languages, literals are textual representations of values in the source code. This is a syntactical concept.

Some examples:

7 # integer literal