Proposals:
- using from C++
using i8 = signed char; - default args
- binding generator
- Valid ass print
- Switch on string literals
Cool as fuck (basically guarenteed to go in):
- Nested functions
- Tagged unions: https://gist.github.com/RealNeGate/94a3074dd4e6d29ee3170f4a70c3dad2
- typeof
- Case ranges
- Computed goto
- x86intrin.h / CPU intrinsics (eventually)
- bit magic builtins like popcount, ctz, clz
__builtin_cuik_printf("{0}, {1}", 16, 4);
__builtin_cuik_print(16, 4);