Re: Keyword names and namespaces

2010-10-18 Thread Abhishek Reddy
at 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 -- Abhishek Reddy htt

Re: A secretly Clojure web framework?

2010-09-05 Thread Abhishek Reddy
On Sun, Sep 5, 2010 at 4:56 PM, Martin DeMello wrote: > On Sat, Sep 4, 2010 at 11:23 PM, Abhishek Reddy wrote: > > More generally, the fragmented state of support -- too many separate and > > underused mailing lists, IRC channels, websites, each for small, > composable > &

Re: A secretly Clojure web framework?

2010-09-04 Thread Abhishek Reddy
f last month). Regards, > Shantanu > -- Abhishek Reddy http://abhishek.geek.nz -- 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 mode

Re: picking out a tag from a nested struct-map and xml-seq

2010-08-31 Thread Abhishek Reddy
; -bar=1 > -bar=2 > > > > > -- > 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: Unable to use contrib

2009-10-07 Thread Abhishek Reddy
ht > > define the same names. > > > > Better: > > > > (use '[clojure.contrib.math :only [lcm]]) ;; so you know where 'lcm' > > comes from, and nothing else can collide > > > > (require '[clojure.co

Re: Unable to use contrib

2009-10-06 Thread Abhishek Reddy
cm' comes from, and nothing else can collide (require '[clojure.contrib.math :as math]) ;; allows you to write (math/lcm x y), and nothing will collide -- Abhishek Reddy http://abhishek.geek.nz --~--~-~--~~~---~--~~ You received this message because you are su

Re: ClojureCLR installation?

2009-09-29 Thread Abhishek Reddy
then had trouble booting the runtime. I wouldn't expect it to function on Mono very soon. -- Abhishek Reddy http://abhishek.geek.nz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: Improving the documentation

2009-08-16 Thread Abhishek Reddy
(for me) related functions. > > I wouldn't mind doing a bit of work here and there in a wiki to make > that happen. I'm sure with a number of contributors the basic > functions could be covered quite quickly and over the weeks and months > it could unfurl into a rather ni

Re: Connecting Swing elements idiomatically?

2009-08-11 Thread Abhishek Reddy
same simple app. > For those that don't want to take a peak at the code, I have just 2 > elements, a proxy for a JPanel & a slider. Moving the slider causes > the JPanel to draw differently. > > Cheers, > Brad > > > -- Abhishek Reddy http://abhishek.geek.nz --~

Re: Clojure Research Papers

2009-04-16 Thread Abhishek Reddy
e know if you have any documents that I could use. Right > now I only have the official docs + Blip videos. > > > Thanks, > Martin > > > > -- Abhishek Reddy http://abhishek.geek.nz --~--~-~--~~~---~--~~ You received this message because y

Re: A large Clojure deployment

2009-04-08 Thread Abhishek Reddy
On 4/8/09, Baishampayan Ghose wrote: > > Excuse my ignorance, but which one is the first famous Clojure app? > That could be a reference to Luc Prefontaine's veterinarian hospital application. It got some press at InfoQ: http://www.infoq.com/news/2009/01/clojure_production --

Re: slime (swank-clojure) no longer working

2009-02-18 Thread Abhishek Reddy
ra && git pull && cd .. > > Usually what I'm doing is going to ~/p/clojure and calling "ant", and > then the same for ~/p/clojure-contrib > > and my update-script for slime: > mal...@malkiabookpro.local:~/p > cat update-slime.sh > cvs -d :pserver:anonymous:an

Re: making code readable

2008-12-29 Thread Abhishek Reddy
k/programming/ClojureSnake.html to follow > that convention. > > -- > R. Mark Volkmann > Object Computing, Inc. > > > > -- Abhishek Reddy http://abhishek.geek.nz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

Re: making code readable

2008-12-28 Thread Abhishek Reddy
first learning you might wish every piece of code had a >> built-in language tutorial, I'd be dismayed if, e.g., every use of >> proxy contained this redundant description of how it works: >> >> ; Create a proxy object that extends JPanel and >> ; implements both ActionListener a

Re: Proxying in clojure

2008-12-26 Thread Abhishek Reddy
b5da8444 >> >> And Mr. Gilardi improved on it >> here:http://groups.google.com/group/clojure/msg/90316675320091cf >> >> --Chouser > > > -- Abhishek Reddy http://abhishek.geek.nz --~--~-~--~~~---~--~~ You received this message becau

Re: Non-numeric characters clarification

2008-12-24 Thread Abhishek Reddy
sts otherwise? > > Symbols can begin with + or - . > > --Steve > > > On Dec 24, 2008, at 7:23 PM, Abhishek Reddy wrote: > >> >> Hi, >> >> http://clojure.org/reader says symbols "begin with a non-numeric >> character and can contain alphanum

Non-numeric characters clarification

2008-12-24 Thread Abhishek Reddy
Hi, http://clojure.org/reader says symbols "begin with a non-numeric character and can contain alphanumeric characters and *, + ..." What are the numeric characters? It seems to include '+' and '-' as well as digits -- is that correct, and are there any more? C

Re: Proxying in clojure

2008-12-23 Thread Abhishek Reddy
mes need to be prefixed with ".": >> >> (doto panel (.setFocusable true) (.addKeyListener panel)) >> (doto (new JFrame "Snake") (.add panel) (.setSize 800 600) >> (.setVisible true)) >> >> The code in the blog post worked for me with today's Cl

Re: offtopic - where are you come from? (poll)

2008-10-17 Thread Abhishek Reddy
Auckland, New Zealand. On 10/18/08, Shawn Hoover <[EMAIL PROTECTED]> wrote: > On Fri, Oct 17, 2008 at 2:27 AM, Rastislav Kassak <[EMAIL PROTECTED]>wrote: > >> >> So wherever are you come from, be proud and say it. >> > > Indianapolis, Ind