Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
1–10 of 44 posts
Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#2He added GraphQL support a few weeks ago:
https://github.com/manifold-systems/manifold-sample-graphql-...
You can just drop graphql files in your resources directory and start coding against them as type-safe interfaces immediately, no code-gen required.
The @Jailbreak annotation is awesome too.
Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#3Manifold is an amazing piece of engineering. Scott McKinney, the author, used to work on Gosu but mostly focuses on this now. He added GraphQL support a few weeks ago: https://github.com/manifold-systems/manifold-sample-graphql-... You can just drop graphql files in your resources directory and start coding against them as type-safe interfaces immediately, no code-gen required. The @Jailbreak annotation is awesome to…
Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#4Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#5Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#6At that point, why not just use another jvm language with these features like Kotlin?
Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#7Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#8Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#9Removing checked exceptions - what a dangerous feature!
Re: Manifold: Java Type-Safe Metaprogramming, Structural Typing, Extension Methods
#10This is what I wanted all my life! I wonder what kind of dark magic makes this go and how this will come back to bite me if I use it?