Re: A large Clojure deployment

2009-04-08 Thread Baishampayan Ghose
app? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com http://oCricket.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Possible contrib contribution: clojure.contrib.timing

2009-04-15 Thread Baishampayan Ghose
'' ? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.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 To unsubscribe from

Re: Monads tutorial

2009-04-15 Thread Baishampayan Ghose
. Comments as well. The code page http://intensivesystems.net/tutorials/code/monads_101.clj is giving a 404 :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

Getting slime-edit-definition to work with Clojure

2009-04-26 Thread Baishampayan Ghose
completely wrong? TIA. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.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

Re: Getting slime-edit-definition to work with Clojure

2009-04-27 Thread Baishampayan Ghose
(interactive) (slime 'sbcl)) (defun clj () Starts Clojure in Slime (interactive) (slime 'clojure)) ;;; Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Getting slime-edit-definition to work with Clojure

2009-04-28 Thread Baishampayan Ghose
It works for me. Are you trying to look up a built-in clojure function or one from your own application? How did you install SLIME and swank-clojure etc? Any ideas with the problem? I provided all the info in the earlier mail. This issue is really biting me :) Regards, BG -- Baishampayan

Re: Getting slime-edit-definition to work with Clojure

2009-04-28 Thread Baishampayan Ghose
know what your clojure binary looks like, but is the code for these functions on your Java classpath? Yes they are in the classpath. I can 'use' clojure.contrib fine. But when I do a M-. on any of the functions, I get an error on the mini-buffer. Regards, BG -- Baishampayan Ghose b.gh

Re: Getting slime-edit-definition to work with Clojure

2009-04-28 Thread Baishampayan Ghose
)) (defun lisp-enable-paredit-hook () (paredit-mode 1)) (add-hook 'clojure-mode-hook 'lisp-enable-paredit-hook) (defun clj () Starts Clojure in Slime (interactive) (slime 'clojure)) ;;; Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com

Re: regex replace all?

2009-04-29 Thread Baishampayan Ghose
-contrib.str-utils. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.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

Re: Getting slime-edit-definition to work with Clojure

2009-05-02 Thread Baishampayan Ghose
to get that to work? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.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

Re: Clojure 1.0

2009-05-04 Thread Baishampayan Ghose
Rich Hickey wrote: After a sustained period of API stability and minimal bugs reports, I'm happy to announce the release of Clojure 1.0! http://clojure.googlecode.com/files/clojure_1.0.0.zip This is fantastic! Congratulations to Rich and the Clojure community. Cheers! BG -- Baishampayan

Re: Getting slime-edit-definition to work with Clojure

2009-05-07 Thread Baishampayan Ghose
-- Baishampayan Ghose b.gh...@ocricket.com oCricket.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 To unsubscribe from this group, send email

Re: Getting slime-edit-definition to work with Clojure

2009-05-07 Thread Baishampayan Ghose
-mode) (setq clojure-src-root clj-root) (eval-after-load 'clojure-mode '(clojure-slime-config)) (autoload 'clojure-mode clojure-mode A major mode for Clojure t) (add-to-list 'auto-mode-alist '(\\.clj$ . clojure-mode)) ;;; Need help :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com

Re: Getting slime-edit-definition to work with Clojure

2009-05-08 Thread Baishampayan Ghose
was causing the problem. Thanks a lot Stephen Phil. You guys (as well as the Clojure community) made my day. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Getting slime-edit-definition to work with Clojure

2009-05-08 Thread Baishampayan Ghose
where swank-clojure sets up the classpath? You can append you classpath to swank-clojure-extra-classpaths after clojure-slime-config has been called. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com --~--~-~--~~~---~--~~ You received

Re: Launching apps

2009-05-09 Thread Baishampayan Ghose
Chris Dean wrote: For now I'm using hand written scripts that launch under screen. And that works for us. Would be great if you share those scripts with us. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Swank broken at r1369

2009-05-25 Thread Baishampayan Ghose
{ -Var.popThreadBindings(); -} } }); } Any clues? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Swank broken at r1369

