On Thu, Aug 18, 2011 at 12:32 AM, Alan D. Salewski wrote:
> On Wed, Aug 17, 2011 at 01:47:53PM -0400, Ken Wesson spake thus:
>> On Wed, Aug 17, 2011 at 9:48 AM, Alan D. Salewski wrote:
>> > I approached the question from the perspective of one wanting to invoke
>> > Clojure-CLR with the ability t
On Wed, Aug 17, 2011 at 01:47:53PM -0400, Ken Wesson spake thus:
> On Wed, Aug 17, 2011 at 9:48 AM, Alan D. Salewski wrote:
> > $ /usr/bin/env -- ALJUNK_CRAP1=junk1 ALJUNK.CRAP2=junk2 /bin/bash -c env
> > | grep ALJU
> > ALJUNK.CRAP2=junk2
> > ALJUNK_CRAP1=junk1
> >
> > You approached th
I some how got this error. I have deleted clojure, lein, java, changed
paths and I get this error
What is the problem???
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\jim>lein
Exception in
Hi Matthew,
Have you tried console.log() as
(.log js/console "is anybody out there?")
That works for me currently.
When I first started in ClojureScript I had trouble calling
console.log() because it was a native code function and it couldn't be
called with JavaScript's .call(this, args) for
I've been playing around with clojurescript and have come across some
differences in how clojure and clojurescript treat fully qualified
namespaces. It seems that clojurescript always places fully qualified
keywords in the user namespace:
(ns testns)
(pr-str "kw: " ::kwtest " ns: " (namespace
Very nice work, it sure does cures a pain point in Java land.
Ronen
On Aug 16, 1:20 am, Miro Bezjak wrote:
> First, apologies to anyone not interested. This isn't clojure project but it
> helps to setup it. Windows users can skip this announcement because napalm
> doesn't help them very much.
>
I've been playing around writing a fun little ClojureScript project -
it's a bit different, so I thought you might like to see it:
http://mjg123.github.com/pacman/pacman.html
As I was feeling my way quite blindly through ClojureScript and
gClosure I have let the code get into a bit of a mess an
My problem started when I was trying to pass greek in hiccup and the
browser showed me this "?"
So i installed clojure 1.3.0 and Noir 1.1.1 (i had a little problem
with dependencies but i cleaned it) and it works.
However lein repl had a problem with greeks (even with the new
installation) , bu
I have another data point to add to my testing regarding this problem.
Defining a pretty minimal little clojure test program:
(ns cljstest.main
(:require [cljs.closure :as closure]))
(defn -main [& m]
(closure/build "src/mycljs/hello.cljs" {:optimizations :simple
Hi!
Have you tried to create stateful agents?
This would be useful for implementing long running business processes.
The state would be saved to db for durbality and atomicity.
In case of crash, the process implemented as agent would continue to execute
from the last durable state.
I have impleme
Hi All,
Could someone with experience in clojureql + postgres tell me if this works:
clojureql.core> (-> (table nil :users)
(project [:id :name])
(rename {:id :idx})
to-sql)
"SELECT users.id,users.name FROM users A
On Wed, Aug 17, 2011 at 9:48 AM, Alan D. Salewski wrote:
> $ /usr/bin/env -- ALJUNK_CRAP1=junk1 ALJUNK.CRAP2=junk2 /bin/bash -c env |
> grep ALJU
> ALJUNK.CRAP2=junk2
> ALJUNK_CRAP1=junk1
>
> You approached the question from the perspective of one just wanting to
> launch Clojure-CLR wit
On Jul 28, 4:50 pm, Anthony Grimes wrote:
> Oh! I apologize. I was replying via the google interface and didn't realize
> it wasn't quoting. Here is a link to the topic for
> context:https://groups.google.com/d/topic/clojure/ZyVrCxmOFTM/discussion
>
> I've also filed a bug here:http://dev.clojur
Alan,
Thanks for fighting for *nix folks.
Although I can solve my singular problem using the solution posted by
Stephen, you reminded me of another reason I wrote my question as I
did.
Although I'm not involved, I understand that people continue to work
on the Mono project which provides the CLR
Thanks, Stephen.
Although I was aware of the env command, I had never needed it before.
I believe this solution will allow me to solve my immediate problem
(running Clojure-CLR with the classpath configured for a specific
project as I do in Java).
On Aug 17, 6:31 am, Stephen Compall wrote:
> The
On Tue, Aug 16, 2011 at 01:23:23PM -0400, Ken Wesson spake thus:
> On Tue, Aug 16, 2011 at 1:20 AM, Alan D. Salewski wrote:
> > On Tue, Aug 16, 2011 at 12:34:39AM -0400, Ken Wesson spake thus:
> >> On Mon, Aug 15, 2011 at 11:13 AM, mrwizard82d1
> >> wrote:
> >> > I understand that the 1.3 beta p
Hi,
I use (technomancy's) slime with clojure-mode (both elpa-installed)
without any issues (via lein swank and slime-connect). While the newish
clojure-jack-in works too, i prefer slime-connect (because i save the
time of re-evaluating the slime code everytime i restart the REPL).
So i was wonde
The . limitation is in bash vars only; they work fine as environment vars:
$ clojure.load.path=whatever command
Some error message I forget
$ env clojure.load.path=whatever command
Sets env var while running command
You should already have env installed. It's pretty useful if you like working
i
I have written several android apps so I can help with
some questions. Unfortunately I am completely swamped
otherwise. If you make it a project on Github that would
be useful.
Tim Daly
On Tue, 2011-08-16 at 22:33 -0700, Paul deGrandis wrote:
> I'd consider taking this. I've worked a little bit
The following will work for GMail users. I expect that many mail clients
have similar functionality.
In Mail Settings > Labels create a new Label for ClojureScript. I nested it
below Clojure in my settings.
In Mail Settings > Filters create a new filter for ClojureScript. Set the
criteria to To: c
2011/8/17 cran1988 :
> My jvm is already UTF-8
> however it works with clojure 1.3.0 beta1
> but i have problems i get an error
> NoSuchMethodError clojure.lang.KeywordLookupSite.(ILclojure/lang/
> Keyword;)V clout.core/request-url (core.clj:53)
The encoding problem and this version incompatibili
21 matches
Mail list logo