That made me think about something else. How cool would it be to have a program visually show you how a string is stored in memory?<p>This way you would be able to interactively see how unicode and different runes are represented in bytes, how they are also abstractly represented in your programming language array data structure, and how finally they are stored on your little-endian system.
From the README: "here is a hosted instance on <a href="http://triq.net/bitbench" rel="nofollow">http://triq.net/bitbench</a> "
From the title I wondered if another person decided to implement their own variant of Christopher Domas' ..cantor.dust.., which has never been released to the public (despite initial promises). The only alternative I know if is Veles.<p>[0] <a href="https://sites.google.com/site/xxcantorxdustxx/" rel="nofollow">https://sites.google.com/site/xxcantorxdustxx/</a><p>[1] <a href="https://github.com/xoreaxeaxeax/..cantor.dust." rel="nofollow">https://github.com/xoreaxeaxeax/..cantor.dust.</a>.<p>[2] <a href="https://codisec.com/veles/" rel="nofollow">https://codisec.com/veles/</a>