|
|
|
|
|
by Illniyar
3221 days ago
|
|
I don't know enough about Clojure, but I think you are saying that Clojure itself is using bit operations behind the hood - of course it's ok for a language implementation to use bit operations. But if any of your Java code for applications or libraries used bit operations, I'll call it bad code. |
|
There's nothing wrong with writing your own library implemented using bit operations.