8.16
5.5
Originates from Symbols.
5.5.1 Naming Rules
5.5.2
normally is (interned symbol). Also can be:(uninterned), (unreadable, partially interned).
: 勹 + 丶
connotation : string
originates from : 勺
originally means : spoon, spoon-shape objects
丶 is just a placehold here, no specific meaning. But the simpler way to write indicates it is a simpler data type than both 句 and .
ideograph
connotation : string
originates from : 勺
originally means : spoon, spoon-shape objects
罒
connotation : interned
originates from : 罒
originally means : fishing or bird net, net-shape object, caught by net
Resembles 罒, but is broken, thus means "broken bird net".
resembles 罒, but is unreadable and "moderate broken bird net".
Resembles Chinese characters such as 罚, thus have a simliar meaning.
ideograph
connotation : interned
originates from : 罒
originally means : fishing or bird net, net-shape object, caught by net
Examples:
5.5.3 化 化句 句化 句化 句化
Examples:
> (化 'symbol) "symbol"
> (化句 'symbol) "symbol"
> (句化 "string") 'string
> (句化 "string") 'string
> (句化 "string") 'string
5.5.4 ming/racket/base
(require ming/racket/base) | package: ming |
transformer
transformer
? : + ?SFX = symbol-interned?
transformer
? : + ?SFX = symbol-unreadable?
transformer
化句 : + 化IFX + 句 = symbol->string
transformer
句化 : 句 + 化IFX + = string->symbol
transformer
句化 : 句 + 化IFX + = string->uninterned-symbol
transformer
句化 : 句 + 化IFX + = string->unreadable-symbol
transformer
transformer
5.5.5 ming/racket/symbol
(require ming/racket/symbol) | package: ming |