@viebel great blog on Clojure 1.10 features. To use the better error messages in my own Klipse site, I will upgrade to latest Klipse version. Do I need to include (require 'clojure.core.specs.alpha)
on each page that has Klipse driven code, in order to get the new error messages from 1.10?
I'll give it a try on the ClojureBridge London workshop tomorrow and report back. Thanks.
typo fixed..
I am happy that you like it @jr0cket. You don’t need anything special to enjoy new error messages
If you want to get specs-related errors, you have to add (require 'clojure.core.specs.alpha)
Why do you need to upgrade Klipse?
Don’t you load Klipse from https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js ?
good question, I had assumed I was using a specific version. Will check.
You can go online to your blog and see what kind of error you get when you type (let [a])
😜
Ah, a quick test and the new error messages are there. Its great when things just happen 🙂
This will make a big difference to the next ClojureBridge event in February, thank you
I use the gitbook klipse plugin and that is using the Klipse from googleapis, so all is good. Thanks for all you hard work.
My pleasure