2009-05-25 Thread Baishampayan Ghose
-clojure fixed the problem. For the time being I will stick to his swank-clojure, with switch back when it gets merged upstream. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: a question about the definiton of the variable arity function in Clojure: A Dynamic Programming Language for the JVM, by Rich Hickey

2009-05-28 Thread Baishampayan Ghose
) ([x y more] (+ (argcount x y) (count more Replace thisfn with argcount and it should work. That was just a placeholder or something which Rich forgot to fix in the slides. Or may be thisfn used to be something and doesn't exist anymore. Regards, BG -- Baishampayan

Re: Is oracle going to make the jvm part proprietary?

2009-05-30 Thread Baishampayan Ghose
http://tech.slashdot.org/story/09/05/29/1711203/Java-Gets-New-Garbage-Collector-But-Only-If-You-Buy-Support?from=rss Who cares? There are many classy JVM implementations from third parties like IBM. BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com http://oCricket.com

Re: Spider with clojure

2009-06-02 Thread Baishampayan Ghose
for Clojure Agents http://clojure.org/agents Try it out and share the code :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Clojure at LispNYC tonight 7pm

2009-06-10 Thread Baishampayan Ghose
Stuart Sierra wrote: Join us Tuesday, June 9 from 7:00-9:00 for Stuart Sierra's presentation: Will there be any video recording? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Clojure at LispNYC tonight 7pm

2009-06-11 Thread Baishampayan Ghose
something lighter than a 3GB mpeg soon. Watched the video. Highly impressive! Thanks. BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

[OT] Convincing others about Clojure

2009-06-24 Thread Baishampayan Ghose
. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: [OT] Convincing others about Clojure

2009-06-25 Thread Baishampayan Ghose
-- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: [OT] Convincing others about Clojure

2009-06-26 Thread Baishampayan Ghose
rocks. Now to get down to implementing the plan. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: [OT] Convincing others about Clojure

2009-06-26 Thread Baishampayan Ghose
and has direct access to Java libs helped the case. He, being a fairly intelligent and pragmatic man, accepted my logic. Thanks a bunch guys. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: [OT] Convincing others about Clojure

2009-06-26 Thread Baishampayan Ghose
are hiring; but do you live in Mumbai, India? :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: ANN: Clojure High Performance Programming

2013-11-21 Thread Baishampayan Ghose
+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.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

Re: Quick library status updates (logging, Redis, i18n, etc.)

2013-12-04 Thread Baishampayan Ghose
Fantastic stuff, Peter. Your projects are extremely useful, well designed and have great docs. Your work is really inspiring. ~BG Sent from phone. Please excuse brevity. On 4 Dec 2013 23:00, Peter Taoussanis ptaoussa...@gmail.com wrote: Hi all, quick batched update on some libs that I'm

Re: New release of Light Table (which is now open source!)

2014-01-08 Thread Baishampayan Ghose
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. -- Baishampayan Ghose b.ghose at gmail.com -- -- You received this message because you are subscribed to the Google

Re: Can't remember the name of that plugin

2014-01-11 Thread Baishampayan Ghose
. 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. -- Baishampayan Ghose b.ghose at gmail.com -- -- You received this message because you are subscribed

Re: Best Informatica Online Training By Vast IT Expert trainers in Hyderabad | India | UK| USA

2014-01-17 Thread Baishampayan Ghose
://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.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 Note that posts from new members are moderated - please be patient

Re: [ANN] 1st public release of thi.ng geometry toolkit (CLJ CLJS)

2014-03-11 Thread Baishampayan Ghose
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. -- Baishampayan Ghose b.ghose at gmail.com -- You received this message because you are subscribed to the Google Groups

Re: Problem with clojure code on .net.

2009-07-02 Thread Baishampayan Ghose
a parenthesis aware editor and let the editor manage those for you. You will be in deep trouble if you are counting and managing the parenthesis manually :) Otherwise, Clojure (like all Lisps) has very minimal syntax. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com

Using Clojure for complex database driven applications

2009-07-08 Thread Baishampayan Ghose
Hibernate less verbose). I would like to know how you have solved similar problems. Is Hibernate useful? Is managing a bunch of XML config files a necessary evil? Any help will be appreciated. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP

Re: Using Clojure for complex database driven applications

2009-07-08 Thread Baishampayan Ghose
which is inspired by rail's ActiveRecord. How mature are they? Do they work well with PostgreSQL? Apparently, ClojureQL doesn't. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Emacs clojure mode: how to set current directory classpath

2009-07-20 Thread Baishampayan Ghose
, dependencies are concerned? A sample directory structure would help. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Emacs clojure mode: how to set current directory classpath

2009-07-21 Thread Baishampayan Ghose
the SLIME repl once before running the clojure-project function. 2. After that, it still fails to work as it remains stuck at the Polling /tmp/slime.634... stage. Any pointers? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital

Re: Emacs clojure mode: how to set current directory classpath

2009-07-21 Thread Baishampayan Ghose
single project, I never have to change my classpath. Another question. Where do I put the clojure clojure-contrib JAR files? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Emacs clojure mode: how to set current directory classpath

2009-07-28 Thread Baishampayan Ghose
in advance. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Emacs clojure mode: how to set current directory classpath

2009-07-28 Thread Baishampayan Ghose
the Clojure JAR. I wanted a nice way to use external library JARs along with the clojure-project function which Phil has written. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Emacs clojure mode: how to set current directory classpath

2009-07-28 Thread Baishampayan Ghose
Luke, Is there any way for me to just put the JAR files somewhere and get them added to the classpath? Put them in a lib/ folder at your project root. Many thanks Luke. That worked. I should have looked at the source of clojure-project before. Thanks again. Regards, BG -- Baishampayan

Re: fibonacci sequence using lazy-cat

2009-07-29 Thread Baishampayan Ghose
are calculated: [0 1] - [0 1] [0 1] + (map + [0 1] [1]) - [0 1 1] [0 1] + (map + [0 1 1] [1 1]) - [0 1 1 2] [0 1] + (map + [0 1 1 2] [1 1 2]) - [0 1 1 2 3] And so on. This is really cool, isn't it? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description

New JDK 7 Feature: Support for Dynamically Typed Languages in the JVM

2009-07-29 Thread Baishampayan Ghose
-- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Clojure performance degraded

2009-07-29 Thread Baishampayan Ghose
-- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Idiomatic parsing of objects from several lines of a text file

2009-07-31 Thread Baishampayan Ghose
trying to write a Git client in Clojure :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Commenting Code (Was: Re: Clojure as a First Language)

2009-08-11 Thread Baishampayan Ghose
the code nicely (while conforming to some spec); something similar to GNU Indent[1]? Regards, BG [1] http://www.gnu.org/software/indent/ -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: How about write clojure code like python mode?

2009-08-25 Thread Baishampayan Ghose
will be written when there are no parentheses. I think the parentheses help a lot in lending homoiconicity to Clojure and other Lisps. Moreover, when you use a decent Lisp-aware editor parentheses usually vanish in thin air. All you care about then is the indentation. Regards, BG -- Baishampayan Ghose

Re: Anyone else working on a Common Lisp style loop?

2009-09-07 Thread Baishampayan Ghose
the conciseness of loop (in typical cases) while also having the extensibility and power of iterate. +1 for a Clojure port of Iterate; it's a fantastic library. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Issue with casting integers with clojure.lang.ifn's

2009-09-14 Thread Baishampayan Ghose
) (* (count vect1) 5) Are you sure you used def and now defn while defining vect1? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: loop-recur for string handling

