top | item 36199003

(no title)

Firadeoclus | 2 years ago

This makes sense but to be honest, how I'd really like to represent data to go along with code is as a table or a tree (i.e. presentation/interaction more like a spreadsheet).

discuss

order

evdubs|2 years ago

A Lisp response to this might be: tables and trees are just special forms of lists.

You can work with tables, trees, maps, vectors, etc. and if they can support list operations (filter, map, reduce, first, last, etc.) then they can be treated like a list and you can do those operations. You can still build IDEs that will show you tables of variables at runtime and graphs of your tree structures.