Y
Hacker News
new
|
ask
|
show
|
jobs
by
gleenn
165 days ago
It is implementing Clojure which does not have static typing so my strong assumption would be no
1 comments
Zak
165 days ago
Clojure offers static typing as a library.
link
kermatt
165 days ago
Is that 'core.typed' ?
Does it introduce incompatibilities with third-party libraries?
link
yogthos
165 days ago
typed Clojure has both Clojure and ClojureScript implementations, so it's not tied to the JVM
https://github.com/typedclojure/typedclojure
link