rofinn / Interfaces.jl

An implementation of interfaces for Julia
MIT License
7 stars 3 forks source link

Mutable union #1

Closed rofinn closed 9 years ago

rofinn commented 9 years ago

Completely changes how Interfaces work, by using @interface and @implements macros that modify a union typealias. Unfortunately, these changes explicitly depend on C functions only available in julia v0.4 so Interfaces.jl will be dropping v0.3 compatibility.