Well, if you use Typed Clojure you get static null checking. Clojure spec can give you dynamic null checking you can turn on during development and turn off during production. There's also Spectrum, which statically checks Clojure spec, but obviously it can't handle all eventualities.
- James On 30 Dec 2016 8:53 p.m., "gvim" <gvi...@gmail.com> wrote: On 30/12/2016 19:19, James Reeves wrote: > Well, Kotlin is statically typed, and Clojure is dynamically typed. Null > checking on dynamically typed languages is hard (impossible?) to achieve > without impacting performance. > > - James > > Personally, I'd trade the whole of clojure.spec & core.typed for this feature of Kotlin. gvim -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.