converting this code to clojure for renndering with 2d library Copied from https://twitter.com/TedAjax/status/1004865330831712256 l={10,9,8,2,1} ;; list of colors
l={10,9,8,2,1} ;; list of colors
::_::
cls()srand()for m=0,99 do
x=rnd(8)-4
z=rnd(8)-4
y=rnd(14)-7
for n=4,0,-1 do ;;each orb will be comprised of 3 orbs as a trail
a=t()/4+n*.01
b=t()/4+(n+1)*.01
c=cos(a)*x-sin(a)*z
d=sin(a)*x+cos(a)*z+7
g=64+(c*64)/d
h=64+(y*64)/d
circfill(g,h,max((7-d)+n/2,0),l[4-n+1]) ;;circfill(x, y, r, color)
end
end
flip()goto _