Writing Android Apps in Clojure

2011-05-29 Thread Brian Rowe
Hi, I've seen that one of the biggest speed bumps on the path to delivering an Android application written in Clojure is app startup time. Has anyone tried writing the application's initial activity in pure java and delegating the loading of clojure to a service? Perhaps the service could send a

Clojurescript One and Websockets

2012-03-01 Thread Brian Rowe
Hi, I'm thinking about using clojurescript one a starting point for a web game. I would like to use websockets as the primary communication mechanism between the browser and the server. As far as I know Zack Tellman's Aleph is the only clojure web server that supports websockets. Is this tr

Re: Clojurescript One and Websockets

2012-03-18 Thread Brian Rowe
Hey Jay, Are there any plans to make a ring adapter for webbit? On Friday, March 2, 2012 6:40:27 AM UTC-5, Jay Fields wrote: > > clojure + web sockets, not using aleph: > http://blog.jayfields.com/2011/02/clojure-web-socket-introduction.html > > On Mar 1, 2012, at 10:51 PM, B

Re: SuperDevMode and SourceMaps for ClojureScript debugging

2012-03-22 Thread Brian Rowe
Any suggestions on how to get started on tackling that? On Tuesday, March 20, 2012 5:05:40 PM UTC-4, David Nolen wrote: > > On Tue, Mar 20, 2012 at 2:45 PM, Alexander Zolotko wrote: > >> Ray Cromwell , >> a Google employee, has recently ann

Re: Alternate set literal syntax?

2012-03-25 Thread Brian Rowe
I think one of the strengths of clojure (over at least CL certainly) is it's a warm and helpful community. Please, let's not poison that. I think this response was not only not helpful, it was also, in some small way, damaging to the community. Please don't reply to legitimate questions in th

Re: Help getting Clojure/Leiningen 2.0 building with LWJGL

2012-07-11 Thread Brian Rowe
Here's how I did it: https://github.com/Syve/lwjgl-test I have team members on multiple platforms, so I chose to go a route that will enable a repl (and lein run) to be started no matter what platform they run, without configuration. N.B. I'm not sure if this solution will work on deployed code

Re: A succinct & reasonably fast sudoku solver in core.logic

2012-08-03 Thread Brian Rowe
On Tuesday, July 31, 2012 11:48:14 AM UTC-4, David Nolen wrote: > > A much shorter version using an everyo goal I just landed in master: > > http://gist.github.com/3217582 > > David > That is awesome. -- You received this message because you are subscribed to the Google Groups "Clojure" group

Re: Attractive examples of function-generating functions

2012-08-08 Thread Brian Rowe
Maybe SICP's simulator of digital circuits will provide some inspiration. I know when I read this I was deeply awed by what HOFs can do. Maybe Clojure's zippers would be good too? On Wednesday, August 8, 2012 12:48:23 PM UTC-4, Brian Marick wrote: > > I'm looking for medium-scale examples of usi

Re: Attractive examples of function-generating functions

2012-08-10 Thread Brian Rowe
That's a good call. +1 On Friday, August 10, 2012 8:36:25 AM UTC-4, Jonas wrote: > > How about the new reducers library: > > > http://clojure.com/blog/2012/05/08/reducers-a-library-and-model-for-collection-processing.html > http://clojure.com/blog/2012/05/15/anatomy-of-reducer.html > > Jonas > > O