In Julia, function composition isn’t just notation… it's executable math
> f(x) = x^2 + 1
> g = f ∘ sin
> g(pi/2) # gives 2
#julialang #joyofcomputing #computing
0
0
0
0
In Julia, function composition isn’t just notation… it's executable math
> f(x) = x^2 + 1
> g = f ∘ sin
> g(pi/2) # gives 2
#julialang #joyofcomputing #computing
With the release of #OpenBSD 7.7 https://www.openbsd.org/77.html fast approaching, you could do worse than prepare for the event by reading "You Have Installed OpenBSD. Now For The Daily Tasks." nxdomain.no/~peter/openbsd_installed... and explore the system for […]