Tag fp
7 bookmarks have this tag.
7 bookmarks have this tag.
In modern Java, the visitor pattern is no longer needed. Using sealed types and switches with pattern matching achieves the same goals with less code and less complexity.
A lightning post on logic programming in Haskell to construct a workout weekly schedule given the set of exercises, days and constraints.