|
|
|
|
|
by nickik
4536 days ago
|
|
> programmers used to the server-side implementation, which defeats the purpose of using the same language for both I would actually disagree. In the Clojure world, we try to embrace the platform, meaning that we do not try to make all source compatible. The goal is to have the basic comparable and then make all the more algorithmic library work everywhere. I think this has worked out pretty well so far. Things like core.logic, core.match, core.typed and so on work on both sides with relatively small adjustments. |
|