Hi,
I've seen this particular discussion -
https://groups.google.com/d/topic/clojure/Ia9uBDGuLmM/discussion
I am talking specifically about multimethods here. So if you do -
(defmulti my-method
"some doc string"
identity)
then this particular doc-string is not visible in emacs (like in an
Has anyone tried using the google chart library in Clojurescript ?
http://code.google.com/apis/chart/interactive/docs/quick_start.html
- it uses a dynamically-loaded-from-the-web api that I cannot work out
quickly how to deal with. It's not google closure-style javascript by
the looks of things.
Hi,
Seesaw 1.2.2 has been released. It includes several enhancements, most
notably SwingX support and some tools to make debugging exceptions in
the UI thread easier.
The full release notes can be found here:
https://github.com/daveray/seesaw/wiki/Release-Notes.
Cheers,
Dave
--
You received t
>
> A related question. If I wanted to do a once-off initialization of the value
> (ie, the first VM to create the distributed ref will set the value) how would
> I go about it?
>
I would just create the Ref without an initial value, and if the current value
is non-nil, you know that it has
You might be interested in the paper 'Fortifying Macros':
http://www.ccs.neu.edu/scheme/pubs/icfp10-cf.pdf syntax-parse is very
cool and can give good error messages if the user makes a mistake when
using the macro. About a year ago I tried making an implementation of
a system like syntax-parse f
On Sat, Dec 3, 2011 at 9:58 AM, Stuart Sierra
wrote:
> A matter of curiosity: What are you doing that requires so much symbol
> manipulation?
>
> -S
macros mostly.
most recently a macro that registers a cache with a name to make it
available for flushing via a command line control interface, and
On 3 December 2011 01:44, David Edgar Liebke wrote:
> Hi Glen,
>
> >
> > The init-stm step is still referenced in the documentation as being
> required BTW.
> >
>
> Thanks, I'll remove the reference.
>
> > I had a couple of questions.
> >
> > I noticed that when I create a reference (zk-ref) I ne
I try to do multiplication where overflowing is expected and the result
should be handled "modulo" ie the multiplication results in a truncated
long.
user> (unchecked-multiply (Long/MAX_VALUE) (Long/MAX_VALUE))
1 ;;is ok and expected
also
classificator.fnvhash> (unchecked-multiply Long/MAX_VALUE
On Dec 2, 2011, at 1:29 PM, Phil Hagelberg wrote:
>> I was using defrecord for the first time, to create a type that I wanted to
>> throw+ via slingshot to signal errors from a library.
>
> For what it's worth, the main point of slingshot is removing the
> necessity of creating custom classes fo
Em 12/04/11 03:16, Razvan Rotaru escreveu:
Wow. I didn't thought this was possible. You know, I have seen a lot
of people saying that scheme macros are more "powerfull", citing the
fact that scheme also has lisp macros, while it's not possible to do
it the other way around.
Of course it's possibl
I don't understand why, but changing to a 'require' instead of a 'use'
fixed my problem:
(ns hello
(:require
[goog.Timer :as Timer]
[goog.dom :as dom]
[goog.events :as events]
[goog.events.EventType :as EventType]
[goog.events.KeyCodes :as KeyCodes]
I think the problem is no one has used both of them enough to really
understand the differences. Here is my understanding as of now, but
I'm not that familiar with Ritz yet. Functionally, they both do
basically the same thing: set breakpoints, catch exceptions, step
through code, and eval clojure
12 matches
Mail list logo