Re: Any tutorials for setting up Ring/Jetty as HTTPS, reverse proxy through Apache?

2015-12-03 Thread Denis Fuenzalida
For the reverse proxy part, a Ring/Jetty app is not really different than any other web application. You need to configure Apache to use the SSL certificates and to forward requests to your application. See this tutorial:

Re: [ANN] Clojure 1.8.0-RC2

2015-12-03 Thread Serzh Nechyporchuk
There is an error in the link in the issue: you leave "):" in the end of url. On Monday, November 16, 2015 at 4:32:10 PM UTC+2, Alex Miller wrote: > > Clojure 1.8.0-RC2 is now available. *This build is a "release candidate"!* We > would appreciate any and all testing you can do on your own

Can direct linking allow compile-time artiy checks?

2015-12-03 Thread Marc O'Morain
Hi all, Now that Clojure 1.8 supports direct linking, in theory compiler should be able to throw an error when the user tries to call a function with the wrong arity, since the callee must be known the compiler, and the callee cannot be redefined. This would be a really great improvement to the

Re: Streamlining dev environment startup

2015-12-03 Thread Sven Richter
It definitly is compatible. It just takes some manual work. Like I said, I started myself with the luminus template and implement components + other stuff into it. You can definitly do it and I also recommend it for the sole reason that a change to the routes in compojure will lead to a

Re: [ANN] play-clj, a game library

2015-12-03 Thread Karim SENHAJI
You can watch: https://youtu.be/9ilUe7Re-RA It is a live coding demo of a game with play-clj where the author briefly explains and uses screens and entities. Le jeu. 3 déc. 2015 05:46, amirteymuri a écrit : > I am new to the playclj, and am confused about [screen

Re: [ANN] Clojure 1.8.0-RC3

2015-12-03 Thread Serzh Nechyporchuk
In our app we have 30% speed improvements. Although direct-linking helps us with code obfuscation. -- 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

Re: [ANN] Clojure 1.8.0-RC2

2015-12-03 Thread Serzh Nechyporchuk
Thanks Alex, I will watch on this issue. середа, 2 грудня 2015 р. 17:47:57 UTC+2 користувач Alex Miller написав: > > Hi Serzh, > > Rich plans to work on this in 1.9 (ticket for tracking here: > http://dev.clojure.org/jira/browse/CLJ-1861). > > Thanks, > Alex > > > On Tuesday, December 1, 2015

Re: [ANN] Quil 2.3.0 Release

2015-12-03 Thread Boris Kourtoukov
On Tuesday, December 1, 2015 at 3:06:06 AM UTC-5, Nikita Beloglazov wrote: > Happy to announce Quil 2.3.0 release. > Quil is a Clojure/ClojureScript library for creating interactive drawings and > animations. > The release available on clojars: https://clojars.org/quil. List of >

Any tutorials for setting up Ring/Jetty as HTTPS, reverse proxy through Apache?

2015-12-03 Thread piastkrakow
Can anyone point me to a good tutorial about setting up a Ring/Jetty app that works through a reverse proxy via Apache? -- 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: ANN: ClojureScript 1.7.170, Enhanced Build Pipeline

2015-12-03 Thread Nikita Prokopov
On Monday, November 23, 2015 at 4:12:54 PM UTC+6, Nikita Prokopov wrote: > Any advice what to do with deps.cljs? > > Exception in thread "main" java.lang.AssertionError: No ns form found in > /Users/prokopov/Dropbox/ws/cognician/c3/src/deps.cljs, >

ClojureScript vs Clojure: which differences matter in your experience?

2015-12-03 Thread fahptv
I've read https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure and I'm wondering what differences you've found that truly matter to you? Are there cases where you regret you have to use ClojureScript and can't use Clojure itself? All I have (given my limited experience) are

Re: ClojureScript vs Clojure: which differences matter in your experience?

2015-12-03 Thread Sebastian Bensusan
Hi, I love ClojureScript and routinely recommend it to people in the supermarket. With that said, in the context of a backend service these are some of the things that I would miss from Clojure: 1. Rock solid dependencies for doing all the operations you describe. I've found the JVM ecosystem

Re: CIDER 0.10 is out!

2015-12-03 Thread Colin Yates
Absolutely - thanks to all involved! > On 4 Dec 2015, at 00:10, Edward Knyshov wrote: > > Congratulations! You made a great work. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to

Re: CIDER 0.10 is out!

2015-12-03 Thread Mimmo Cosenza
thanks. You rock mimmo > On 04 Dec 2015, at 01:10, Edward Knyshov wrote: > > Congratulations! You made a great work. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to

CIDER 0.10 is out!

2015-12-03 Thread Edward Knyshov
Congratulations! You made a great work. -- 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. To

CIDER 0.10 is out!

2015-12-03 Thread Bozhidar Batsov
Hey everyone, CIDER 0.10 (a.k.a. CIDERX) is finally out! We've got a ton of new features and I hope you're going to love it! The changelog is here https://github.com/clojure-emacs/cider/releases/tag/v0.10.0 You can also check out this presentation