2009-09-17 Thread Baishampayan Ghose
when required. Have fun :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: loop-recur for string handling

2009-09-17 Thread Baishampayan Ghose
it as and when required. In general, the idea of storing the data in some variable by continuously mutating it is frowned upon. As far as your requirement is concerned, I can help if you show me a concrete example. Just the inputs and the output would do. Regards, BG -- Baishampayan Ghose b.gh

[OT] Re: Unable to use contrib

2009-10-07 Thread Baishampayan Ghose
Abhishek Reddy wrote: The semicolon character opens a single-line comment in Clojure (as is traditional in lisp languages). It's like // in Java. Off topic: Abhishek, so have you switched from CL to Clojure now? ;) Anyway, have loads of fun. I am. Regards, BG -- Baishampayan Ghose b.gh

Re: Basic questions

2009-10-08 Thread Baishampayan Ghose
-- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Dealing with StringTemplate template paths

2009-10-12 Thread Baishampayan Ghose
will also be appreciated. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: Dealing with StringTemplate template paths

2009-10-12 Thread Baishampayan Ghose
. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Clojure's 2nd Birthday!

2009-10-15 Thread Baishampayan Ghose
. Clojure has proved to be an awesome programming environment already, and I am sure it will only get better this year :) Regards, BG Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Writing binary data using http.agent and duck-streams

