recursecenter / webstack.jl

DEPRECATED: In progress Julia webstack
82 stars 5 forks source link

Adds Webstacklib utilities and @interface macro #52

Open despeset opened 11 years ago

despeset commented 11 years ago

Is this an okay idiom? A new utility module called Webstacklib that just contains general purpose utilities that we wish Julia already had.

zachallaun commented 11 years ago

Daniel and I worked on this together. We talked about the idea of a Base.Speculative library that contained stuff like this, but decided that this wasn't as heavy-handed. @StefanKarpinski What do you think?