unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.8k stars 271 forks source link

Nat and Int binary notation #5286

Open SimaDovakin opened 3 months ago

SimaDovakin commented 3 months ago

Is there some reason not to implement binary notation for Nat and Int types? I found hexadecimal and octal, but didn't find the binary one.

aryairani commented 2 months ago

No reason that I know of, just didn't realize it was desirable.

SimaDovakin commented 2 months ago

Thank you. I guess I can try to add support for this.

SimaDovakin commented 2 months ago

Support for the binary notation https://github.com/unisonweb/unison/pull/5294