SeriousBusiness101

Results 6 issues of SeriousBusiness101

Preferring escape sequences to UTF-8 in source is a common coding standard, one reason being security. Directionalities, dingbats, emojis, diacritics, logograms, notations, controls... shouldn't or can't be printed in source...

proposal

> Reopening since... https://github.com/ziglang/zig/issues/14656 was closed, citing https://github.com/ziglang/zig/issues/1099. The two proposals are mutually exclusive with different use cases. > This issue strongly resembles https://github.com/ziglang/zig/issues/14656 which should provide a point of...

![zigci](https://github.com/ziglang/zig/assets/144548347/36301e97-7ef2-423f-bd7a-3c4354b9e9a0)

Input: ```js .{ .@"\x01" = .{""}, .@"\x02" = .{""}, .@"\x03" = .{""}, .@"\x04" = .{""}, .@"\x05" = .{""}, .@"\x06" = .{""}, .@"\x07" = .{""}, .@"\x08" = .{""}, .@"\x09" = .{""},...

| Sequence | Name | {N} | | -------- | ----------------- | --------------------- | | `\x{N}` | hexadecimal value | 32 digits >= 1 digits | | | | |...

proposal

This one's long overdue; I'm writing an empirical thesis on character encoding, using **ZON** for serializing / declaring various data, because of readability, comments, and nativity. In order of significance...