52 skills found · Page 1 of 2
breuleux / OvldAdvanced multiple dispatch for Python functions
camsaul / MethodicalFunctional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.
coady / MultimethodMultiple argument dispatching.
AbhinavOmprakash / SnitchSnitch injects inline defs in your functions and multimethods. This enables a repl-based, editor-agnostic, clojure and clojurescript debugging workflow. It is inline-defs on steroids.
briantrice / Slate LanguageThe Slate programming language
primme / PrimmePReconditioned Iterative MultiMethod Eigensolver for solving symmetric/Hermitian eigenvalue problems and singular value problems
robotlolita / Siren[status: superseded by Purr] Sirën is an experimental context-based programming language with ad hoc multiple hierarchies, and multimethods.
KrisJordan / Multimethod JsA multimethod library for JavaScript, Clojure-inspired.
clojure / Algo.genericGeneric versions of commonly used functions, implemented as multimethods that can be implemented for any data type
ympbyc / CarrotPurely functional lisp featuring: default currying, left-associative s-expression, lazy evaluation, static type system, and statically determined multimethods.
fntz / OvCreate multimethods in Ruby
zkat / GenfunPrototype-friendly multimethods for JavaScript.
siffiejoe / Lua ClassyClass-based OO library for Lua
wrapl / MinilangA mini language used for the Rabs build system and within Wrapl.
weavejester / IntentionsMultimethods that combine rather than override inherited behavior
skeeto / PreddMultimethods for Emacs Lisp
brandonbloom / Dispatch MapPersistent map with Clojure's multimethod dispatch semantics
fcard / Multimethods.rsMultiple Dispatch in Rust
garrettm / TsumTypescript sum types with pattern matching, using multimethods
TheLartians / Revisited🧑🤝🧑 The visitor pattern revisited. An inheritance-aware acyclic visitor template, any and any-function templates.