wstevick

Results 6 comments of wstevick

I personally prefer formatters like black that ignore how code is formatted to begin with. That way, you don't have to think about prettiness at all while typing, and you...

I've stumbled across the same issue. I'm writing a grammar, and I'd like users to be able to do something like `function_def.children_by_field_name("arg")`, and have it return an empty list when...

You could include vector types, and have the implementation be dependent on the target. So, the vectors could be structs for C, and hardware accelerated vectors for OpenCL. If I...

I don't have experience with Futhark internals, but I do have experience coding. Let me know if there's anything I can do to help.

That being said, I'd have to learn Haskell, so I can't help _soon_.