explorable-viz / fluid

Data-linked visualisations

Home Page:http://f.luid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array literals

rolyp opened this issue · comments

This would make e.g. the convolution examples a bit nicer.

Btw, Julia has array comprehensions similar to ours, so that would be a useful citation. (“Fluid has Julia-style matrix comprehensions..”)

I’m also interested in whether array literals could be enriched with some kind of backquote mechanism. This wouldn’t be very interesting if it only operated at the level of individual elements, but if you could do “blocks” (subarrays) in an efficient way then it potentially could be.