free online course

2015-08-31 Thread r/ Wobben
Hello, I found this MOOC to learn me clojure : http://iloveponies.github.io/120-hour-epic-sax-marathon/basic-tools.html Is this a good one or is there a better free alternative. Roelof -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t

I am Clojure Junior and i am looking remote work

2015-08-31 Thread Krzysztof Władyka
Hi, What i see all companies looking Clojure Senior and it is a problem to find a job in Clojure for me, because i am Junior :) My linkedin profile: https://pl.linkedin.com/in/kwladyka I have code in Clojure for this task during one of recruitment, but the company asked me to not show it publi

feedback about solutions

2015-08-31 Thread r/ Wobben
Hello, I did solve the boolean chapter of the ilovehorses git repo. My solutions can be found here: https://github.com/rwobben/i-am-a-horse-in-the-land-of-booleans/blob/master/src/i_am_a_horse_in_the_land_of_booleans.clj Any experts who can give me feedback about the solutions so I can learn f

[ANN] ring-logger 0.6.1

2015-08-31 Thread Nicolás Berger
I'm glad to announce the release of ring-logger 0.6.1 Ring-logger is a fork of pjlegato's ring.middleware.logger that aims to make it easier to switch the logging infrastructure (from onelog to taoensso/timbre, the now default tools.logging or any other), customize the logging output (coloring/no-

Re: [ANN] ring-logger 0.6.1

2015-08-31 Thread Nicolás Berger
Just released ring-logger 0.6.2 with a bugfix for the OneLog implementation. Use this release if you are going to use it with OneLog, or wait until the 0.7.0 release which should happen soon. # Changelog ## 0.6.2 * Fix OneLog implementation: error -> error-with-ex ## 0.6.1 * Add ability to cus

Re: free online course

2015-08-31 Thread Denis Fuenzalida
I recommend Clojure for the Brave and True: http://www.braveclojure.com/ If you can clone this github repo and you are not afraid of the command line you can try: https://github.com/relevance/labrepl Denis El lunes, 31 de agosto de 2015, 8:49:46 (UTC-7), r/ Wobben escribió: > > Hello, > > I f

Re: free online course

2015-08-31 Thread r/ Wobben
Thanks, I know Clojure for the Brave and True but what I miss there are exercises I can do myself. I will look at the labrepl course. Roelof Op dinsdag 1 september 2015 03:22:04 UTC+2 schreef Denis Fuenzalida: > > I recommend Clojure for the Brave and True: http://www.braveclojure.com/ > > I

How do I print each test name in clojure.test?

2015-08-31 Thread Mayank Jain
Hi, I would like clojure.test to print name of each test as it runs. Currently it only prints on failure. I would like it to print even when it passes. Is there a way to do this? Maybe through writing some each fixture? Currently I have written this function (defn print-test [] (println (la

[ANN] Nginx-Clojure v0.4.2

2015-08-31 Thread Xfeep
0.4.2 (2015-08-31) 1. New Feature: Support Sente (issue #87 , see this PR ) 2. New Feature: Per-message Compression Extensions (PMCEs) for WebSocket (issue #88