Skip to content

DanBurton/racket-interfaces

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

racket-interfaces

Typeclass-esque generics for Racket

A work in progress.

Priorities

Tier 1:
Truly first class instances
Not "too dynamic"

Tier 2:
"define" syntax
allow supporting defines

Tier 3:
super/sub-interfaces
ad-hoc interface extension
macro friendly
nice error messages

Tier 4:
contracts
quick-checkables
typed/racket friendly
speed
efficiency (first-order instances)
integration with current generics system
more examples

About

Typeclass-esque generics for Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages