clojure-protocol Questions

1

At the moment, I have a completely functional Clojure library which is called from Java. The way I do this : I have a file that uses gen-class to wrap the entire API as static methods of a single ...
Bounden asked 30/8, 2015 at 14:35

1

Seems the Clojure compiler doesn't do this by default : Does the Clojure compiler check if records and types implement protocols? Any, say, Lein plugins that do this?
Attach asked 15/8, 2015 at 17:56

1

Solved

Is the Clojure compiler meant to check if a record or type that says it instantiates a protocol actually implements the methods listed in it? I'm trying this out now and so far, it doesn't seem to...
Halfsole asked 15/8, 2015 at 13:46

1

Solved

This is a question about the expressiveness of Clojure vs other languages such as Haskell. The broader issue is solutions to the Expression Problem This question reached the conclusion that in gen...
Woodworth asked 30/3, 2014 at 4:17
1

© 2022 - 2024 — McMap. All rights reserved.