diff options
Diffstat (limited to 'notes/250210-symbols.md')
| -rw-r--r-- | notes/250210-symbols.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notes/250210-symbols.md b/notes/250210-symbols.md index 280fd9f..71201a0 100644 --- a/notes/250210-symbols.md +++ b/notes/250210-symbols.md @@ -1,5 +1,7 @@ # Symbols are strings are symbols +_2025 February_ + In Scheme, symbols are literally just interned and immutable strings. They can contain any character a string can, constructed either via `string->symbol` or the modern `|foo bar baz|` syntax for quoted |
