Explore >> Select a destination


You are here

comonad.com
| | justinhj.github.io
4.3 parsecs away

Travel
| | What's in this post?
| | bartoszmilewski.com
2.4 parsecs away

Travel
| | This is part 13 of Categories for Programmers. Previously: Limits and Colimits. See the Table of Contents. Monoids are an important concept in both category theory and in programming. Categories correspond to strongly typed languages, monoids to untyped languages. That's because in a monoid you can compose any two arrows, just as in an untyped...
| | cronokirby.com
3.0 parsecs away

Travel
| | Exploring 3 different ways of encoding the natural numbers - Read more: https://cronokirby.com/posts/2020/08/encoding-the-naturals/
| | clojure.org
19.0 parsecs away

Travel
| [AI summary] A comprehensive technical guide detailing Clojure's interoperability with Java, covering class access syntax, method invocation, performance optimization via type hints, and advanced features like proxies and primitive support.