[ANN] Instaparse 1.4.9

2018-04-08 Thread Mark Engelberg
Instaparse is a library for generating parsers from context-free grammars. https://github.com/engelberg/instaparse This new release includes contributions from github users dundalek (bugfix for regexp flags in Clojurescript), HausnerR (improved handling of rhizome dependency which more

Re: [?] How to enumerate the ClojureScript macros in ClojureScript REPL such as figwheel REPL?

2018-04-08 Thread Philos Kim
I found the way, so I want to share the tip with others here ( https://gist.github.com/philoskim/1d61574f69902c102d1a3c5c9112c6ba ). 2018년 4월 5일 목요일 오후 5시 23분 44초 UTC+9, Philos Kim 님의 말: > > I ran the follwoing code in the figwheel REPL and the result is an empty > list. > > How can I

Re: Clojure spec check and recovery

2018-04-08 Thread Pedro Iago Carvalho Martins
Nevermind, I got it. My bad. Em domingo, 8 de abril de 2018 14:16:08 UTC-3, Pedro Iago Carvalho Martins escreveu: > > I mean, can I resolve the var and retry the function with a redefinition, > for example? > I could find info on the arguments, on the exception, but no name of the >

global-hierarchy.. private?

2018-04-08 Thread Pedro Iago Carvalho Martins
Ok, this is part of a theme that haunts me and I would like to know if anyone shares my view or has a insteresting point. The #'global-hierarchy in clojure.core is used to enable things such as multi-methods, and the isa? function. Now, we can change a var with alter-var-root, and I see it

Re: Clojure spec check and recovery

2018-04-08 Thread Pedro Iago Carvalho Martins
I mean, can I resolve the var and retry the function with a redefinition, for example? I could find info on the arguments, on the exception, but no name of the function, or function spec. Maybe it was because I've called check with a single symbol? Just curious. Em terça-feira, 3 de abril de

Poll and opinions about Clojurescript UI / html templates

2018-04-08 Thread 'Sven Richter' via Clojure
Hi, I am the author of closp (https://github.com/sveri/closp), a leiningen template for web development. As always over the years I am changing stuff while working on my private stuff and I wonder what the opinions about the UI is. Currently every template that comes with closp is server