ChifiSource / Toolips.jl

a manic web-development framework
https://toolips.app
MIT License
60 stars 1 forks source link

Extension dispatches #102

Closed emmaccode closed 9 months ago

emmaccode commented 9 months ago

instead of conditionals, I will just allow the extensions to work with multiple dispatch with a pass-through by default for each function. The results will be improved extension loading, router dispatch, and a much easier way to create extensions.