Skip to content

Re-use generics infra in SRFI-253 code - #919

Open
aartaka wants to merge 1 commit into
egallesio:masterfrom
aartaka:srfi-253-using-generics
Open

Re-use generics infra in SRFI-253 code#919
aartaka wants to merge 1 commit into
egallesio:masterfrom
aartaka:srfi-253-using-generics

Conversation

@aartaka

@aartaka aartaka commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This moves SRFI-253 define-checked to define-method instead of juggling raw lambdas with assertions. Benefits:

  • stricter types backed by object system,
  • (supposedly) clearer errors,
  • extensibility with additional define-method-s,
  • and less things to mess up in the implementation, now that it’s all delegated to object system 😅

@egallesio how does it look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant