-
(defmethod encounter (x (eql :bunny)) (y (eql :lion)) :run-away)
-
This is more of a Clojure best-practice question/discussion than an issue...
There are a couple uses of multimethods in [streams.clj](https://github.com/aphyr/riemann/blob/master/src/riemann/streams.…
-
From IRC:
```
Is there a way to use multimethods dispatching on type if the type of an objects isn't manifested in its class? Basically, I need something like (defmulti foo class), but with my ow…
-
``` ruby
require 'contracts'
include Contracts
Contract Num => Num
def foo(x) ; x + 1 ; end
Contract String => String
def foo(x) ; "[#{x}]" ; end
foo(1)
# => RuntimeError: Contract violation:
# …
-
**Reported by [Eevee](http://github.com/eevee) on 2011/04/28 06:44:16 +0000 · Migrated from [Redmine issue 624](http://bugs.veekun.com/issues/624)**
---
…except in the item list. Weird.
```
Redmine…
-
Hi Benjamin,
I really appreciate your work on the google-visualization plugin. It is not very often, that plugins get maintained that actively.
I just came to the situation, using grails 2.1.0-RC3 t…
tviel updated
12 years ago
-
I'm looking into hooking up the filtering functionality with the VCF frontend.
Right now you have a nicely exposed `plot-ready-metrics` function in the metrics API that will grab the file in the backg…
-
I tried to make a very first implementation of the matrix of Parallel Colt (PC), however it is a huge mess... I guess I am missing something in the multimethod stuff...
It is not complete https://gis…
-
Hey Hakan,
I too have been thinking hard on how to program Emacs in Clojure, for quite a while now. Elisp really stops me from extending the editor's functionality as much as I wished.
I've come up …
vemv updated
12 years ago
-
I modified Backbone.js in my branch, but I wanted to submit this as an issue first to get the comments of more experienced backbone.js committers before I submit it as a pull request:
I made the foll…