Hacker News new | past | comments | ask | show | jobs | submit login

This is the key. You can even say that we only have a small amount of abstract "shapes" of data:

Scalars, list, tables(relations), tree/graph.

You can build generalized operations on them and it will work even if the internal structure (ie: list can be done on top of vectors or linked list or tables or tree) differ.

This is what I working on in my own little language (http://tablam.org). Certainly requiere specialize per structure and some stuff is hard to generalize but the idea hold.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: