Constructed scripts for languages and number systems

15 readers
1 users here now

This is a community for sharing representations of language and number systems. Share any system you develop for any purpose, from fictional world building to alternative texts for real languages such as Shavian. Share what you create or interesting scripts you've found. Scripts can be for languages, number systems, or even other things like magic systems.

founded 8 months ago
MODERATORS
1
0
submitted 8 months ago by Five to c/conscripts
2
5
submitted 8 months ago* (last edited 8 months ago) by hex_m_hell to c/conscripts
 
 

Hex characters 0-F don't visually provide any information about the underlying binary. I can't tell from reading 0-F representations of hex if a specific bit is set or not. It's necessary to convert to binary to notice things like parity set to odd/even/none. But raw binary isn't compact enough to easily look at.

Kaktovik Hex is a compact binary and hex representation based on some of the ideas behind Kaktovik Inupiaq. It supports the same visual arithmetic as Inupiaq, but also supports things like visual XOR. The bits of each nibble are represented as either | (for ones), V (for 2), or empty (for 0). The lower two bits are on the bottom, the upper two are rotated on the top. Every symbol can be written without lifting a pen.