Roy Brumby

Results 3 comments of Roy Brumby

On a similar theme, the following is fine: ``` type s struct { Stringval string } func main() { sv := s{ Stringval: "my-string-value", } prg, err := expr.Compile(`Stringval`) if...

Having had a little think about this, maybe adding a "deref()" builtin would do the job? That would allow Daisy's use-case to be satisfied with `deref(num) == 1`. I think...

Sure, it's your call - but if you are going to dereference by default, could we have a way to switch that off (so we can still have the same...