From: | taliesin the storyteller <taliesin-conlang@...> |
---|---|
Date: | Friday, February 13, 2009, 7:32 |
* Chris Wright said on 2009-02-12 14:51:09 +0100> What programming language do you use that allows writing binary > integer literals with a 0b prefix?Several assemblers (like TASM) for x86 did, and newer Pythons will. Definitely in 3.x, probably importable in 2.6.x t.