Re: [ANN] cld 0.1.0 - Clojure Language Detection

2012-02-28 Thread Raju Bitter
Tested with Korean and German, and works great! user (cld.core/detect 한국 음식중에 김치가 제일 맛있어요.) [ko {ko 0.9998}] cld.core= (cld.core/detect In München steht ein Hofbräuhaus.) [de {de 0.972552285171}] -- You received this message because you are subscribed to the Google Groups

Re: lazy-sequences and memory leaks

2012-02-28 Thread Paul Mooser
It's not obvious to me from the code what the problem would be. Have you tried using a profiler to see what kinds of objects account for the memory? When I've run into seq issues and bugs in the past, that was pretty helpful in figuring out the underlying problem. On Feb 27, 8:13 pm, Sunil S

Is it possible to run the ClojureScript compiler in browser via a Java Applet?

2012-02-28 Thread Chris McBride
I saw Chris Granger's recent post on hackernews sparked some debates about the merit of being able to compile the language in-browser for dev purposes. Since the compiler is written in Clojure, would this be easy to accomplish via a java applet? Sort of like this scheme REPL

Re: Is it possible to run the ClojureScript compiler in browser via a Java Applet?

2012-02-28 Thread David Nolen
Then interacting with the browser environment becomes unnecessarily complex. The ClojureScript browser REPL already provides the interactive behavior one would expect from having the compilation environment available in the browser but promises much more powerful interactions (evaluating

Re: Bret Victor's live editable game in ClojureScript

2012-02-28 Thread Laurent PETIT
2012/2/27 Chris Granger ibdk...@gmail.com Hey folks, In reference to the previous thread on Inventing On Principle, I built a ClojureScript example of his live editable game :) http://www.chris-granger.com/2012/02/26/connecting-to-your-creation/ Sorry Chris, I tried acting on this video,

Re: lazy-sequences and memory leaks

2012-02-28 Thread Steve Miner
Sorry, I don't have any relevant experience to share. As an experiment, I suggest that you try deferring the sh execution. Maybe logging the generated commands to a script file rather than calling sh during processing. Then execute one big script file at the end. That should make the

[clojurescript one] Where does Clojurescript One come from?

2012-02-28 Thread Denis Labaye
Hi, I discovered Clojurescript One recently, it is amazing, but it's also very alien to me, I never seen something like this before, as it says on the Github's README: ClojureScript One is hard to classify. It is not a library or a framework. It is more like a classroom, a laboratory or a

Re: Google Summer of Code 2012: We need mentors!

2012-02-28 Thread Daniel Solano Gomez
On Mon Feb 27 13:20 2012, David Nolen wrote: Excellent! I won't be at Clojure/West, so take the lead on the that! :) I added the Unsession idea to the Clojure/West page along with the link the GSoC page on Confluence. If Clojure gets into the GSoC, I'll be happy to see what I can do to

Re: Parsing NMON data (CSV)

2012-02-28 Thread Alasdair MacLeod
On Feb 27, 7:16 pm, meteorfox ctorresk8guitar@gmail.com wrote: What I really meant is, what could be a good library for making graphs based on sampled data?. you could try incanter if you want to stay in the clojure world. -- You received this message because you are subscribed to the

Talk on ClojureScript at the Manchester Lambda Lounge

2012-02-28 Thread Rick Moynihan
Hi all, I'm proud to announce the inaugural meeting of the Manchester (UK) Lambda Lounge; a group dedicated to popularising Functional Programming, and exploring new concepts in programming languages. We hope to meet on the second Monday of the Month, every month at the Madlab at 7pm.

Re: [clojurescript one] Where does Clojurescript One come from?

2012-02-28 Thread Linus Ericsson
The rationale for Clojurescript is available here: https://github.com/clojure/clojurescript/wiki/Rationale I would say it's a way to wrap the large possibilities of javascript in a saner and quite well known environment for Clojurians. The way to use the Google Closure libs+compiler is very

Re: Google Summer of Code 2012 - any mentors?

2012-02-28 Thread Alex Miller
I've pushed the documentation boulder up the hill a bit and left some specific ideas I had here: http://dev.clojure.org/display/doc/clojure.org+TODO+list Many people have picked up parts of it since I wrote it (yay!) but there are still a number of biggish pieces there that need to be

Re: Bret Victor's live editable game in ClojureScript

2012-02-28 Thread Brent Millare
Hi Chris, Nice work. Can you explain in words the high level steps of the implementation, starting from when you just made a change in the web editor, to just before the visualization gets updated? I'm concerned with the compiling steps not the details of visualization. Also, can you

Clojure/West - calling all procrastinators

2012-02-28 Thread Alex Miller
Clojure/West is just a couple weeks away (San Jose, Mar 16-17) and I'm hoping there are still dozens more of you procrastinating about registering. - Register: http://regonline.com/clojurewest2012 - Schedule: http://clojurewest.org/schedule - Training classes: http://clojurewest.org/training The