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

2018-04-05 Thread Philos Kim
I ran the follwoing code in the figwheel REPL and the result is an empty list. How can I enumerate the ClojureScript macros? dev:cljs.user=> (->> (ns-publics 'cljs.core) vals (filter #(get (meta %) :macro))) () Thanks in advance. -- You received thi

Re: D&D + Clojure?

2018-04-05 Thread Davide Taviani
Hey! I'm a DM, a user of OrcPub2 and a full-time clojure + cljs developer (for data science stuff). I'm definitely interested, let me know! Also, I play with another colleague, so there's definitely a few more D&D + Clojure nerds out there. Davide On Tuesday, March 27, 2018 at 11:12:25 PM UTC+3

Re: D&D + Clojure?

2018-04-05 Thread Brian
I'm interested. For my own uses I would be curious to see how difficult it would be to update (degrade? retrograde? :) ) to 3.5/Pathfinder. On Thu, Apr 5, 2018 at 11:04 AM, Davide Taviani wrote: > Hey! > I'm a DM, a user of OrcPub2 and a full-time clojure + cljs developer (for > data science s

Re: [ANN] A couple of libraries for functional reactive web programming - Ulmus & Recurrent

2018-04-05 Thread Robert Levy
Oh, I misunderstood what jeremykross/recurrent was at first. I thought it was a cyclejs wrapper, like the various clojurescript wrappers for reactjs. It turns out it's a ClojureScript implementation of the approach that cyclejs implements. On Wed, Apr 4, 2018 at 8:18 AM, Robert Levy wrote: > Hi

[ANN] dont-give-up: Common Lisp style restarts

2018-04-05 Thread Carlo Zancanaro
Hey! I've been playing around a little bit with Common Lisp lately, and I've found the interactive restarts to be pretty amazing. So, I've implemented something similar to them in Clojure/Cider! https://github.com/czan/dont-give-up It has support for programmatic restarts, but also includes

Re: [ANN] A couple of libraries for functional reactive web programming - Ulmus & Recurrent

2018-04-05 Thread Jeremy Kross
Hey Rob, That's a great question. As you can imagine, I like cycle.js a lot, and am not a huge fan of React. The problem with React, imo, isn't (just) that they're addicted to making their APIs look like OOP when they're not. The problem is that they built a system on the same [event callbac