Clojure Games

2018-04-16 Thread Alan Moore
Peter, What gaming toolchains/platforms are you intending to target? Unity, Unreal, Godot, web, Facebook, mobile, JVM or just roll your own? I’ve experimented with Unity/Arcadia (doing VR stuff) but nothing requiring high performance nor too complex. See:

Re: Clojure Group

2018-04-16 Thread Andy Fingerhut
I believe Bijay's earlier questions he is referring to were sent to the group using a different email address of his: pbi...@gmail.com Several short messages to the Clojure Google group sent from that address in the last month or so appear to have gone through just fine and been published, but

Re: Clojure Group

2018-04-16 Thread Gregg Reynolds
On Mon, Apr 16, 2018, 11:37 AM Bijay Paudel wrote: > I post lots of questions but I did not get any response > FWIW not all messages get a response but in my experience that usually means nobody has anything useful to say, not that the message is unwelcome. Wait a while,

ANN: Promenade - Elegant handling of errors and other oddities (Clojure/ClojureScript)

2018-04-16 Thread Shantanu Kumar
Hi, I am pleased to announce Promenade - a Clojure/ClojureScript library to elegantly handle errors and other oddities: Project: https://github.com/kumarshantanu/promenade Docs: https://github.com/kumarshantanu/promenade/blob/master/doc/intro.md Promenade helps one express odd conditions

Re: Clojure Group

2018-04-16 Thread Alex Miller
FYI, I'm not aware of anything that's been removed in moderation either. On Monday, April 16, 2018 at 11:49:45 AM UTC-5, James Reeves wrote: > > On 16 April 2018 at 17:36, Bijay Paudel wrote: > >> I post lots of questions but I did not get any response >> > > Are you sure

Re: Clojure Group

2018-04-16 Thread James Reeves
On 16 April 2018 at 17:36, Bijay Paudel wrote: > I post lots of questions but I did not get any response > Are you sure they're getting through? I just did a search for your email address in the Clojure group and got this thread as the only result. -- James Reeves

Re: Clojure Group

2018-04-16 Thread Bijay Paudel
I post lots of questions but I did not get any response On Mon, Apr 16, 2018 at 11:16 AM Peter Hull wrote: > What was the question? I am on tenterhooks now... > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post

Re: Clojure Group

2018-04-16 Thread Peter Hull
What was the question? I am on tenterhooks now... -- 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 post.

Re: Clojure Group

2018-04-16 Thread Giacomo Cosenza
You could eventually register yourself with clojurians.slack.com where you find even a #beginner channel. HIH mimmo On Mon, Apr 16, 2018 at 4:37 PM, Alex Miller wrote: > This group is for talking about Clojure, regardless of experience level. > Beginner questions are

Re: Clojure Group

2018-04-16 Thread Alex Miller
This group is for talking about Clojure, regardless of experience level. Beginner questions are fine, expert questions are fine. If it's about Clojure, it's all good! On Monday, April 16, 2018 at 9:27:33 AM UTC-5, vj wrote: > > I have a question about group > Is this group for only experience

Re: Clojure Group

2018-04-16 Thread Bijay Paudel
I have a question about group Is this group for only experience people or anyone can use? On Mon, Apr 16, 2018 at 8:57 AM James Reeves wrote: > Go ahead. Asking questions about Clojure is definitely under this group's > remit :) > > On 16 April 2018 at 09:56, Peter

Re: Clojure Games

2018-04-16 Thread James Reeves
Go ahead. Asking questions about Clojure is definitely under this group's remit :) On 16 April 2018 at 09:56, Peter Ashford wrote: > Hi There - Clojure noob here. I wanted to ask some question about games > programming in Clojure. Is it ok to ask here or is there a

Clojure Games

2018-04-16 Thread Peter Ashford
Hi There - Clojure noob here. I wanted to ask some question about games programming in Clojure. Is it ok to ask here or is there a better spot? Most of my questions aren't super game-specific. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: Bazel as Clojure build tool

2018-04-16 Thread Colin Fleming
> > Don't wanna start a religious war, but I've worked with Gradle (and about > 150 other build tools). If Gradle makes you happy Bazel will make you > rapturous. > I need to use Gradle because the IntelliJ plugin development infrastructure uses it. That said, I just skimmed that blog post, and