Comment detail
Hello, world!その2 (Nested Flatten)This comment is reply for 795 shiro: これは…文字列連結によって数値が文字列に...(Hello, world!その2). Go to thread root.
VMで動いてるんですよね? 実CPUのエンディアンに関わらず、整数はlittle endianの可変長オクテット列って扱いと理解すれば良いでしょうか。可変長にするならlittle endianは妥当な選択だと思います。
それにしても、意外なところでバイナリアンっぽくて(rawな表現を見せていて)新鮮でした。
整数でも無限倍精度整数でなくては駄目みたいです。
'', ('abc' as: LargePositiveInteger) "=> 'abc' "
'', 16r636261 "=> Error: Instances of SmallInteger are not indexable "
'', 16r64636261 "=> 'abcd' "





sumim
#840()
Rating2/2=1.00