initialization of clojure.contrib.logging library

2009-11-23 Thread Alex Ott
Hello all I have one question about logging library from contrib? How i can configure it to write data into log files? P.S. I'm not Java developer, and may be don't know many of java's logging tricks -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http

bug or feature in (require ...)?

2009-12-18 Thread Alex Ott
or this is a bug? -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://xtalk.msk.su/~ott/ http://alexott-ru.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure

how to create instance of java class that is internal of other?

2009-12-22 Thread Alex Ott
import explicitly via (:import com.google.template.soy.SoyFileSet.Builder), but only get java.lang.ClassNotFoundException How to properly create such instances? -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://xtalk.msk.su/~ott/ http://alexott-ru.blogspot.com/ -- You rec

Re: how to create instance of java class that is internal of other?

2009-12-22 Thread Alex Ott
Resolved, thanks to peoples from #clojure Alex Ott at "Tue, 22 Dec 2009 11:03:28 +0100" wrote: AO> Hello AO> I'm currently playing with closure-templates, and have one question - to AO> load template, i need to create instance of class, that is internal class AO>

strange typecheck error

2009-12-30 Thread Alex Ott
but if i replace (loop result) with (.read istream), then it works without any problems I checked type of result, and it's Integer - same type, that 'char' var in loop will get after reading from stream. If need, i can submit somebody full test case -- With best w

Re: strange typecheck error

2009-12-31 Thread Alex Ott
Nikolay Petrov at "Wed, 30 Dec 2009 18:13:13 +" wrote: NP> Is process char returns char or String? I want to return either String, either Integer, depending on condition... -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://xtalk.msk.su/~ott/ h

Re: strange typecheck error

2009-12-31 Thread Alex Ott
text in given charset" [#^File file #^Integer n #^String locale-name] (analyse-stream (new FileInputStream file) n locale-name)) -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://xtalk.msk.su/~ott/ http://alexott-ru.blogspot.com/

Re: strange typecheck error

2009-12-31 Thread Alex Ott
nction. thanks for identity example, i'll look to it P.S. Happy New Year to you, and rest of clojure community -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://xtalk.msk.su/~ott/ http://alexott-ru.blogspot.com/ -- You received this message because you are

Re: strange typecheck error

2010-01-02 Thread Alex Ott
u change line 65 in your example from .S> "char (.read ireader)]" to "char #^Object (.read ireader)]", the .S> compile error should go away. The example in my previous posting .S> didn't have that problem because 0 by itself is an Integer object, not .S>

Russian speaking members of Clojure community?

2010-01-03 Thread Alex Ott
days) -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://xtalk.msk.su/~ott/ http://alexott-ru.blogspot.com/ -- 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

parsing/processing of big xml files...

