DOH!
http://developer.android.com/videos/index.html#v=Ls0tM-c4Vfo
On Jul 31, 2:38 pm, Fred Concklin wrote:
> Thought it might be of interest to some on the list.
>
> http://developer.android.com/videos/index.html#v=Oq05KqjXTvs
--
You received this message because you are subscrib
Thought it might be of interest to some on the list.
http://developer.android.com/videos/index.html#v=Oq05KqjXTvs
--
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 m
Phil Hagelberg writes:
> Fred Concklin writes:
>
>> Clearly the solution is to turn off slime-highlight-edits. Although why
>> is slime bootstrapped on every jack-in?
>
> Future versions will try to detect if it's already been bootstrapped and
> skip that step
I'm using clojure-jack-in with slime-highlight-edits in my slime
config (.emacs). The problem is that the after slime is bootstrapped by jack-in
the highlights show up in every .clj file I'm editing, regardless of
whether or not it is in the project with the slime-connection.
Thoughts/opinions/fi
t; To post to this group, send email to clojure@googlegroups.com
> Note that 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 a
in common lisp:
> (setf x '((1st element) 2 (element 3) ((4)) 5))
((1ST ELEMENT) 2 (ELEMENT 3) ((4)) 5)
in clojure:
user> (def x '((1st element) 2 (element 3) ((4)) 5))
java.lang.NumberFormatException: Invalid number: 1st
[Thrown class clojure.lang.LispReader$ReaderException]
Looking into it
u
Thanks!
fpc
--
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 - please be patient with your
first post.
To unsubscribe from this group, send e
I'm looking for examples and resources about using Lift (Scala Web
Framework) and clojure together. Anybody know of anything good?
fpc
--
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
Not
Tests whether list is arithmetic progression.
Thoughts, feedback:
(defn arithmetic-progression? [intlist]
"tests if list is arithmetic progression."
(apply =
(map
#(apply - %)
(partition 2 1 (reverse intlist)
fpc
--
You received this message because you are subscribed to th
Just wondering if anybody uses CEDET with clojure or anybody would be
interested in clojure language support for smart code completion.
http://cedet.sourceforge.net/
fpc
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send e
You should patch and send upstream.
fpc
--
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 - please be patient with your
first post.
To unsubs
Hi,
I've been surveying some agent based modeling systems for use in a
project I am doing in clojure. I've narrowed down the list to those
below. I am wondering if anybody here has experience with these or has
any thoughts about choosing one over the other for use with clojure. I
will probably wr
Christopher Maggio writes:
> Hi, clojure newbie here;
>
> I have a quick question, I am writing a small pattern matching program
> and I can't figure out how to append a string to a # for re-matcher:
Not quite following, but check out re-pattern
(http://clojuredocs.org/clojure_core/clojure.core/r
DEFLATE is a compression method that combines LZ77 with Huffman
coding. It is implemented in java.util.zip.
Read about it here:
http://download.oracle.com/javase/1.4.2/docs/api/java/util/zip/package-summary.html
fpc
--
You received this message because you are subscribed to the Google
Groups "
14 matches
Mail list logo