|
|
|
|
|
by pkinsky
4536 days ago
|
|
>With Scala you feel smart having just got something to work in a beautiful way but when you look around the room to tell your clojure colleague how clever you are, you notice he left 3 hours ago and there is a post-it saying use a Map I don't get this. Scala has a great collections library, including a Map type. What, exactly, is the author complaining about? |
|
Its not what is possible, but what is. And the fact is that all the Clojure web framework and library's use the same data structure even if the underlying implementation is different. See how ring uses much of the same thing as the pedestal service.