[ANN] depstar: a clj-based uberjarrer

2018-03-12 Thread Edward Knyshov
Logo is awesome! -- 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 unsubscribe from this group,

Re: What’s the best way to browse all lein templates?

2018-03-04 Thread Edward Knyshov
Did you try to narrow down your result set with Clojars search syntax? https://github.com/clojars/clojars-web/wiki/Search-Query-Syntax It's based on lucene and I think you can do lots of things with it. On Sunday, March 4, 2018 at 10:06:45 PM UTC+7, Jonathon McKitrick wrote: > > There are 1860

[ANN] rocks.clj/lein-give-me-my-css - Simpliest way to build sass in Leiningen project (with docker)

2018-02-18 Thread Edward Knyshov
Hi this very simple plugin that compiles your sass files in docker container. Easy configuration, supports watch, generates source maps with correct paths to sources. https://github.com/edvorg/lein-give-me-my-css -- You received this message because you are subscribed to the Google Groups

[ANN] rocks.clj/configuron 0.1.0

2018-02-14 Thread Edward Knyshov
Hi. I released first version of https://github.com/edvorg/configuron . configuron is a configuration library that has interface of environ, but has additional features. - env variable is updated every time you update you project.clj - clojurescript support. you can access your config on

Lazy sequences (once again?)

2018-01-07 Thread Edward Knyshov
Hi I recently started to dig into lazy sequences processing in clojure because I need to process huge amount of data that doesn't fit in memory. I found a few articles and examples describing the way lazy seqs work in clojure. But so far all I got myself is a paranoia. Now everywhere I look in

Re: [ANN] rocks.clj/z 0.1.0-SNAPSHOT (alpha)

2018-01-04 Thread Edward Knyshov
kage, which means it will > die at compile time on Java 1.6 and lower with a > ClassNotFountException, and therefore say in the README that this > requires Java 1.7+". > > On 4 January 2018 at 13:34, Tim Visher <tim.vis...@gmail.com> wrote: > > On Thu, Jan 4, 2018 at

Re: [ANN] rocks.clj/z 0.1.0-SNAPSHOT (alpha)

2018-01-03 Thread Edward Knyshov
;] Edward. On Wed, Jan 3, 2018 at 8:29 PM Tim Visher <tim.vis...@gmail.com> wrote: > On Wed, Jan 3, 2018 at 6:56 AM, Edward Knyshov <edv...@gmail.com> wrote: > >> Hi, I made a simple wrapper around java.util.zip. >> Basically it only allows you to compress files or u

[ANN] rocks.clj/z 0.1.0-SNAPSHOT (alpha)

2018-01-03 Thread Edward Knyshov
Hi, I made a simple wrapper around java.util.zip. Basically it only allows you to compress files or unpack/process zip archives. There is nothing special about it, but it simplifies code a lot when dealing with zip files. It's an alpha release and I was just hoping that someone could take a look

[GSoC idea] Pluggable back-ends architecture for ClojureScript compiler

2016-02-21 Thread Edward Knyshov
*Pluggable back-ends architecture for ClojureScript compilerBrief explanation:* There are a lot of ClojureScript script compiler forks exist to provide different compilation targets other than js. Most of them are currently stuck because of rapid ClojureScript development and difficulties

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