Closed DavidTruby closed 11 years ago
1) Yes, it's a work in progress (I guess I can do it now) and 2) Look at you with your showoff Φs.
I was using ϕ as in the symbol for a formula in logic. You're using Φ as in the greek letter. Yes, they're different unicode code points ;-)
Marking as a bug, I feel very strongly about standards conformance ;-)
I'll get on it I want to do something useful today.
It breaks stranded pretty spectacularly but its done.
Yeah... I broke stranded with the logger as well
I've fixed that part of stranded's brokenness xD
I'm going to let Jamie do it as I can't commit to the stranded repository.
Neither :-P
I know it sounds like I'm being obsessive, but technically variable names beginning with anything other than letters are not allowed by the standard. The reason the variable names compile as is is that
_
s are explicity excepted from this rule... and reserved for use by the standards committee :-). So, can we replace all cases of_ϕ
withϕ_
(where ϕ is the name of a variable)?