0.5.0 Complete rewrite; constant and function constructors, generic anonymous functions and objects #42
vudaltsov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The library was rewritten from scratch with a new philosophy in mind:
Changed
typesconstants to global constants:types::int->intT.typesmethods to functions:types::intRange()->intRangeT().Typeclasses public.TypeVisitortoVisitor, pass types as objects without destructuring.TypeStringifiertoStringify, make it abstract.DefaultTypeVisitortoFallback.Added
Reducedvisitor that expresses some types via the others, reducing the number ofVisitormethods to implement.This discussion was created from the release 0.5.0 Complete rewrite; constant and function constructors, generic anonymous functions and objects.
Beta Was this translation helpful? Give feedback.
All reactions