[ClojureScript] UI toolkit with Clojurescript?

2014-12-20 Thread gvim
I have a mobile web project which I would like to implement in Clojurescript and Om or Reagent but I need a fully featured mobile UI toolkit. The most popular ones I've seen are tied to a framework: - jQuery Mobile / jQuery - Ionic / Angular - Foundation-App / Angular There doesn't seem to be

Re: [ClojureScript] Re: Using Polymer With Om or Freactive

2014-12-20 Thread Aaron Craelius
You're welcome! I'll be curious to know how/if this works out for you. Good luck! On Sat, Dec 20, 2014 at 4:29 PM, Timothy Washington wrote: > Niiice, that does the trick. > > A double-import. I've been looking at the code too long. Thank-you brother > ! > > > Tim Washington > Interruptsoftwar

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

2014-12-20 Thread Aaron Craelius
Hi Leon, So the reason for rx bindings not being default is really quite simple - freactive is not a macro framework but uses pure functions and I preferred giving more power to the user rather than doing something "auto-magically" that may not always be desired. One could write a simple macro tha

Re: [ClojureScript] Re: Using Polymer With Om or Freactive

2014-12-20 Thread Timothy Washington
Niiice, that does the trick. A double-import. I've been looking at the code too long. Thank-you brother ! Tim Washington Interruptsoftware.com On Sat, Dec 20, 2014 at 1:42 PM, Aaron Craelius wrote: > If I remove the [:script ...] line after [:core-header-panel

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

2014-12-20 Thread Leon Grapenthin
Hi Aaron, I am currently experimenting with freactive. I find it quite awesome to begin with. Here are some questions that I found unanswered: - Why are rx-bindings not the default? It feels a bit redundant to wrap forms in (rx ...) all the time. - What is the rationale behind the second a

[ClojureScript] ANN: Om 0.8.0-beta4

2014-12-20 Thread David Nolen
The main change is getting back in sync with React 0.12.2 plus a few small enhancements. Feedback welcome! https://github.com/swannodette/om David -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscrib

Re: [ClojureScript] Re: Being productive with clojurescript

2014-12-20 Thread Sven Richter
Am Samstag, 20. Dezember 2014 12:03:51 UTC+1 schrieb Arnaud Bailly: > On Sat, Dec 20, 2014 at 12:42 AM, Sven Richter > wrote:Hi Arnaud,  > > I had a good time with the chestnut template: > https://github.com/plexus/chestnut > > > thanks a lot for the pointer sven, will definitely have a look

Re: [ClojureScript] Re: Using Polymer With Om or Freactive

2014-12-20 Thread Aaron Craelius
If I remove the [:script ...] line after [:core-header-panel ...] in view it seems to appear the same in all browsers and I don't see errors in the console. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are

[ClojureScript] Re: Getting started with cljs.test

2014-12-20 Thread Shaun LeBron
Neat, I really like the use of the `:notify-command` to run the tests after every recompile. Attached screenshot. Thanks for the solution. On Friday, December 19, 2014 5:31:16 AM UTC-6, Andrew Keedle wrote: > Simple post and sample project about getting started with cljs.test (using > phantomj

Re: [ClojureScript] Re: Using Polymer With Om or Freactive

2014-12-20 Thread Timothy Washington
Here's maybe a bit more insight into why evaluating Polymer(...) gives "TypeError: Polymer is not a function". This is confusing, because *i)* the Polymer() function / object is definitely available in all browser js consoles. *ii)* And even calling Polymer() in Chrome fails. But if I first import

Re: [ClojureScript] ClojureScript little tutorial.

2014-12-20 Thread David Nolen
Looks like a great resource thanks for sharing! On Saturday, December 20, 2014, Andrey Antukh wrote: > Hi! > > I have done a little clojurescript introduction/workshop on local (in > Madrid) meetup group of functional programming. I thinking that it can be > useful to others. > > The link to the

Re: [ClojureScript] Business logic vs OM

2014-12-20 Thread Timothy Washington
Yeah, Paul gave a great presentation, I thought. I'm looking forward to using his ideas in some of my future implementations. Hard for me to know exactly how your code applies. But one question you can consider is *does my logic contain just data*? And further *can that exact data be taken and use

[ClojureScript] ClojureScript little tutorial.

2014-12-20 Thread Andrey Antukh
Hi! I have done a little clojurescript introduction/workshop on local (in Madrid) meetup group of functional programming. I thinking that it can be useful to others. The link to the documentation: http://www.niwi.be/cljs-workshop/ Source: https://github.com/niwibe/cljs-workshop-doc https://githu

Re: [ClojureScript] Re: Being productive with clojurescript

2014-12-20 Thread Arnaud Bailly
On Sat, Dec 20, 2014 at 12:42 AM, Sven Richter wrote: > > Hi Arnaud, > I had a good time with the chestnut template: > https://github.com/plexus/chestnut thanks a lot for the pointer sven, will definitely have a look at it and get some inspiration from it. Cannot use it asis because I do not use

Re: [ClojureScript] Being productive with clojurescript

2014-12-20 Thread Arnaud Bailly
I had a look at http://facebook.github.io/react/docs/test-utils.html which seems interesting but could not figure out how to extract actual DOM component from Om... Was a couple of months ago, and I am not very good at searching the web so I might have overlooked something. -- Arnaud Bailly twit