clr

dmiller 2025-01-12T16:14:55.579679Z

Tired of writing things like this:

|System.Collections.Generic.Dictionary`2[System.Int32, System.String]|
Wouldn't you rather write something like
|Dictionary[int,String]|
Or maybe just alias the whole mess and write a type hint like:
#^MyDict
Conversation with a proposed solution at: https://github.com/dmiller/clojure-clr-next/discussions/6

🙌 5