Re: ANN: clojure-objc

2014-01-27 Thread PublicFarley
, >> it should work on i386, armv7 and armv7s. >> >> >> On Sun, Jan 26, 2014 at 3:18 PM, PublicFarley >> >> > wrote: >> >>> I got an error as posted in my 1:01 PM post below. I've uploaded my >>> source in case it helps. Basically

Re: ANN: clojure-objc

2014-01-26 Thread PublicFarley
framework(very very alpha). > > > https://github.com/galdolber/clojure-objc-sample/blob/master/src/clojure_objc_sample/core.clj > > Feedback and improvements on the uikit framework are very much welcome. > > > On Sat, Jan 25, 2014 at 10:08 PM, PublicFarley > > > w

Re: ANN: clojure-objc

2014-01-26 Thread PublicFarley
1010* * 34 hithere 0x00011cc3 main + 115* * 35 libdyld.dylib 0x0001040db5fd start + 1* *)* *libc++abi.dylib: terminating with uncaught exception of type NSException* On Sunday, January 26, 2014 10:31:05 AM UTC-5, PublicFarley wrote: > > Awesome. Thanks Gal. >

Re: ANN: clojure-objc

2014-01-26 Thread PublicFarley
Awesome. Thanks Gal. Can't wait to check it out. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first p

Re: ANN: clojure-objc

2014-01-25 Thread PublicFarley
and development in the RubyMotion community. I need to put my hard hat on and experiment more. Again thanks for the fabulous contribution. Kind Regards, publicfarley -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this g

Re: ANN: clojure-objc

2014-01-25 Thread PublicFarley
ike above would give people some understanding on how to really start digging in to clojure-objc. - PublicFarley On Friday, January 24, 2014 1:37:01 AM UTC-5, Gal Dolber wrote: > > clojure-objc is a clojure compiler that generates java(instead of > bytecode) and uses j2objc(https://

Re: Does Pedestal have a future in the long run

2013-11-10 Thread PublicFarley
I hope that this time around the Pedestal talk will be recorded. The lack of any nice recorded video talks discussing Pedestal has been an additional barrier to entry. - Farley -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

Re: [ANN] Counterclockwise - Clojure plugin for Eclipse

2013-10-12 Thread PublicFarley
Awesome work Laurent! Just awesome. @Casper Take a look at this for making leinigen projects easily importable into Eclipse: https://github.com/kumarshantanu/lein-idefiles -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, s

Re: Robo VM

2013-07-31 Thread PublicFarley
Niklas, RoboVM looks incredibly cool. I'm definitely going to fool around with it to see if I can get some Clojure code up and running on iOS. This could become RubyMotion for JVM language devs! Have you looked at RubyMotion? Is your approach conceptually similar? How do you handle GC? Via an A

Re: Clojure on top of ObjC?

2013-05-07 Thread PublicFarley
"...but once that's done we should have a real Clojure repl running on the iPhone." Wow. This is awesome news Nathan. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts

Re: Are you looking for a document database engine implementation in Clojure? Check this out.

2012-08-15 Thread PublicFarley
Maybe I'm missing something. Where's the download link? On Monday, August 13, 2012 6:40:40 AM UTC-4, Howard Guo wrote: > > This is a pet project I have been working on the past few months: a > network enabled, very compact implementation of a document database engine. > > Features: > > >- Sto

Are you looking for a document database engine implementation in Clojure? Check this out.

2012-08-15 Thread PublicFarley
Looks cool. Nice to see a totally Clojure centric take at a Document Database. I'll definitely check it out. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new membe

Re: ANN: Mongoika, a new Clojure MongoDB library

2012-07-21 Thread PublicFarley
Looks very nicely designed. Thanks for contributing. Have you taken a look at other libraries such as CongoMongo (https://github.com/aboekhoff/congomongo/)? How does Mongoika compare? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

Re: A clojure encounter

2012-07-21 Thread PublicFarley
On Friday, July 20, 2012 5:58:15 AM UTC-4, Jeff Rose wrote: > Yesterday I was sitting on the tube in London, going home from work. > A guy sat down next to me and started reading Clojure in Action. It > was a good night. > > -Jeff Very cool. Thanks for sharing! -- You received this message bec

Re: post your feedback on the conj

2010-12-01 Thread PublicFarley
Yup. Count me in as another Clojurian thirsty for videos from the conference. I'm definitely willing to fork over a couple of bucks for the pleasure as well. - Farley On Nov 30, 10:22 pm, Brent Millare wrote: > +1, I surprised a video from the conference hasn't been posted yet. > Are there lega

Re: Domain Modelling

2010-01-26 Thread PublicFarley
Stuart pretty much nails it. This is the strategy that I have taken in my own Clojure apps. Having said that it would be nice to see an extensive, with comprehensive examples, "Domain Modelling with Clojure" write up. On Jan 25, 12:30 pm, Stuart Sierra wrote: > On Jan 24, 4:29 am, Barry Dahlberg