Hello! My name is Deyan, and I'm the teamlead of the Collections team at
Shareablee: a startup that was recently acquired by Comscore. We would
like to hire a Senior Clojure Backend Developer.
Here's a small post I wrote for our tech blog:
https://shareablee.github.io/blog/dynami
people who are, like me, trying to learn the basics, so I
thought I'd share it:
https://github.com/yotsov/squares
Have a nice weekend!
Deyan
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to cloj
Thank you very much, Ray Miller and Gary Trakhman!
On 12/12/2017 02:32 PM, Ray Miller wrote:
Very similar to your solution: (filter (set small-list) big-list)
On 12 December 2017 at 13:24, Deyan Yotsov <mailto:de...@yotsov.org>> wrote:
Hello,
I have one list of potentiall
PS: I just realized that the code, as I wrote it, will not work, as
nesting of # is forbidden.
My actual code is:
(defn is-element-in-list [e l]
(some #{e} l))
(filter #(is-element-in-list % small-list) big-list)
Sorry about that.
Deyan
On 12/12/2017 02:24 PM, Deyan Yotsov wrote:
Hello
, especially if small-list
is say 1M elements, and big-list is 2M elements.
Suggestions?
Thank you,
Deyan
--
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 m
eC so that it can interop with both
Fortran and C, in a way similar to what Julia can do, which might increase
ClojureC's popularity? Do these sound like reasonable ideas to you?
Thanks!
Deyan
--
You received this message because you are subscribed to the Google
Groups "Clojure" gro
Many thanks to both of you, your answers were very helpful!
Regards,
Deyan
On 05/04/2014 11:28 PM, Akos Gyimesi wrote:
Hi Deyan,
I also think that it's usually better to have a standalone Clojure app
with a built-in HTTP server, and possibly with a reverse proxy as a
frontend. You will
ifferent from how it is typically done in the Java
world, I find it beneficial, as one would typically want to do a bit of
a. immediately after startup, and have a more transparent startup
overall. Or are there any indications that this way of starting up is
not appropriate for prod?
Than