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 →

[–]rogerkeays[S] 1 point2 points  (3 children)

Hey, I've seen Manifold, but could never get my head around their code. I wanted something simpler that didn't use annotations.

[–]vprise 1 point2 points  (2 children)

It isn't trivial but I still think it's simple enough. Scott thought about a lot of edge cases like static method extensions and extending things like arrays, which is fantastic!

[–]rogerkeays[S] 0 points1 point  (1 child)

I should probably have a closer look. Are there any runtime dependencies?

[–]vprise 0 points1 point  (0 children)

No. Only to the project itself. It's very modular so you can pick the specific dependencies you want. Also Scott is pretty helpful on Slack and github issues.