drathier

Results 85 comments of drathier

Maybe an "assume no implicit type coercion anywhere" optimization flag could be useful?

`"hello" + 123` is just as explicit as `"" + 123`. What I meant was that `n + 123` could assume that `n` is a number

No, just default to secure, and leave it at that. Performance shouldn't be a concern, at least not if we only seed it once.

I think this is what's causing my ide to grind to a halt. I have a ~35k chars long file in which it takes ~5 seconds to duplicate a line.