Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Traits and Operator Overloading #44

Open
7 tasks
sunjay opened this issue Feb 26, 2017 · 0 comments
Open
7 tasks

Traits and Operator Overloading #44

sunjay opened this issue Feb 26, 2017 · 0 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Feb 26, 2017

Currently, we fake traits in the compiler and just assume a bunch of stuff about every type. No custom types are allowed to decide which traits the fulfill.

  • Trait resolution
  • Defining new traits
  • Generic traits
  • Implementing traits for custom types
  • Traits for operators
  • Trait objects as function parameters
  • Static vs. dynamic dispatch
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant