[postmodern-devel] patch for array slicing
24 Apr
2011
24 Apr
'11
10:19 p.m.
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, -- Nicolas Martyanoff http://codemore.org khaelin@gmail.com
5035
Age (days ago)
5036
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marijn Haverbeke
-
Nicolas Martyanoff