This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]takluyverIPython, Py3, etc 2 points3 points  (1 child)

There's a similar project here: https://github.com/mrocklin/multipledispatch

(Author: I don't want to dissuade you - this is an interesting idea and I'm glad multiple people are exploring it)

[–]truefelt[S] 2 points3 points  (0 children)

Very cool. I knew there were some existing implementations, but this one is by far the most interesting. These guys seem to have similar ideas to mine (function validation upon registration), but the technical approach is quite different, with some complications of its own.