2009-10-23 Thread Baishampayan Ghose
? I looked at the code but I am not sure about the exact way to do it. I can probably use straight Java interop, but I would rather use the contrib lib. Thanks in advance. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com signature.asc Description: OpenPGP digital signature

Re: [ANN] Clojars - a Clojure community jar repository

2009-11-19 Thread Baishampayan Ghose
Alex, I've been working on an easy to use open source community repository to complement Leiningen in making building and dependency management easier for Clojure projects. Beautiful work, Alex. Really amazing. Kudos to you and the awesome Clojure community. Regards, BG -- Baishampayan

Re: Clojure newbie question regarding compile time type checking.

2009-12-15 Thread Baishampayan Ghose
time. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.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 Note that posts from new members are moderated - please be patient

Re: Clojure newbie question regarding compile time type checking.

2009-12-15 Thread Baishampayan Ghose
is hosted on the JVM, it has a completely different ancestry; it is more different that similar to Java. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: Clojure 1.1 release candidate 1

2009-12-18 Thread Baishampayan Ghose
and changes compared to 1.0? http://github.com/richhickey/clojure/blob/1.1.x/changes.txt Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-22 Thread Baishampayan Ghose
, the jars never existed for me since I started using Leiningen recently. I want to migrate our project to Leiningen but I can't since Compojure still depends on a non-existent clojure package. Is it too hard to fix this problem? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com

ANN: Planet Clojure

2009-12-28 Thread Baishampayan Ghose
and want your blog to be syndicated on Plane Clojure please send me the link to your blog's Atom/RSS feed and I will happily put you on the Planet. If you have any suggestion/objection/bug report, feel free to contact me. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com

Re: ANN: Planet Clojure

2009-12-29 Thread Baishampayan Ghose
Phil, Would be even better if it were implemented in Clojure though. =) That's on the anvil. I will do it when I get some time. For now, we will have to do with Python :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You received this message because you

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Baishampayan Ghose
would appreciate a solution to this too. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.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 Note that posts from new members

Using/configuring c.c.logging

2010-01-09 Thread Baishampayan Ghose
on a case by case basis (using the repl). Unfortunately I am not familiar with Java logging facilities and would appreciate some help with this. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You received this message because you are subscribed to the Google Groups

Re: Log4j not detected when using recent jars

2010-01-12 Thread Baishampayan Ghose
and 1.3 has been made obsolete. I tried using 1.2.14 because 1.2.15 was bringing in a truck load of dependencies. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Promise/Deliver use cases

2010-01-21 Thread Baishampayan Ghose
usage of promise/deliver. Regards, BG -- Baishampayan Ghose -- 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

Clojure ad on StackOverflow.com

