Signals.jl icon indicating copy to clipboard operation
Signals.jl copied to clipboard

Multi-Paradigm Dynamic Fast Functional Reactive Programming in Julia

Results 2 Signals.jl issues
Sort by recently updated
recently updated
newest added

Hi, very nice library; I have noticed the following: Assume you have a type where you have specified the constructor: ```julia struct Trial x::Float64 Trial(x_::Float64)=new(x_) end ``` If I try...

The current one, v1.2.0 throws a world age error when running the example in the readme.