Jacqueline Firth
Jacqueline Firth
I think there's two solid approaches here: 1. Raise an exception on parse failure by default, but do what [`hash-ref`](http://docs.racket-lang.org/reference/hashtables.html?q=hash-ref#%28def._%28%28quote._~23~25kernel%29._hash-ref%29%29) does and allow passing an optional value-or-thunk that determines what...
That's a good point; I'm not really sure how to handle that. Raising a parse error with no option to change that behavior seems fine to me then. Combinators and...
I'd also be happy to link to this project from `syntax-warn`.
Added a link to this from `syntax-warn`!
The biggest source of headaches I've had with configuration is when something defaults to a value and I didn't expect it to, for instance when mis-spelling an environment variable. So...
We added the `veneer` feature to Rhombus to make it easier to reuse ordinary Racket data types in Rhombus's dot-accessor system via a light wrapper. I think it's reasonable -...
I'm of the opinion that letting names be non-symbols is confusing and weird. Smuggling data through the name doesn't seem like a good use of names. I think an object's...
Accepting symbols and strings might be reasonable, but honestly I think for the use case of a custom representation of numbers it's not a good idea to give them names...
@kerwinxu Do you still have the same issue on 7.8?
Note that this would also fix #149.