|
|
|
|
|
by mindcrash
3456 days ago
|
|
Typed data was already possible with schema [1], which is now maintained by the plumatic (former prismatic) team. Which also says something about the way Clojure is awesome. Everything is optional, you arent forced to use anything to get to a working solution. Stuart Halloway and Rich Hickey also have some great talks on this subject. If you are interested you might want to check out "Radical Simplicity" [1] by Stuart and "Simple Made Easy" [2] by Rich to see why Clojure wipes the floor with almost any other programming language, especially the likes of C# and Java. I am not surprised at all Bob Martin loves it. Any principled software engineer would. [1] https://skillsmatter.com/skillscasts/2302-radical-simplicity [2] https://www.infoq.com/presentations/Simple-Made-Easy |
|