[ANN] outfn - A macro for clearer, more declarative functions (that are actually macros).

2014-10-29 Thread Diogo Almeida
Hi everyone, A couple of coworkers and I were chatting about what some of our biggest problems with (our) Clojure code was, and came up with this: https://github.com/diogo149/outfn ! We just finished making it, so we haven't really battle-tested it, but we would love to hear feedback and gener

Re: [ANN] outfn - A macro for clearer, more declarative functions (that are actually macros).

2014-10-31 Thread Diogo Almeida
me. I know this is > a young project and it's probably in heavy development. It shows > professionalism (yes, professionalism in an open source context is a thing) > on your part. > > > On Thu, Oct 30, 2014 at 3:08 AM, Diogo Almeida > wrote: > >> Hi everyone, >>

Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-17 Thread Diogo Almeida
This is really cool (especially if what Ruslan said is the case). What would the best practice be for stateful effects? Do you have any plans of adding the equivalent of React's lifecycle methods? Also, the reagent comparison doesn't work over https, because you use the http version of React.js