Re: A value for "nothing"

2018-09-15 Thread David Pirotte
> You're right about null? being a problem. `Nothing` suggests an option > type. What about 'nada' or 'nix'? I'd call it tinn this is not nothing or tin this is nothing [ and tin, apart from the chemical, has a few of its meaning associated [

Re: A value for "nothing"

2018-09-15 Thread HiPhish
That raises to connotation that there can be multiple of something: none, one, many. Maybe "nothing" really is the best option. After all, "nihil" is just Latin for "nothing", so I might as well use English. > none?

Re: A value for "nothing"

2018-09-15 Thread HiPhish
"Not available" makes it sound like there something we cannot get a hold of. Like you have a bag, but the contents of the bag are stuck to it, whereas "nothing" makes me think of a bag that's actually empty. Edwin Watkeys wrote: > In previous work on validated systems in pharma manufacturing mon

Re: A value for "nothing"

2018-09-15 Thread Edwin Watkeys
Yes, in a way. A measurement is NA if it is not applicable e.g. a color does not have a mass, whereas NAV is used in contexts where there is a relevant value but it was not retrieved, was lost, was recorded but is indecipherable, was recorded but was corrupted, was recorded but was eaten by the

Re: A macro containing a mini-macro?

2018-09-15 Thread HiPhish
I don't quite follow; having a macro for the byte DSL is simple: (define-syntax byte-dsl (syntax-rules () ((_ byte) (list byte)) ((_ count byte) (make-list count byte byte But this requires every byte specification to be written as `(byte-dsl 0x00)`, which I want t

Re: A value for "nothing"

2018-09-15 Thread Edwin Watkeys
In previous work on validated systems in pharma manufacturing monitoring settings, there’s the concept of not available (“NAV”) for measurements which is used in contrast to not applicable (“NA”). We never used null/nil but always one of the above when describing measurements. Edwin Watkeys; 91

Re: A value for "nothing"

2018-09-15 Thread Keith Wright
HiPhish writes: > Not a fan of either, "nada" is not English, and "nix" is a slang term, > unlikely to be known to foreign speakers (I didn't know about it myself). How > about "nihil", it's an inter-lingual term and close to "nil" in sound. none?

Re: A value for "nothing"

2018-09-15 Thread HiPhish
Not a fan of either, "nada" is not English, and "nix" is a slang term, unlikely to be known to foreign speakers (I didn't know about it myself). How about "nihil", it's an inter-lingual term and close to "nil" in sound. you wrote: > You're right about null? being a problem. `Nothing` suggests a