[Flashforth-devel] punctuation, bit?
Brought to you by:
oh2aun
From: Herman A. <exp...@vn...> - 2014-05-13 19:01:35
|
Hi Mikael - Previously we talk on the punctuation of numbers, but I can't found it in FF5.0. The latest version of idea that you wrote (27. march): ------------------------------------------------ I plan now to do it like this Just one punctuation char for grouping digits. Single precision number #-10.345 %1011.1101.1111.0000 $fad.e Double precision numbers %1011.1101.1111.0000. #-10.345. $fade.babe. ------------------------------------------------- Other: - I know, it is a bit late, but I have some thought on the bit manipulating words. The incidence of testing for bit=0 and bit=1 are similar. Using a bit0?: word would be faster then inverting result of bit? . Maybe the notation is bit0?: and bit1?: for the symmetry. I think, a bit toggle word (perhaps bit-tgl: ) would be a good addition to bit0: and bit1: BR Attila |