How was this accomplished?
On Wednesday, June 1, 2016 at 10:17:14 AM UTC-4, Rich Hickey wrote:
>
> To give people an idea of the update-in and seq destructuring
> improvements:
>
> (let [d3 {:a {:b {:c 2}}}]
> (dotimes [_ 10]
> (time (dotimes [_ 1000]
> (update-in d3 [:
Would not we want to "plug in" to the Clojure compiler?
Feels weird to plug-in to ClojureScript to generate, say, python code.
On Monday, February 22, 2016 at 6:52:43 PM UTC-5, Antonin Hildebrand wrote:
>
> I like the idea.
>
> I was thinking about a similar project. The goal would be to design
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - clasew provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such
On
SO:
http://stackoverflow.com/questions/35136560/counting-nodes-in-two-different-subtrees-in-clojure
On Monday, February 1, 2016 at 1:16:31 PM UTC-5, xCaM wrote:
>
> Hi
>
> Im trying to write the functions for this probem
>
> https://uva.onlinejudge.org/external/116/11615.pdf
>
> as i'm new
Josh
To assume there is/was a problem because someone said so will waste your
time. Through all the religious zealotry and opposing opinions, my comment
would be:
"Eschew commentary. View each technology option as a tool in your
tool-belt, and expand it as time goes on. When the right problem
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - clasew provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such
Clean... very nice.
On Wednesday, December 30, 2015 at 8:54:24 AM UTC-5, James Reeves wrote:
>
> My directory structure looks like:
>
> src/foo/client/bar.cljs
> src/foo/common/bar.cljc
> src/foo/server/bar.clj
>
> So I divide code by purpose, but they're all in the same source directo
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - clasew provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such capa
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - clasew provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such capa
Reuse is a matter of perspective.
During the OO marketing blitz of the 90's, promise of re-use (C++, etc etc)
convinced many to jump in the pool. So today there is a tremendous amount
of abstract and deep hierarchies build with the notions that: "Someday this
may be useful to specialize from th
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - clasew provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such capa
Have you looked at:
clojure.walk ?
clojure.zip ?
namespaces?
You could use either to traverse and set meta data.
There are also 'zipper' predicate libraries that do similar things as
'specter'
On Thursday, June 25, 2015 at 12:35:54 PM UTC-4, Brian Marick wrote:
>
> Suppose we have a structur
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - clasew provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such capa
ut how to get/set it.
Especially easy through such things as:
3. Byte Code Injection - In the case of Java, and,
4. Easy work arounds - In the case of Clojure's *(**def my-local
#'ns/their-privates)*
How to avoid it? Discipline and code reviews.
Frank Castellucci
On F
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - clasew provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such capa
https://github.com/FrankC01/clasew
*clasew *- Clojure AppleScriptEngine Wrapper
*Intent* - classes provides an idiomatic Clojure wrapper for Java
ScriptManager: specifically apple.AppleScriptManager, as well as providing
scriptable applications HOF DSLs.
Realizing that the audience for such c
Jean
It's been added to the must reads list.
Will you be doing this for other data types?
Again, Great Work!
Frank
On Saturday, February 28, 2015 at 11:14:17 AM UTC-5, Jean Niklas L'orange
wrote:
>
> Hello fellow Clojurians,
>
> I am happy to announce that I have finished my blogpost series on
Bertrand
I've been doing a lot of Ontology (OWL) with directed graphs (with cycles)
and DAGS. One application we went with the nested map structure however now
that I've been working on a normalized BPMN/XPDL utility
( https://github.com/FrankC01/tributary ) I'm becoming enamored with the in
X
wush.net
On Monday, June 30, 2014 6:34:56 AM UTC-4, Adrian Mowat wrote:
>
> Hi All,
>
> Sorry for the off topic thread but my company is looking at alternatives
> to gihub that are a) hosted internally and b) cheaper (!)
>
> I was wondering what everyone else is using out there? The features we
No, but there is support for just about everything Meyers so if you already
own that you just saved yourself some money!
Frank
On Wednesday, June 4, 2014 9:30:26 PM UTC-4, Mike Fikes wrote:
>
> Are there any books yet that prescribe best practices for Clojure, à la
> Meyers or Bloch?
>
--
Yo
As per the
documentation http://clojuredocs.org/clojure_core/clojure.core/make-array
you use this to collect Java Class types into an array.
Remember that a make-array return is a mutable type.
For example, a string in clojure is backed by java's String class. If you
want to make a 3 member a
21 matches
Mail list logo