error-message-catalog

eggsyntax 2016-05-04T01:02:49.000136Z

Submitted PR with update of readme file to reflect the decision to make error files per-exception (resolving issue 16). Feedback welcomed; in the absence of feedback I’ll just merge it myself in a day or so. https://github.com/yogthos/clojure-error-message-catalog/pull/19

yogthos 2016-05-04T01:04:10.000138Z

that looks good to me, I say let’s merge

yogthos 2016-05-04T01:04:21.000139Z

and we can rename the existing files to match

eggsyntax 2016-05-04T01:04:50.000140Z

Oh, good idea. I’ll take care of that.

cfleming 2016-05-04T01:09:36.000141Z

After Martin Trojer’s article on Elm, I browsed some Elm porn tweets. It makes me sad and jealous.

eggsyntax 2016-05-04T01:19:28.000142Z

Elm is definitely high on my personal learn-next list (to inform my cljs dev if nothing else — it seems like re-frame embodies some of the same ideas, but I’d like to see them in their original form).

shaun-mahood 2016-05-04T14:42:59.000143Z

@eggsyntax: There is also zelkova (https://github.com/jamesmacaulay/zelkova), which might give an interesting comparison to see what elm-style programming is with Clojure-style error messages.

eggsyntax 2016-05-04T14:47:10.000146Z

@shaun-mahood: cool, thanks! I hadn’t seen that.