Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
steveklabnik
on Sept 13, 2016
|
parent
|
context
|
favorite
| on:
A Critique of Rust's `std::collections`
IIRC, we need higher kinded types before we can create a truly great set of generic collections traits.
maxbrunsfeld
on Sept 13, 2016
|
next
[–]
I'm curious about why higher-kinded types are needed for this. I'd have thought that it would be possible to create these kinds of traits in rust's current type system. Is there someplace I could read more explanation on this?
steveklabnik
on Sept 14, 2016
|
parent
|
next
[–]
https://github.com/rust-lang/rfcs/blob/4b4fd5146c04c9c284094...
mafribe
on Sept 13, 2016
|
prev
[–]
Are higher-kinded types scheduled for inclusion? If so when?
steveklabnik
on Sept 13, 2016
|
parent
[–]
They're at the "nobody has yet to come up with a serious proposal" stage. Some are skeptical that they can ever fit in. We'll see.
mafribe
on Sept 14, 2016
|
root
|
parent
[–]
Thanks. Do you know who is working on this? I'd like to talk with them.
steveklabnik
on Sept 14, 2016
|
root
|
parent
[–]
I'm not aware of anyone seriously pursuing it yet.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: