Description
Small, simple example of a failing snippet:
(defn x [x] x)
(map xx [0])
The function in the final form fails (undefined function) but this will prevent future snippets in the page to also fail. The error is shown in the JS console.
We use cookies and other tracking technologies to improve your browsing experience on our site, analyze site traffic, and understand where our audience is coming from. To find out more, please read our privacy policy.
By choosing 'I Accept', you consent to our use of cookies and other tracking technologies.
We use cookies and other tracking technologies... More
Small, simple example of a failing snippet:
(defn x [x] x)
(map xx [0])
The function in the final form fails (undefined function) but this will prevent future snippets in the page to also fail. The error is shown in the JS console.