Remove interfaces and extend generics #36

Open
noClaps wants to merge 4 commits from remove-interface into main
Owner
  • Remove interfaces
  • Make generics generate code at compile time and type-check at call sites

This simplifies the type system massively since we no longer have to implement a trait solver and we can just do regular type checking after an additional code generation step.

- Remove interfaces - Make generics generate code at compile time and type-check at call sites This simplifies the type system massively since we no longer have to implement a trait solver and we can just do regular type checking after an additional code generation step.
Update Treelight dependencies
All checks were successful
/ deploy (push) Successful in 1m0s
2a57f81da3
All checks were successful
/ deploy (push) Successful in 1m0s
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin remove-interface:remove-interface
git switch remove-interface
Sign in to join this conversation.
No reviewers
No labels
stdlib
syntax
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
nclang/design!36
No description provided.