2010-01-06 Thread Alex Ott
row)) (+ 1 counter) counter)) 0 (clojure.contrib.lazy-xml/parse-seq stackoverflow/posts-file)) So, question is open - how to process big xml files in constant space? (if I won't collect much data during processing) -- With best wishes, Alex Ott, MBA http://a

Re: Why "recur"?

2010-01-18 Thread Alex Ott
Hello all I have a question to Rich - are there plans to introduce "named" loop/recur? In Scheme it very handy to create named let, and create nested loops. Currently in Clojure, I need to split nested loop into separate function, that not so often good -- With best wishes, Ale

Re: Why "recur"?

2010-01-18 Thread Alex Ott
Re Konrad Hinsen at "Mon, 18 Jan 2010 12:23:58 +0100" wrote: KH> On 18.01.2010, at 12:03, Alex Ott wrote: >> I have a question to Rich - are there plans to introduce "named" >> loop/recur? In Scheme it very handy to create named let, and create nested

Re: Compilation and Class Generation newbie questions

2010-02-15 Thread Alex Ott
specified (hello.clj:1) PSM> Is there any relationship between the namespace name and the file name? How compile determines which file is going to be compiled? PSM> Thanks in advance, PSM> Paulo Sergio. -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http

send-off, number of threads & processor load

2010-02-16 Thread Alex Ott
Questions are: how could I control how much treads are used in agent's queue? How can I improve payload on my machine, so Clojure will use all available resources? -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://alexott.net http://alexott-ru.blogspot.com/ --

Re: send-off, number of threads & processor load

2010-02-16 Thread Alex Ott
Hello Chouser at "Tue, 16 Feb 2010 12:02:17 -0500" wrote: C> On Tue, Feb 16, 2010 at 7:24 AM, Alex Ott wrote: >> Hello all >> >> I have question about send-off, agents & threads - I'm trying to use >> send-off to dispatch tasks, that stores so

Re: REST library

2010-02-17 Thread Alex Ott
orks fine -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://alexott.net http://alexott-ru.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups

Announce: Introductory article about Clojure in Russian

2010-02-25 Thread Alex Ott
Hi all In new issue of Russian FP journal (http://fprog.ru/) was published an article about Clojure (http://fprog.ru/2010/issue4/alex-ott-clojure/ - HTML, and http://fprog.ru/2010/issue4/ - different PDF sizes). This is introduction-level article, that could be used as basis for studying Clojure

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Alex Ott
swank-clojure swank-clojure 1.1.0-SNAPSHOT into dependencies - in this case user can get access to 'mvn clojure:repl' & 'mvn clojure:swank' commands -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://alexott.net http://

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Alex Ott
and created pull request - now use of labrepl with maven is very simple - just run of 'mvn clojure:repl' -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://alexott.net http://alexott-ru.blogspot.com/ -- You received this message because you are subscribed to

Re: Choosing a Clojure build tool

2010-03-26 Thread Alex Ott
build projects written in mix of erlang, flash, etc. I use maven to automatically generate installers using izpack plugin, for example. May be we'll need to provide better documentation for work with Clojure from maven. -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/

Re: let's all link to the "getting started" pages!

2010-04-07 Thread Alex Ott
SH> Now we just need to make this page more google-findable. If you have a SH> blog/twitter/whatever-the-kids-use-these-days, please link out to the Assembla page, SH> especially if you written up your own getting started instructions. -- With best wishes, Alex Ott, MBA http://al

Re: Newbie (with no Java experience) - how best to learn?

2010-05-28 Thread Alex Ott
o video lectures/screencasts about Clojure -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://alexott.net http://alexott-ru.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

Re: Newbie (with no Java experience) - how best to learn?

2010-05-28 Thread Alex Ott
Dave Pawson at "Fri, 28 May 2010 08:56:40 +0100" wrote: DP> On 28 May 2010 08:30, Alex Ott wrote: >> Re all >> >> Dave Pawson  at "Thu, 27 May 2010 20:08:53 +0100" wrote: >>  DP> Is there a wiki where all these info sources could be collec

Re: Clojure for Map Reduce (on hadoop > 0.22)

2013-05-29 Thread Alex Ott
glegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- With best wishes,Alex Ott http://alexott.net/ Twitter: alexott_en (English), alexott (Russian) Skype: alex.ott -- -- You received this message because you are subscribed

Incanter 1.5.0 has been released!

2013-06-09 Thread Alex Ott
for statistical computing and graphics. Incanter can be used as a standalone, interactive data analysis environment or embedded within other analytics systems as a modular suite of libraries. -- With best wishes, Alex Ott http://alexott.net/ Twitter: alexott_en (English), alexott

Re: Incanter 1.5.0 has been released!

2013-06-09 Thread Alex Ott
create some ad hoc graphics or a method to > show others what can be done. > > > Am 09.06.2013 14:16, schrieb Alex Ott: > >> I'm happy to announce, that Incanter 1.5.0 was pushed to Clojars. Full >> list of changes is in the Changelog: https://github.com/liebke/*

Incanter 1.5.2 has been released

2013-08-04 Thread Alex Ott
Hi all I've just pushed new release of Incanter to Clojars. This is mostly bugfix release. More information is at http://data-sorcery.org/2013/08/04/incanter-1-5-2-bugfix-release/ -- With best wishes, Alex Ott http://alexott.net/ Twitter: alexott_en (English), al

Re: Incanter 1.5.2 has been released

2013-08-04 Thread Alex Ott
t; > Thanks, > > Tom > > > On Sunday, August 4, 2013 11:20:07 AM UTC-7, Alex Ott wrote: >> >> Hi all >> >> I've just pushed new release of Incanter to Clojars. This is mostly >> bugfix release. More information is at http://data-sorcery.org/2013/

Re: Incanter 1.5.2 has been released

2013-08-05 Thread Alex Ott
been long enough since you tagged it > or something else must be done to update the docs. > > Thank you! > > > On Monday, August 5, 2013 8:10:38 AM UTC+2, Alex Ott wrote: > >> Ooops, completely forgot to do this - it's done now >> >> thank you >> >>

Re: Is it possible to increase the canvas size of an Incanter chart?

2013-08-06 Thread Alex Ott
.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit

Re: [ANN] Leiningen 2.3.0 released

2013-08-08 Thread Alex Ott
- please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are sub

Incanter 1.5.4 has been released

2013-09-01 Thread Alex Ott
Hi all The new bugfix release of Incanter was released as version 1.5.4. See changelog (https://github.com/liebke/incanter/blob/master/Changes.md) for details. Thank you for all who submitted pull requests & issues! -- With best wishes,Alex Ott http://alexott.net/ Twi

Re: GSoC: Congratulations Aleksandr and Prasant!

2014-08-25 Thread Alex Ott
I join to congratulations - this is fantastic work! On Mon, Aug 25, 2014 at 8:15 AM, Mikera wrote: > Hi All, > > Prasant and Aleksandr have been working all summer making Clojure even > better for data science / numerical computing. On behalf of myself and my > co-mentor Ale

Re: GSoC: Congratulations Aleksandr and Prasant!

2014-08-25 Thread Alex Ott
t and Aleksandr have been working all summer making Clojure even >>> better for data science / numerical computing. On behalf of myself and my >>> co-mentor Alex Ott I want to offer congratulations to them both for >>> successfully completing their Google Summer of Code

Re: Clojure interop with Spark

2020-07-09 Thread Alex Ott
eb visit > https://groups.google.com/d/msgid/clojure/259f5ff6-dd66-4688-aa80-439fed88ab39o%40googlegroups.com > <https://groups.google.com/d/msgid/clojure/259f5ff6-dd66-4688-aa80-439fed88ab39o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- With best wishes,

Re: How to get a value of a var in Java

2021-06-18 Thread Alex Ott
s discussion on the web visit > https://groups.google.com/d/msgid/clojure/fcbd3883-705a-4180-9b99-7ccad64a09afn%40googlegroups.com > <https://groups.google.com/d/msgid/clojure/fcbd3883-705a-4180-9b99-7ccad64a09afn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- With best wi

Re: GSoC 2014: org applications now open

2014-02-08 Thread Alex Ott
ur first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure&q

Re: [$Bounty] Emacs plugin for Typed Clojure

2014-02-12 Thread Alex Ott
gt;> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>>> >>>>>>> >>>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups &quo

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-23 Thread Alex Ott
t; Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You rec

Re: Books for learning Clojure

2014-04-22 Thread Alex Ott
d to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- With best wishes,

Re: core.async and Joy of Clojure

2014-04-28 Thread Alex Ott
ubscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- With best wishes,

Re: ANN: [R User Conference]

2014-05-29 Thread Alex Ott
this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr..

Re: Parsing ODT files (with Pantomime?)

2014-06-04 Thread Alex Ott
emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- With best wishes,Alex Ott http://alexott.net/ Twitter: alexott_en (English), alexott (Russian) Skype: alex.ott -- Yo

Re: Parsing ODT files (with Pantomime?)

2014-06-04 Thread Alex Ott
metadata from document On Wed, Jun 4, 2014 at 2:33 PM, Bastien wrote: > Hi Alex, > > Alex Ott writes: > > > Pantomime right now doesn't support the text extraction, but you can > > take the https://github.com/alexott/clj-tika (outdate although) - it > > us

Re: Namespaces in waiting

2014-01-07 Thread Alex Ott
the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- With best wishes,

Re: Basic toolset for non-Java programmer

2010-06-19 Thread Alex Ott
works fine, except case when you need to load resources manually. See ticket #379 in Clojure's Assembly for more details To build installers I use izpack from maven -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://alexott.net/ http://alexott-ru.blogspot.com/ Skyp

Re: compiling clojure for a servlet container (tomcat)

2010-06-21 Thread Alex Ott
o generate .war file. (cpj-standalone uses jetty to run webapp without deploying to existing container) -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://alexott.net http://alexott-ru.blogspot.com/ -- You received this message because you are subscribed to the Google

Re: Compile multiple files in Emacs (interactive development)

2010-06-30 Thread Alex Ott
nd 'M-x slime'? O> I'm developing compojure application and now i have to reload all my O> project files (about 10) in emacs and click "C-c C-k" to compile every O> of them. O> It's boring, especially if my project will grow. O> Is there a better solu

Re: ANN lein-daemon, lein-test-out

2010-07-16 Thread Alex Ott
TAP (using clojure.test.junit and AR> clojure.test.tap). AR> You can find them at http://github.com/arohner/lein-daemon , and AR> http://github.com/arohner/lein-test-out , and clojars. AR> Allen -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://al

Re: extend-protocol bug?

2010-07-16 Thread Alex Ott
tebin.com/Kq5GZ6RJ [> After loading second file i get: [> http://pastebin.com/Pu3kHZ1h [> Looks like next extend-protocol rewrite :impls seg. How/where post the [> bug? [> Or myabe this is a feature? :] -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/

Re: extend-protocol bug?

2010-07-16 Thread Alex Ott
d" methods, >> not defined earlier >> >> >> [AvataR]  at "Fri, 16 Jul 2010 16:27:36 +0300" wrote: >> [> I have record J:Bot, protocol P:Bot >> [> and two files, one extend-protocol statement by file. >> [> After loading firs

Re: slime-fancy

2010-07-28 Thread Alex Ott
hy this should be? D> SBCL, CCL64, KAWA and QiII work fine with (slime-setup '(slime-repl)). As I remember, slime-fancy includes slime-autodoc, that doesn't work with Clojure in vanila SLIME. Set (setq slime-use-autodoc-mode nil) to disable it -- With best wishes, Alex Ot

Re: Clojure 1.3: Integrating clj-stacktrace?

2010-08-25 Thread Alex Ott
we PH> would need to investigate this more thoroughly, but I think it could PH> be a valuable improvement to Clojure 1.3. PH> Thoughts? PH> -Phil PH> [1] - http://github.com/mmcgrana/clj-stacktrace -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/

Re: Planet Clojure Feed Broken

2010-09-30 Thread Alex Ott
Ghose - we'll add it to planet -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/ http://alexott.net http://alexott-ru.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send ema

Re: Clojure test framework

2011-05-08 Thread Alex Ott
best wishes,                    Alex Ott http://alexott.net/ Tiwtter: alexott_en (English), alexott (Russian) Skype: alex.ott -- 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

Re: Aquamacs, swank-clojure: clojure-jack-in returns command not found

2011-05-22 Thread Alex Ott
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, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http

Re: [ANN] cld 0.1.0 - Clojure Language Detection

2012-02-27 Thread Alex Ott
m new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,           

Re: A question of technique: clojure-hadoop's patching of methods

2012-03-06 Thread Alex Ott
osts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,         

Re: clojurewest talk videos?

2012-03-19 Thread Alex Ott
e from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,                    Alex Ott http://alexott.net/ Tiwtter: alexott_en (English), alexott (Russian) Skype: alex.ott --

Re: Could not locate clojure/contrib/duck_streams__init.class or clojure/contrib/duck_streams.clj

2012-04-26 Thread Alex Ott
s are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,                    Alex

Clojurians around Bielefeld, Germany?

2012-07-16 Thread Alex Ott
Hi all it will be talk about Clojure in Bielefeld this week, at Wednesday, 18th July at 19:00 (http://hackerspace-bielefeld.de/ai1ec_event/functionalowl-clojure/) - come, if you're interested ;-) -- With best wishes, Alex Ott http://alexott.net/ Tiwtter: alexott_en (En

Re: community interest in machine learning (?)

2012-07-16 Thread Alex Ott
th your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,Alex Ott http://alexott.net/ Tiwtter: alexott_

Re: community interest in machine learning (?)

2012-07-16 Thread Alex Ott
ligence with LISP. With > the applied history of LISP it just seems like a perfect fit for Clojure to > take the lead in many AI sub-fields. I know also that a few people taking > Andrew Ng's (online) Machine Learning Class did it in Clojure. > > > On Mon, Jul 16, 2012 at 7:

Re: Coming from Common Lisp to Clojure

2012-10-17 Thread Alex Ott
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, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at &g

Re: code design in clojure

2012-10-18 Thread Alex Ott
ed - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,Alex Ott http://alexott.net

Re: How to add an URL into the classpath?

2012-11-21 Thread Alex Ott
ail to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,Alex Ott http://alexott.net/ Twitter: alexott_en (English), alexott (Russian) Skype: alex.ott -- You received this me

Re: Numerical Clojure - discussion open!

2013-01-11 Thread Alex Ott
mbers are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,Alex

Re: emacs - how to wean me off the family of Java IDEs

2013-01-16 Thread Alex Ott
d 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, send email to > clojure+unsubscr...@

Re: emacs - how to wean me off the family of Java IDEs

2013-01-16 Thread Alex Ott
e" 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, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit

Re: emacs - how to wean me off the family of Java IDEs

2013-01-16 Thread Alex Ott
) > > -- > 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 unsubsc

Re: Deamons in Clojure (was Re: Clojure vs Scala - anecdote)

2011-09-08 Thread Alex Ott
new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,             

Re: Pattern matching for map content

2011-10-25 Thread Alex Ott
> // Ben > > -- > 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 po

Re: Building Clojure applications w/ Maven

2011-12-07 Thread Alex Ott
to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,                    Alex Ott http://alexott.net/ Tiwtter: alexott_en (English), alexott (Russian) Skype: alex.ott -- You received this m

encoding of non-ascii symbols in clojure.contrib.json

2010-10-28 Thread Alex Ott
, it seems that this is a bug in clojure.contrib.json... And this lead to increased traffic when transferring text with non-ascii characters. Should I create a bug for this case (and provide patch)? -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://alexott.net/

parameters destructuring & sets?

2010-12-05 Thread Alex Ott
owse/CLJ-687 - so we can use join for any sequence -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://alexott.net/ http://alexott-ru.blogspot.com/ Skype: alex.ott -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: parameters destructuring & sets?

2010-12-05 Thread Alex Ott
nts... For some operations we can't also predict order, for example, conj behaves differently for lists and vectors -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://alexott.net/ http://alexott-ru.blogspot.com/ Skype: alex.ott -- You received this message becaus

Re: Downloadable Clojure mp3s

2010-12-15 Thread Alex Ott
loway_clojure > "Are We There Yet" by Rich Hickey > http://www.infoq.com/presentations/Are-We-There-Yet-Rich-Hickey -- With best wishes,                    Alex Ott, MBA http://alexott.net/ Tiwtter: alexott_en (English), alexott (Russian) Skype: alex.ott -- You received this message bec

Re: Downloadable Clojure mp3s

2010-12-15 Thread Alex Ott
 When I get my new phone it will be a great list of > videos to watch/listen to when I commute. > Something that would be really useful would be if there wasd some indication > of which ones were downloadable in MP3 format. -- With best wishes,                    Alex Ott, MBA http://alex

Re: The Joy of Closure

2011-01-18 Thread Alex Ott
ng and progressing via HTDP.org with Racket. I want > to learn clojure, is this book appopriate for a new clojure user with > limited programming skills? -- With best wishes,                    Alex Ott, MBA http://alexott.net/ Tiwtter: alexott_en (English), alexott (Russian) Skype: alex.o

Re: Which branch of clojure-hadoop to use?

2011-02-06 Thread Alex Ott
tly updated, but there are also more recent branches from BT> eslick and clizzin. If someone could shed light on this situation, BT> that'd be greatly appreciated! -- With best wishes, Alex Ott, MBA http://alexott.blogspot.com/http://alexott.net/ http://alexott-ru.blogsp

Re: better error messages > smaller stack traces

2011-02-08 Thread Alex Ott
moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- With best wishes,                    Alex Ott, MBA h

Re: Clojure & CEDET?

2011-03-12 Thread Alex Ott
; interested in clojure language support for smart code completion. > > http://cedet.sourceforge.net/ -- With best wishes,                    Alex Ott, MBA http://alexott.net/ Tiwtter: alexott_en (English), alexott (Russian) Skype: alex.ott -- You received this message because you are s