Explore >> Select a destination


You are here

blog.ploeh.dk
| | www.joachim-breitner.de
3.6 parsecs away

Travel
| |
| | justinhj.github.io
6.4 parsecs away

Travel
| | [AI summary] The text is an in-depth exploration of Applicative programming in Scala, covering concepts like Applicative instances, map2 implementation, and performance optimization. It also includes examples of image processing using comonads and FocusedGrid data structures. The author discusses the importance of benchmarking and provides performance results for different implementations. The content is comprehensive, covering both theoretical and practical aspects of Applicative programming.
| | fbrs.io
3.9 parsecs away

Travel
| | [AI summary] A blog post explains the Haskell Compose data type and details how to implement its Applicative instance using concepts like fmap and liftA2.
| | m10k.eu
22.3 parsecs away

Travel
| [AI summary] The author explains how to implement a recursive descent parser in Bash to define and process domain-specific language rules for selecting RPM packages.