Hello!

  Is it possible to store and retrieve tuples that have other tuples as fields 
(apart from date-time)?

  For example, I'd like to track duplicate files found on my drive with the 
following structure:

TUPLE: my-file hash paths ;
TUPLE: my-file-path hash path ;

  The idea is the "paths" field of my-file will contain a sequence (possibly 
empty) of the my-file-path tuples. When it is stored to a (SQLite) database I'd 
like the sequence of my-file-paths to be stored as well, and subsequently 
retrieved.

  Is there a mechanism for that?

---=====---
 Александр

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to