Re: [ANN] Morphe: an aspect-oriented tool

2019-06-25 Thread Juraj Martinka
Looks cool - thanks for sharing this. What kind of aspects do you find to be used most often? Is it mostly logging/tracing/timing or also something else? Roughly how much did you use these *aspects *in the codebase you worked on and in which parts of the application? (mostly edges?) On Monday,

[Clojure Book WIP] Numerical Linear Algebra for Programmers

2019-06-25 Thread Dragan Djuric
Numerical Linear Algebra for Programmers: an Interactive Tutorial with GPU, CUDA, OpenCL, MKL, Java and Clojure initial release 0.1.0 https://aiprobook.com/numerical-linear-algebra-for-programmers basically… - a book for programmers - interactive & dynamic - direct link from theory to

Re: [ANN] Morphe: an aspect-oriented tool

2019-06-25 Thread Jesús Gómez
After seeing the final product in your REDME, i.e: (m/defn ^{::m/aspects [timed logged traced]} do-a-thing [x stuff] (.doThatThing x stuff)) My question would be: Is it possible that the final product would had use `defn` instead, given that the namespaced tag has all the needed information? e.g

Next Scicloj meeting: using Python from Clojure using libpython-clj

2019-06-25 Thread Daniel Slutsky
Our next online gathering will take place on July 18th, 5pm UTC. Agenda: • Chris Nuernberger about using python from Clojure using libpython-clj (https://github.com/cnuernber/libpython-clj) • Discussion of community challenges More details will follow. https://twitter.com/scicloj/status/1143555

Clojure Case Study - read

2019-06-25 Thread Marek Rinko
Hi guys, we are Flexiana, group of senior Clojure developers. We just finished one Clojure study - https://flexiana.com/2019/05/case-study-evolta-document-interactive-search Hope it helps! :) Mark -- You received this message because you are subscribed to the Google Groups "Clojure" group.

[ANN] martian 0.1.10 - simplify your HTTP clients

2019-06-25 Thread Oliver Hine
Hi everyone, I am pleased to announce the release of martian 0.1.10 Martian provides an abstraction allowing you to describe the HTTP endpoints that you call without methods, urls and query parameters leaking into your application code, allowing you to work with pure Clojure data. It builds on