2010-02-07 Thread Baishampayan Ghose
-- Baishampayan Ghose b.gh...@ocricket.com oCricket.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 Note that posts from new members are moderated - please be patient with your first post

Re: Common Lisp's append

2010-02-19 Thread Baishampayan Ghose
Mike, Finally, can anyone recommend a good free common lisp implementation that runs well with slime / emacs under Windows? SBCL is excellent. So is Clozure CL. Regards, BG -- Baishampayan Ghose -- You received this message because you are subscribed to the Google Groups Clojure group

Re: clojure slides

2010-03-04 Thread Baishampayan Ghose
Wilson MacGyver wrote: Looks like I'll be doing a talk on clojure next week at the local java user group. Any recommendations on slides I can steal? :) Feel free to use mine - http://www.slideshare.net/zaph0d/introduction-to-clojure Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com

Re: clojure slides

2010-03-07 Thread Baishampayan Ghose
? - Same for par-edit Macro-expand, evaluation, M-. etc. all work like a charm. The debugger is not as advanced as in CL, but does the job fine. I use Clojure + SLIME + Paredit daily and it's a charm. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com http://oCricket.com -- You

Re: Why I have chosen not to employ clojure

2010-03-22 Thread Baishampayan Ghose
starting from getting started with Clojure to examples of different library functions. We could use content from the Wikibooks project to get started, but we will need to organise and maintain the content a bit better. What do you people think? Regards, BG -- Baishampayan Ghose b.gh

Re: Trying to set emacs for some clojure coding

2010-03-31 Thread Baishampayan Ghose
and have included a notice with a link to the canonical instructions. Thanks, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.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

Re: Clojure Concurrency Screencast Available

2010-04-12 Thread Baishampayan Ghose
welcome! Nice work! By the way, which Emacs mode do you have installed which shows the WPM count? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Interesting Facebook blog post on Concurrency (mentions Clojure)

2010-04-13 Thread Baishampayan Ghose
the Clojure STM (if at all)? Regards, BG -- Baishampayan Ghose b.gh...@ocricket.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 Note that posts from new members are moderated - please

Re: Problem with Destructuring in A Function Call

2010-04-16 Thread Baishampayan Ghose
and body. You can do the same kind of destructuring in a let form too. I hope I was able to explain it to you. I agree, the examples were pretty lame :) Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com -- You received this message because you are subscribed to the Google Groups Clojure

[Commercial] Indian Tech startup is hiring Clojure hackers

2010-06-17 Thread Baishampayan Ghose
of Pune, India. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.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 Note that posts from new members are moderated - please be patient

Re: Miscellaneous noob questions

2010-06-18 Thread Baishampayan Ghose
decision. Clojure provides you all the tools that you *might* need. You just have to be responsible about using those tools. Hope that helps. Shoot back if you have more questions. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You received this message because you

Re: Miscellaneous noob questions

2010-06-18 Thread Baishampayan Ghose
Meikel Brandmeyer wrote: ref - When you need to mutate multiple things together synchronously. I'd like to add: When you need to mutate one thing several times synchronously. Yep. Thanks for the correction, Meikel. Regards, BG -- Baishampayan Ghose b.gh...@ocricket.com oCricket.com -- You

Re: Simple FIFO cache for memoize

2013-01-23 Thread Baishampayan Ghose
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 -- Baishampayan Ghose b.ghose at gmail.com -- -- You received

Re: Prismatic Plumbing and Graph Open-Source Release

2013-01-31 Thread Baishampayan Ghose
options, visit https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.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 Note that posts from new members

Re: How to read a txt file?

2013-02-01 Thread Baishampayan Ghose
clojure.core/slurp Sent from phone. Please excuse brevity. On 1 Feb 2013 18:13, Roger75 rcana...@gmail.com wrote: I'd like to read a txt file using clojure. How do I do that? Any examples? -- -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: *read-eval* vulnerability

2013-02-01 Thread Baishampayan Ghose
+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.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

