I'm searching for an implementation of 1-dimension perlin noise in Clojure, so far i find a 3-Dimension implementation:
https://github.com/indy/perlin/blob/master/src/perlin/core.clj
But it don't really fit my needs
There is also the one from Processing that was wrapped in quil:
https://github.com/quil/quil/blob/master/src/quil/core.clj#L2427
But i don't know how to extract it (it is binded to the current applet)