Re: Clojure in product. Would you do it again?

2024-12-06 Thread Marcin Piczkowski
Excellent. I'd like to know it too "Our goal is to explore why Clojure, despite its elegance and capabilities, remains a niche technology,". Looking forward to the next episodes. On Fri, Dec 6, 2024 at 6:13 AM aditya@gmail.com < aditya.atha...@gmail.com> wrote: > Subscribed! > > On Wednesday,

Re: Closure lang for newbies in 2019

2019-03-09 Thread Marcin Piczkowski
Hi, I've also started learning clojure a few months ago. I will tell you my story. The most painful at the beginning was to find the right environment setup, in particular the IDE. Many Clojure professionals advice to use Emacs but I could not get up to speed with it so I dropped it. I come from J

Looking for a programmer: remote + flexi hours

2016-03-31 Thread Marcin Jekot | SWARM
on mar...@swarmloyalty.co.za for an interview. Thanks, Marcin Marcin Jekot | Co-Founder | swarmloyalty.co.za | +27849266611 -- 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

[ANN] Pipes 0.1.1 - chain processes, shell commands and threads via pipes

2015-11-13 Thread Marcin Bilski
Home: https://github.com/bilus/pipes If you ever used Un*x pipes ``` $ ls | grep .clj ``` then this library gives you a power to do this in Clojure and a lot more. You can use streams to chain any number of shell commands, processes and Clojure functions to process the streams on the fly. The

Re: Oxford (UK) Clojure Group

2015-09-17 Thread marcin
Good idea, I would be very interested in this. Best Marcin On Tuesday, 15 September 2015 22:04:49 UTC+1, Kévin Etienne wrote: > > Hi, > > I've seen a previous thread > https://groups.google.com/forum/#!topic/clojure/dRPF8bEpjBE > where a Clojure group in Oxford was menti

Re: Changing write output file on the fly

2015-07-31 Thread Marcin Jurczuk
ticles/cookbooks/files_and_directories.html> and > this blog post <http://nakkaya.com/2010/06/15/clojure-io-cookbook/> look > like they might be helpful. > > On Friday, July 31, 2015 at 7:52:07 AM UTC-5, Marcin Jurczuk wrote: >> >> Hi all, >> >> This i

Re: Changing write output file on the fly

2015-07-31 Thread Marcin Jurczuk
ter (io/writer filename) > }))) > (:writer @cache > > Note that I'm using the locking macro to ensure that the function cannot > be executed simultaneously by multiple threads. > > - James > > > On 31 July 2015 at 13:23, Marcin Jurczuk > &g

Changing write output file on the fly

2015-07-31 Thread Marcin Jurczuk
every ~§1h just calculate new filename and sends message to write goroutine. Works like expected :) As a proof of concept I'm trying to rewrite this in clojure. Summary it's like kind of syslog which have to change destination file periodically. Kind regards to everyone. Marcin. -- Y

[ANN] New templating library - Scijors released

2014-06-12 Thread Marcin Skotniczny
hear any feedback you can give me on this! *Is there any need to have any other templating library anyway? :)* Thanks, Marcin Skotniczny *Software Mansion* -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email t

Re: [ANN] Cornet 0.1.0 - Clojure asset pipeline for minification and compilation of LessCSS and CoffeeScript (...more coming soon)

2013-11-16 Thread Marcin Skotniczny
so I don't want to get caught in a trap of overthinking it :). - Marcin > -- -- 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 -

Re: [ANN] Cornet 0.1.0 - Clojure asset pipeline for minification and compilation of LessCSS and CoffeeScript (...more coming soon)

2013-11-16 Thread Marcin Skotniczny
use, right? > It would be difficult for me to use Cornet in my own projects, for > instance, because I'd have to maintain two separate systems for caching > compiled resources. > > If you are already using some asset pipelining method you are comfortable with, then I gue

Re: [ANN] Cornet 0.1.0 - Clojure asset pipeline for minification and compilation of LessCSS and CoffeeScript (...more coming soon)

2013-11-16 Thread Marcin Skotniczny
ng on ring response level was actually one of the things I didn't like with dieter. - Marcin W dniu sobota, 16 listopada 2013 18:30:03 UTC+1 użytkownik James Reeves napisał: > > On 16 November 2013 13:02, Marcin Skotniczny > > wrote: > >> Well, I made sure you can do

Re: [ANN] Cornet 0.1.0 - Clojure asset pipeline for minification and compilation of LessCSS and CoffeeScript (...more coming soon)

2013-11-16 Thread Marcin Skotniczny
I want to add transformation with non-java tools. Integrating with those usually is based on filesystem anyway. Marcin W dniu sobota, 16 listopada 2013 13:08:18 UTC+1 użytkownik James Reeves napisał: > > Hi Marcin, > > Why did you choose to group LESS compilations, CoffeeScript minific

[ANN] Cornet 0.1.0 - Clojure asset pipeline for minification and compilation of LessCSS and CoffeeScript (...more coming soon)

2013-11-15 Thread Marcin Skotniczny
cture of the library. It is very extendable and can combine transformations in any way you want, so I will work on new usage modes if needed (or you can figure it out by yourself :) ). Let me know what you think. Also, how are you managing this now? Marcin -- -- You received this message b

Causeway - new web framework

2013-08-01 Thread Marcin Skotniczny
eeded). - forms validation (with compatibile forms generation coming soon as a bonus) That's it for now. Marcin -- -- 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 t