lindahua / Devectorize.jl

A Julia framework for delayed expression evaluation
MIT License
115 stars 17 forks source link

Bug fix for @devec_transform #18

Closed tshort closed 11 years ago

tshort commented 11 years ago

My initial version only worked for variables named d. Hopefully, that's fixed, now. In the process, I wrapped the expression in a let, so temporaries from gensym don't pollute the main namespace.