Re: [ANN] Nightcoders.net, a cloud IDE for ClojureScript

2017-01-05 Thread Ruslan Prokopchuk
Thank you, Zach, you are making awesome stuff! среда, 4 января 2017 г., 19:20:20 UTC+3 пользователь Zach Oakes написал: > > Cloud IDEs are becoming more common. To quote the rifleman's creed, there > are many others like it, but this one is mine: > > http://nightcoders.net/ > > It's basically a

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-24 Thread Ruslan Prokopchuk
Steven, thank you for continuing to develop Pink Score! I have some music projects as my slowly-moving-forward-hobbies, and having pure java, no deps like Supercollider, engine for one of them is very precious! пятница, 24 июля 2015 г., 23:47:30 UTC+3 пользователь Steven Yi написал: Hi All,

Re: Paper on Immutable Persistent Data Structures

2015-07-22 Thread Ruslan Prokopchuk
I think Chapter 2 from here http://daly.axiom-developer.org/clojure.pdf could be helpful. вторник, 21 июля 2015 г., 2:43:54 UTC+3 пользователь JvJ написал: Does anyone know if there exists a paper/web page describing in detail how each of Clojure's data structures are implemented? -- You

Re: ANN: ClojureScript 0.0-3255 - pretty printer latest Closure Compiler / Library

2015-05-11 Thread Ruslan Prokopchuk
With 3269 I have the following error: java.lang.IllegalArgumentException: /home/ul/Projects/project1/lib/transformflatgeom.js is not a relative path at clojure.java.io$as_relative_path.invoke (io.clj:405) config is: :compiler { :output-to resources/public/js/dev.js :output-dir

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-3255 - pretty printer latest Closure Compiler / Library

2015-05-11 Thread Ruslan Prokopchuk
you don't need specify each library, `:libs [lib]` should suffice. David On Mon, May 11, 2015 at 1:10 AM, Ruslan Prokopchuk fer@gmail.com wrote: With 3269 I have the following error: java.lang.IllegalArgumentException: /home/ul/Projects/project1/lib/transformflatgeom.js

Re: flip in clojure

2015-05-01 Thread Ruslan Prokopchuk
And do not miss https://github.com/LonoCloud/synthread for more complex cases ;-) пятница, 1 мая 2015 г., 2:31:05 UTC+3 пользователь Vagmi Mudumbai написал: Hi, I was introducing one of my colleagues to clojure[1] and we were trying to parse the reddit json as an exercise. (require

Re: sp mm training in hyderabada

2015-04-13 Thread Ruslan Prokopchuk
May be it is the entry test for applicants ;-) Some kind of cryptoanalytics job :-))) понедельник, 13 апреля 2015 г., 19:32:59 UTC+3 пользователь Fluid Dynamics написал: On Monday, April 13, 2015 at 9:27:33 AM UTC-4, sunitha seo wrote: Sap Bw Bi Bo Training Centre in Hyderabad | Vijayawada

Looking for code partner

2014-12-05 Thread Ruslan Prokopchuk
I'm developing web application to support systematic approach to logging and analyzing tarot readings. One of my goals doing that is to learn deeply full Clojure/Clojurescript web stack making quite complex project. So, I am not one of those geniuses who make perfect things without anybody's

Re: [ClojureScript] Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-26 Thread Ruslan Prokopchuk
I've noticed that you did not mention Items View in UI-SPEC and describe it as something orthogonal in freactive readme. Yes, it is really could be implemented independently, and yes, it must be decoupled from core. But it reveals drawback in abstract spec — how in terms of UI-SPEC model list

