plafer / Tissue.jl

Framework for building computational graphs that process any real time data source.
https://plafer.github.io/Tissue.jl/stable/
MIT License
2 stars 1 forks source link

Symbol `calcs` cannot be used withing a `@graph` body #8

Open plafer opened 3 years ago

plafer commented 3 years ago

This is because we use that name internally. We should switch to gensym'ed names instead, or var names.