Skip to content

Instantly share code, notes, and snippets.

View binarybana's full-sized avatar

Jason Knight binarybana

View GitHub Profile
@pao
pao / iface_test.jl
Created April 20, 2012 23:10
Julia interfaces prototype
load("interface.jl")
type Blah; end
type Bluh; end
@interface FooBar{T} [
(:foo, :(T, Integer,))
(:bar, :(T, String, Integer))
]