j
k
j a
j l
Hi,
I wrote a tiny patch to add support for array slicing:
So now:
(:[] #(1 2 4 8) 3) → "(ARRAY[1,2,4,8])[3]" (:[] #(1 2 4 8) 2 4) → "(ARRAY[1,2,4,8])[2:4]"
I hope you will find it useful.
Best regards,
Attachments:
Back to the thread
Back to the list