Re: *read-eval* vulnerability

2013-02-02 Thread Baishampayan Ghose
or ritz? Thanks for testing! - Chas On Feb 1, 2013, at 11:10 PM, Baishampayan Ghose wrote: Just did some testing with our code-base and Clojure 1.5.0-RC4 (with and without Chas' read-eval patch). There is definitely something strange going on. Things worked just fine with 1.5.0-RC4

Re: *read-eval* vulnerability

2013-02-02 Thread Baishampayan Ghose
? Thanks for testing! - Chas On Feb 1, 2013, at 11:10 PM, Baishampayan Ghose wrote: Just did some testing with our code-base and Clojure 1.5.0-RC4 (with and without Chas' read-eval patch). There is definitely something strange going on. Things worked just fine with 1.5.0-RC4 but with the read

Re: ANN: http-kit 2.0.0.RC2, high performance HTTP Server Client for Clojure

2013-02-02 Thread Baishampayan Ghose
. For more options, visit https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.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 Note that posts from new

Re: is there a way to get the arguments to a function from outside the function?

2013-02-04 Thread Baishampayan Ghose
Checkout http://github.com/clojure/tools.trace ~BG Sent from phone. Please excuse brevity. On 4 Feb 2013 20:48, larry google groups lawrencecloj...@gmail.com wrote: I have an app. I would like to have debug mode and a production mode. In the debug mode, I would like it if the arguments to

Re: Article on Clojure concurrency from Computing in Science and Engineering

2013-02-08 Thread Baishampayan Ghose
https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.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 Note that posts from new members are moderated

Re: Can't use Clojure 1.5 with emacs and swank

2013-02-11 Thread Baishampayan Ghose
. -- Baishampayan Ghose b.ghose at gmail.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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

Re: recommended way to write loop where a binding depends on a previous 'useless binding' operation?

2013-02-11 Thread Baishampayan Ghose
, visit https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.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 Note that posts from new members are moderated

Re: How to set the value of a static variable in a java factory class from clojure?

2013-02-14 Thread Baishampayan Ghose
Haven't looked at the code, but `set!` should work. ~BG Sent from phone. Please excuse brevity. On 14 Feb 2013 21:30, Joachim De Beule joachim.de.be...@gmail.com wrote: Hi All, I know how to call static java methods such as the ones defined here:

Re: RC 16: Last chance to test against Clojure 1.5 before it ships

2013-02-17 Thread Baishampayan Ghose
. -- Baishampayan Ghose b.ghose at gmail.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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

Re: [ANN] clj-toml 0.2.0

2013-02-25 Thread Baishampayan Ghose
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 https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose

Re: [ANN] uWSGI support for ring (early stage)

2013-03-08 Thread Baishampayan Ghose
from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Baishampayan Ghose b.ghose at gmail.com -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: let [{:keys [root watcher auth-conf], :or {auth-conf auth-conf, root root, watcher watcher}} {:auth-conf aaaaa, :watcher bbbbbbb}]

2013-03-14 Thread Baishampayan Ghose
This the syntax for map destructuring. Works on function argument vector and let bindings. You'll find multiple online resources that explain this clearly. Sent from phone. Please excuse brevity. On 14 Mar 2013 21:07, zlj844...@gmail.com wrote: *excuse me, when I read the storm src,I catch

Re: Best way to (map) a sequence, but return 0-n items per input item?

2013-04-10 Thread Baishampayan Ghose
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 https://groups.google.com/groups/opt_out. -- Baishampayan Ghose

Re: memorize-clj

2013-04-28 Thread Baishampayan Ghose
One more reason to read Clojure's source code. Trust me, it's surprisingly easy to understand. Sent from phone. Please excuse brevity. On 29 Apr 2013 09:29, Jorge Urdaneta jorge.urdan...@gmail.com wrote: Thank you. Shame on me On 28/04/13 23:28, Gary Trakhman wrote: Clojure has the

  1   2   3   4   5   >