ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* lua tables - how do you cope?
@ 2016-07-30 10:20 Schmitz Thomas A.
  2016-07-30 13:04 ` Joseph Canedo
  0 siblings, 1 reply; 9+ messages in thread
From: Schmitz Thomas A. @ 2016-07-30 10:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

This is less a specific question about ConTeXt than a hope for good advice: I’m maltreating my xml files with a mixture of TeX and Lua. I want to extract and typeset information in different forms, so I first collect everything in lua tables, rearrange and order these tables and typeset the results. All fine and dandy. My problem is that I have to have tables within tables within tables… you get the picture. One aspect of Lua that is really bugging me is the fact that associative tables have no order, which can be a pain in the butt for this kind of operation. So I have to be careful that I have to use constructs that will keep the order in which items have been added and loop through them via ipairs() instead of pairs(). I find it difficult to keep track of what’s inside my layers upon layers of tables. So my question is: how do those of you who are more experienced with this kind of question proceed? Do you have any handy tool to visualize a table? Any tips you want to share?

Thanks a lot!

Thomas
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-07-30 22:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-30 10:20 lua tables - how do you cope? Schmitz Thomas A.
2016-07-30 13:04 ` Joseph Canedo
2016-07-30 14:31   ` Wolfgang Schuster
2016-07-30 21:01     ` Schmitz Thomas A.
2016-07-30 21:19       ` Arthur Reutenauer
2016-07-30 21:46       ` Lukas Prochazka
2016-07-30 22:25         ` Schmitz Thomas A.
2016-07-30 22:26       ` Hans Hagen
2016-07-30 22:28   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).