Newbie to Clojure..

2012-02-18 Thread nazarhussain_s
Hi Folks, Im a newbie to Clojure. I am an IT Developer and into web application development in J2EE. Can anyone please provide info as to whether and how clojure will help me in developing Intelligent web applications and services and any resources for getting started on Clojure

Re: Newbie to Clojure..

2012-02-18 Thread Linus Ericsson
and architectural possibilities in Clojure targeted to newcomers. /Linus [1] http://www.webnoir.org/ [2] http://clojurescriptone.com/ On 2/18/12 4:38 PM, nazarhussain_s wrote: Hi Folks, Im a newbie to Clojure. I am an IT Developer and into web application development in J2EE. Can

Re: Newbie to Clojure..

2012-02-18 Thread Jay Fields
of Programming Clojure (releasing soon, from what I hear). Cheers, Jay On Feb 18, 2012, at 10:38 AM, nazarhussain_s wrote: Hi Folks, Im a newbie to Clojure. I am an IT Developer and into web application development in J2EE. Can anyone please provide info as to whether and how

Re: newbie python/clojure and java.lang.OutOfMemoryError: Java heap space

2010-01-30 Thread Alex Osborne
Francis Lavoie lav.fran...@gmail.com writes: (filter even? (range 10)) What's puzzle me is that past at certain number (10 millions), clojure chocks and throw a «java.lang.OutOfMemoryError: Java heap space», 1. Why does it happen? The JVM puts a limit on the amount of memory that can be

newbie python/clojure and java.lang.OutOfMemoryError: Java heap space

2010-01-28 Thread Francis Lavoie
Hi, I've read about clojure and I think it looks great. So I doing some reading about it - in hope I could use it. My programming background is more with python(mostly) and C++. I found that blog post that make a comparison between python and clojure.

Re: newbie python/clojure and java.lang.OutOfMemoryError: Java heap space

2010-01-28 Thread Richard Newman
What's puzzle me is that past at certain number (10 millions), clojure chocks and throw a «java.lang.OutOfMemoryError: Java heap space», continue for a while and stop before completing the sequence. The JVM puts a limit on the amount of memory that will be allocated. Try adding -Xmx512m to

Re: newbie swank clojure emacs

2010-01-11 Thread brian
Thanks for this, this is very cool indeed! Eric Lavigne wrote: Since you are using Windows, you may find Clojure Box easier to install. http://clojure.bighugh.com/ I followed the riddell.us/.../slime_swank.html tutorial yesterday, and can confirm that it works well for Ubuntu. On Sun, Jan

newbie swank clojure emacs

2010-01-10 Thread brian
Hi, I'm trying to follow the directions at: http://riddell.us/tutorial/slime_swank/slime_swank.html I'm doing this under cygwin. I think I did everything correctly, but it seems not to find the clojure.jar file although I have it and the clojure-contrib.jar in my home directory as

Re: newbie swank clojure emacs

2010-01-10 Thread Eric Lavigne
Since you are using Windows, you may find Clojure Box easier to install. http://clojure.bighugh.com/ I followed the riddell.us/.../slime_swank.html tutorial yesterday, and can confirm that it works well for Ubuntu. On Sun, Jan 10, 2010 at 5:58 AM, brian brw...@gmail.com wrote: Hi, I'm

Re: newbie swank clojure emacs

2010-01-10 Thread Rob Wolfe
brian brw...@gmail.com writes: Hi, I'm trying to follow the directions at: http://riddell.us/tutorial/slime_swank/slime_swank.html I'm doing this under cygwin. I think I did everything correctly, but it seems not to find the clojure.jar file although I have it and the

Re: newbie swank clojure emacs

2010-01-10 Thread Phil Hagelberg
brian brw...@gmail.com writes: I'm trying to follow the directions at: http://riddell.us/tutorial/slime_swank/slime_swank.html The directions on that site are rather out of date. Try following the ones from the swank-clojure readme; they should cover you. I will contact the author of the

Re: (newbie) running clojure app without repl

2009-01-16 Thread linh
Thanks for the answers. I'm very excited about Clojure, it seems to have all the features I was missing from Java and Ruby. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

(newbie) running clojure app without repl

2009-01-15 Thread linh
Hi! I've had no experience in Lisp or clojure before. I've only worked with Java and Ruby, so this question may seem stupid. Is there any way to run a clojure app without REPL? For example something like: clojure my_app.clj I've read that you can compile clojure with the comile function, but

Re: (newbie) running clojure app without repl

2009-01-15 Thread Eric Lavigne
Hi! I've had no experience in Lisp or clojure before. I've only worked with Java and Ruby, so this question may seem stupid. Is there any way to run a clojure app without REPL? For example something like: clojure my_app.clj Something like this: java-cpclojure.jar:my_app_dir

Re: (newbie) running clojure app without repl

2009-01-15 Thread Stuart Sierra
There is a standalone compiler that runs without the REPL: clojure.lang.Compile. The best examples of using it are the Ant build.xml files for Clojure and clojure-contrib. If I have time tomorrow I'll try to post a more detailed how-to. -Stuart Sierra On Jan 15, 6:53 pm, linh

Re: newbie: can clojure do ...

2008-11-11 Thread Chouser
On Tue, Nov 11, 2008 at 9:30 AM, Graham Fawcett [EMAIL PROTECTED] wrote: If you did choose to go the static-HTML route, then you could export a table of contents in JavaScript, and let each page use this table to determine which pages precede and follow it. So if you have pages like:

Re: newbie: can clojure do ...

2008-11-11 Thread Graham Fawcett
On Tue, Nov 11, 2008 at 12:59 AM, Daniel Spiewak [EMAIL PROTECTED] wrote: Sounds like you're wasting your time trying to get this working with just static HTML pages. I think that it's possible, but you would have to do a lot of really nasty javascript hackery to make the button targets

newbie: can clojure do ...

2008-11-10 Thread Mirko
Hello (I have some lisp and elisp background, but my html is rather poor, and java indistinguishable from zero) I want to do something quick and dirty with html and I am wondering if I can leverage my lisp knowledge I am publishing my daily log pages in html (using emacs muse +planner). These

Re: newbie: can clojure do ...

2008-11-10 Thread Daniel Spiewak
Sounds like you're wasting your time trying to get this working with just static HTML pages. I think that it's possible, but you would have to do a lot of really nasty javascript hackery to make the button targets dynamic. Alternatively, the HTML could be truely static and pre-generated using a