Re: [ClojureScript] Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-24 Thread Ruslan Prokopchuk
If you want something artistic though exotic enough to be not used on github before, you can try 'nerikomi' (see google or http://nerikomi.blogspot.com/ for samples) — beautiful Japanese art of pottery where every layer of clay customized with different chemical reactions to produce beautiful

Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-17 Thread Ruslan Prokopchuk
Wow! I've awaited the moment of pure cljs solution as kontrapunkt in symphony of declarative DOM which has begun with React overture ;-) Do I correctly understand, that freactive does not care about tag names, and I can use any ones (potentially injecting polymer or smth like pieces)?

Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-17 Thread Ruslan Prokopchuk
I've played a little bit with freactive today, and investigated this idea with using polymer components — it works! I'm unsure of right usage of rx, especially on conditional rendering — (rx (if @state ... does autorerendering, but (rx (if (:key @state) ... does not. And there are some

Re: Library to create/apply patches of clojure data

2014-11-13 Thread Ruslan Prokopchuk
May be this one will be helpful https://github.com/timothypratley/patchin четверг, 13 ноября 2014 г., 11:31:39 UTC+3 пользователь Robin Heggelund Hansen написал: I'm in need of a library that is able to create a patch for some Clojure datastructure, and apply it at a later time. This has to

Acceptance testing with Clojure

2014-09-28 Thread Ruslan Prokopchuk
I've googled around a little bit, but didn't found any relevant info about subject. Please, share your experience about acceptance testing with Clojure! -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Deploy best practices

2014-09-20 Thread Ruslan Prokopchuk
and then start new? четверг, 18 сентября 2014 г., 12:53:04 UTC+4 пользователь Ruslan Prokopchuk написал: Community, how do you deploy clojure web applications? This question have been asked several times, but I've not found answer to this particular aspect: what is the best way to deal

Deploy best practices

2014-09-18 Thread Ruslan Prokopchuk
Community, how do you deploy clojure web applications? This question have been asked several times, but I've not found answer to this particular aspect: what is the best way to deal with startup delay? I develop web application using http-kit and clojurescript. After deploy I clean rebuild

Re: Which linux distro has intelij ?

2014-04-22 Thread Ruslan Prokopchuk
Arch has one always up to date. вторник, 22 апреля 2014 г., 21:11:54 UTC+4 пользователь Roelof Wobben написал: Hello, Does anyone know a Linux distro which I can use to learn clojure and which has inteljij aviable. I really like to test the cursive plugin Roelof -- You received

[Leiningen] Run function from given namespace as CLI command

2014-01-15 Thread Ruslan Prokopchuk
What is idiomatic way to run functions as CLI commands with lein? Smth. like lein run -m my-ns.cmd.migrate up — but this requires to keep any command in separate namespace with (defn- main [ args] ...) or use (case (args 0) ...) to switch between functions. -- -- You received this message

Re: [Leiningen] Run function from given namespace as CLI command

2014-01-15 Thread Ruslan Prokopchuk
/var notation. HTH, Thomas On Wednesday, January 15, 2014 9:59:20 AM UTC+1, Ruslan Prokopchuk wrote: What is idiomatic way to run functions as CLI commands with lein? Smth. like lein run -m my-ns.cmd.migrate up — but this requires to keep any command in separate namespace with (defn- main

Re: [ANN] Reagi 0.7.0 with ClojureScript support

2013-12-26 Thread Ruslan Prokopchuk
way of achieving what you want. - James On 26 December 2013 07:35, Ruslan Prokopchuk fer@gmail.comjavascript: wrote: I've just posted pull request to make streams pluggable, allowing to plug another stream as source to current. What are caveats of doing things in such way? I ask

Re: [ANN] Reagi 0.7.0 with ClojureScript support

2013-12-25 Thread Ruslan Prokopchuk
Real gift to community, thank you! четверг, 26 декабря 2013 г., 1:15:57 UTC+2 пользователь James Reeves написал: Happy Holidays and Merry Christmas, Reagi 0.7.0 has been released, now with support for ClojureScript. Reagi is an FRP library that introduces two new reference types: behaviors

Re: [ANN] Reagi 0.7.0 with ClojureScript support

2013-12-25 Thread Ruslan Prokopchuk
I've just posted pull request to make streams pluggable, allowing to plug another stream as source to current. What are caveats of doing things in such way? I ask this question in general, not only as related to reagi functionality. May be it makes streams too mutable? четверг, 26 декабря 2013

Re: [ANN] Slamhound 1.5.0 + screencast + Vim plugin

2013-12-01 Thread Ruslan Prokopchuk
Does it work with ClojureScript? If yes, how should I process? Anyway, thanks for the great tool! On Saturday, November 30, 2013 6:14:36 AM UTC+2, guns wrote: Hello, I am happy to announce version 1.5.0 of Slamhound, technomancy's amazing ns rewriting tool. ;; ~/.lein/profiles.clj

Re: Cut down uberjar size

2013-10-09 Thread Ruslan Prokopchuk
of these patterns will be excluded from jars. :jar-exclusions [#(?:^|/).svn/] ;; Same thing, but for uberjars. :uberjar-exclusions [#META-INF/DUMMY.SF] hope that helps On Tue, Oct 8, 2013 at 5:56 AM, Ruslan Prokopchuk fer@gmail.comjavascript: wrote: What are the best

Cut down uberjar size

2013-10-07 Thread Ruslan Prokopchuk
What are the best practices to cut down uberjar size? Is it able to automagically :exclude from project unused parts dependencies of big libraries, and will it affect on uberjar size? -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Re: ANN: ClojureScript 0.0-1877 (Breaking change)

2013-09-26 Thread Ruslan Prokopchuk
I can't get core.async working with 0.0-1877+: nothing is executed in go block without any warnings and errors. When I use 0.0-1859 everything goes fine. (I've surely done lein cljsbuild clean) -- -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: [ANN] clojuretip.herokuapp.com

2013-09-13 Thread Ruslan Prokopchuk
I've created new app with the same name using github source. Thanks a lot, Steven! On Thursday, September 12, 2013 9:44:18 PM UTC+3, Ruslan Prokopchuk wrote: Oh, where this awesomeness has been lost today? Heroku replies: *No such app* On Saturday, September 7, 2013 8:09:06 PM UTC+3, Steven

Re: [ANN] clojuretip.herokuapp.com

2013-09-12 Thread Ruslan Prokopchuk
Oh, where this awesomeness has been lost today? Heroku replies: *No such app* On Saturday, September 7, 2013 8:09:06 PM UTC+3, Steven Degutis wrote: Yesterday in #clojure: TimMc To get your random API learnin' of the day, just run: (- clojure.core quote the-ns ns-publics seq rand-nth val