Re: [ANN] editscript: a diffing library for Clojure data

2018-05-03 Thread Simon Luetzelschwab
My apologies, missed the reference further below since you mentioned you did not find any libraries in your intro text. On Thu, May 3, 2018 at 9:11 AM, wrote: > My readme specifically mentioned https://github.com/friemen/diffit, where > I said: > > >...The same sequence diffing algorithm is also

Re: [ANN] editscript: a diffing library for Clojure data

2018-05-03 Thread Simon Luetzelschwab
Thanks for sharing! Last time I was looking for something similar, I came across this library - https://github.com/friemen/diffit It works for both Clojure and ClojureScript, although it's specific for either maps or vectors. I haven't looked at the specific implementations of either library an

Re: How to call a function read from an EDN file?

2018-03-13 Thread Simon Luetzelschwab
Hey Christopher, Welcome to the wonderful world of Clojure and we're glad to have you! It appears you are trying to authenticate using Google's OAuth library and are currently using the google-apps-clj wrapper. You have to either keep a reference to

Re: Help please: New to clojure development

2018-02-06 Thread Simon Luetzelschwab
Hi Nadeen, Welcome to Clojure! I'd recommend incorporating Clojure's excellent REPL into your workflow to easily try things out with quick feedback. Here's an online version with your code snippet prepopulated - just hit the run button! https://repl.it/repls/OblongIntrepidAlabamamapturtle This

Re: Clojure design patterns

2017-11-25 Thread Simon Luetzelschwab
FYI Thanks for sharing. It ended up hitting the front page of HN with a healthy conversation about Clojure in the comments - https://news.ycombinator.com/item?id=15771561 On Nov 23, 2017 1:33 AM, "Jacek Grzebyta" wrote: > That is my latest discovery. Very good blog with common design patterns