On Sun, Mar 31, 2013 at 5:23 PM, David Powell wrote:
> I think that this patch fixes the issue:
> https://github.com/djpowell/leiningen/commit/bd9e2e25508cfc01889057349b133941ff4fc379
>
> It seems that quotes around powershell parameters on the command-line need
> to be triple-double-quoted :)
T
C:\Users\Roberto Mannai\.lein\bin>powershell -Command echo $host.version
Major Minor Build Revision
- - -
2 0 -1 -1
I'm doing some test, the problem seems to be this line:
powershell -Command "& {param($a,$f) (new-object
Sys
of lein.bat,
not of your installer, anyway it would be nice if your package could
embed all the hidden dependencies, as it already does for "curl.exe".
Kind regards,
Roberto
(*)
C:\Users\Roberto Mannai\.lein\bin>lein self-install
Downloading Leiningen now...
Eccezione durante la chiama
There is a ticket in CDS:
https://github.com/clojuredocs/cds/issues/27#issuecomment-9583049
On Wednesday, October 24, 2012, Warren Lynn wrote:
> +1. I just got the basic ritz-nrepl set up in the hope to try out the
> debugger. But I don't even know where to start. How to set a breakpoint,
> for e
See "Functional Programming for the Object-Oriented Programmer" (
https://leanpub.com/fp-oo)
Il giorno 18/ott/2012 19:01, "Sean Corfield" ha
scritto:
> On Thu, Oct 18, 2012 at 8:58 AM, Brian Craft wrote:
>
>> "Clojure Programming", and "The Joy of ..."
>
>
> Hmm, I was going to suggest Joy of but
I'm pretty sure you have already thought about it and it's me that missed
your considerations, but why we are not using a wiki-based tool, like
Wordpress, instead of forking a git branch?
On Mon, Oct 8, 2012 at 6:25 PM, Michael Klishin wrote:
> ## Announcing clojure-doc.org
>
> I am starting a n
typo, I meant ring *middleware*, not ring handlers
On Thu, Aug 16, 2012 at 1:01 PM, Roberto Mannai wrote:
>
> So if you are searching for practical examples I'd suggest to look for
> such use cases, although their best application IMHO has to be found not in
> business co
+1
On Wed, Aug 15, 2012 at 1:05 PM, Bruce Durling wrote:
> Sam,
>
> That's amazing. Thanks for posting that. :-D
>
> cheers,
> Bruce
>
> On Wed, Aug 15, 2012 at 11:50 AM, Sam Aaron wrote:
> > Hey everyone,
> >
> > sorry, I couldn't resist posting this, but I'm getting real close to
> making dec
I don't have my own examples, anyway being a daily object-oriented
programmer I'm feeling compelled to say that where "function-generating
functions" prove their main practical power is in what I'd label "man in
the middle functions".
Whenever I need to add behaviour to an existing OO method I hav
var or not.
On Thu, Aug 16, 2012 at 11:32 AM, Roberto Mannai wrote:
> There is a "return" which splits # and { on the second set definition,
> translating it into a map definition:
>
> #
> {10710,
>
> After correcting it, I get a new curious error:
> *Unknown
There is a "return" which splits # and { on the second set definition,
translating it into a map definition:
#
{10710,
After correcting it, I get a new curious error:
*Unknown constant tag 44 in class file user$eval1976*
* [Thrown class java.lang.ClassFormatError]*
On Thu, Aug 16, 2012 at 9:44
On Tuesday, August 7, 2012, Sam Aaron wrote:
>
> On 7 Aug 2012, at 08:21, Roberto Mannai >
> wrote:
>
> > +1. The piano composition is reminescent of some Gurdjieff/De Hartmann
> music.
>
> The piano piece was composed by Erik Satie - I simply played my own
> int
+1. The piano composition is reminescent of some Gurdjieff/De Hartmann
music. I liked too the live coding gestures, where I track down your Emacs
key bindings and your flowing among buffers. BTW, how did you update the
values of that "blue numerical sliders"? By mouse?
On Sunday, August 5, 2012, G
+1, although maybe we are going OT.
With the derivate Lucid Puppy you can also reuse and install existing .deb
packages.
On Sunday, May 27, 2012, James Jeffries wrote:
> It might be worth looking into Puppy Linux. It is quite easy to make a
> derivative of of it and the community around it (forum
You could consider the SuseStudio online environment [1]. It allows simple
fine-graned package selections and different output formats (live CD, ISOs,
VMware / VirtualBox / KVM image, Amazon EC2 image).
[1] http://susestudio.com/
Examples: http://susestudio.com/browse
On Thu, May 24, 2012 at 10:1
You could add the following evinroment variable to your OS:
LEIN_JVM_OPTS=-Xms4G -Xmx4G
On Windows for example, you could add at the top of "lein.bat" file the
following line (under "@echo off"):
SET LEIN_JVM_OPTS=-Xms4G -Xmx4G
This should be enough to do the trick.
On Mon, May 21, 2012 at 6:51
Maybe this experiment could interest you (clojurescript as a plugin of
gnome):
https://github.com/technomancy/lein-gnome
In general, if AFAIK the main performance issue is the jvm startup time and
the loading of the clojure.core library, one first solution could be
keeping a single background repl
I got the error:
*user=> (use 'clj-ns-browser.sdoc)
ClassNotFoundException com.fasterxml.jackson.core.JsonFactory*
java.net.URLClassLoader$1.run (URLClassLoader.java:366)
Should I add any jackson dependency? I followed these instructions on
Windows / lein 1.7:
;; Leiningen version 1
:de
Looks interesting. Does it work off-line with local docs or require an
Internet connection?
BTW, do you know any Web Repl working on an iPhone or iPad? I tryied:
- http://tryclj.com/ (well, it works but does not support a copy/past
action)
- http://lotrepls.appspot.com/ (it requires a submit via
Instead of using "alter-var-root" you could use the "binding" form. On this
subject of factory methods you could find useful the following article,
expecially the "with-implementation" macro:
http://pragprog.com/magazines/2011-07/growing-a-dsl-with-clojure
IMHO that solution should not prevent th
If you're also planning to try Emacs:
http://sourceforge.net/apps/wordpress/codesounding/2012/04/14/installing-and-configuring-emacs-24-for-clojure-updated/
Key bindings (under "SLIME commands"):
https://github.com/technomancy/swank-clojure
On Wed, Apr 25, 2012 at 4:37 PM, omer wrote:
> [...] i
rto. Works like a charm.
> --Larry
>
>
> On 5/4/12 2:32 PM, Roberto Mannai wrote:
>
> You should "use" it:
>
> user> (use 'clojure.repl)
> nil
> user> (doc doc)
> ...
>
>
> On Fri, May 4, 2012 at 9:27 PM, Larry Travis wrote:
>
You should "use" it:
user> (use 'clojure.repl)
nil
user> (doc doc)
...
On Fri, May 4, 2012 at 9:27 PM, Larry Travis wrote:
> A command like
>
> user> (doc hash-map)
>
> in the slime-repl created by clojure-jack-in
>
> results in
>
> Unable to resolve symbol: doc in this context
> [Thrown clas
if (n == 0) return the "factorial", else go to the "loop label" and recur
with the two parameters (n--) and (factorial * n). Go on until n-- reaches
0.
In a Java-like translation we could have:
int n = number;
factorial = 1;
while(n > 0){
factorial *= n--;
}
return factorial;
On Sun, Apr
Hi Marco,
here another "user" (really a student), although I'm out-of-sync with
Clojure since a couple of months.
Why do not create also an Italian Clojure Linkedin group?
Ciao,
Roberto
On Thu, Mar 22, 2012 at 10:21 AM, Marco Dalla Stella <
m.dallaste...@gmail.com> wrote:
> Hi,
>
> I just want
My notes about installing Emacs 24 on Windows 7, with clojure support:
http://sourceforge.net/apps/wordpress/codesounding/2011/09/29/installing-emacs-24-and-clojure-mode-on-windows-7-step-by-step/
On Wed, Jan 25, 2012 at 11:40 PM, Sean Corfield wrote:
>
> http://corfield.org/articles/emacs_win.ht
der.loadClass(Launcher.java:301)\n at
> java.lang.ClassLoader.loadClass(ClassLoader.java:247)\nCould not find
> the main class: Files\\Java\\jre6\\lib\\ext\\QTJava.zip;\";;test;src;C:
> \\Java\\.lein\\self-installs\\leiningen-1.6.0-standalone.jar. Program
> will exit.\nExcepti
If you're having problems with cygwin, you could use Emacs/lein without it:
http://sourceforge.net/apps/wordpress/codesounding/2011/09/29/installing-emacs-24-and-clojure-mode-on-windows-7-step-by-step/
On Tue, Nov 22, 2011 at 8:24 AM, Michael Jaaka
wrote:
> Well, in plugins i had 1.3.3 but in pro
FYI: some time ago the Opensuse project used such a collaborative tool
(http://www.co-ment.com) in order to get a shared mindset of its
goals.
This was the result, see how clicking on higlight words points to
their comments:
https://lite.co-ment.com/text/lNPCgzeGHdV/view/
On Sat, Nov 19, 2011 at 1
It seems you're having some problems with incompatible slime versions.
On Mac I'm successfully using Acquamacs
(http://aquamacs.org/download.shtml - do NOT install
Aquamacs-SLIME-xx.pkg.tgz) without any particular workaround. Just
install it, install lein (my script is /usr/bin/lein) and the
clojur
es an embedded slime.el - check
swank-clojure-1.4.0-SNAPSHOT.jar\swank\payload)
On Mon, Sep 26, 2011 at 2:56 AM, Roberto Mannai wrote:
>
> I have some trouble. I'm on OSX Lion, and have a few hours ago
> installed Aquamacs and SLIME from http://aquamacs.org/download.shtml.
> The
I have some trouble. I'm on OSX Lion, and have a few hours ago
installed Aquamacs and SLIME from http://aquamacs.org/download.shtml.
Then installed lein/swank/and clojure-mode, as Phil suggested.
In order to make it work I had to remove the autodoc option, by
commenting line 20 from /Library/Appli
Update: setting manually an environment variable named HOME, you can
choose where clojurebox/emacs will search your .emacs file.
On Thu, Sep 15, 2011 at 9:13 PM, Roberto Mannai wrote:
> Hi rsgoheen,
>
> Here how I'm now able to work with Clojurebox on Windows 7. Perhaps
> mine
Hi rsgoheen,
Here how I'm now able to work with Clojurebox on Windows 7. Perhaps
mine it isn't exactly the same as yours but can give some hints.
After some process sniffing, I found that Emacs was searching the
.emacs file under C:\, so I created it.
In order to create it, you have to do it in D
Hello,
I recently stumbled upon this page:
http://java.dzone.com/articles/contrasting-performance
They are comparing several languages (Java, Scala, Python, Erlang,
Clojure, Ruby, Groovy, Javascript), and Clojure rated very badly:
Object Oriented List Reduction
Elemen
On Sat, Jan 30, 2010 at 1:04 PM, Michael Wood wrote:
>
> I have come across references to a "declarative implementation of the
> DICOM-3 network protocol" written in Common Lisp and I was wondering
> what that means, exactly, and how one would go about doing something
> for an arbitrary network pr
On Sat, Jan 30, 2010 at 1:04 PM, Alex Osborne wrote:
> there *are* binary protocol parser generators. An
> example would be Google protocol buffers:
>
> http://code.google.com/p/protobuf/
Very interesting, thank you
--
You received this message because you are subscribed to the Google
Groups "
I should not go with an automatic parser. Binary network protocols can
mean a broad range of things :). If there is just a passive consumer
(like a textual HTTP browser), you could "consume" all the binary data
and then parse it, though I don't know if do exist a grammar for
binary symbols (just fo
I mean, the whole article: http://martinfowler.com/articles/codeGenDsl.html
> http://martinfowler.com/articles/codeGenDsl.html#UsingTemplatesForGeneration.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@g
Hello Liam
I'm neither an expert on this subject. :) Nevertheless I'll give you
my position.
Defining a new language, formally speaking, is very hard: you have to
define new symbols and rules. On many languages the same token can be
used in different contexts (think of "{" on Java: if blocks, meth
setLineNumber should not skip lines (at least officially - see
http://java.sun.com/j2se/1.4.2/docs/api/java/io/LineNumberReader.html).
If every line is of fixed size, in Java you could use a RandomAccessFile.
On Sun, Oct 25, 2009 at 3:30 AM, tommy c wrote:
>
> I have a huge file(>900MB) that I
Also the slide 21 should worth an answer: a benchmark of STM with more CPU
gives "Performance died – choked in the STM"
On Fri, Sep 18, 2009 at 9:22 AM, Michael Wood wrote:
>
> 2009/9/17 z5h :
> >
> > Specifically some problems encountered in Clojure's STM and bytecode
> > generation.
> >
> >
>
42 matches
Mail list logo