ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: ntg-context@ntg.nl
Subject: Re: lua tables - how do you cope?
Date: Sun, 31 Jul 2016 00:28:18 +0200	[thread overview]
Message-ID: <2c76bb11-0356-c22c-f5df-a3b112d0cbfc@wxs.nl> (raw)
In-Reply-To: <579ca5be.031dc20a.f2c35.463e@mx.google.com>

On 7/30/2016 3:04 PM, Joseph Canedo wrote:
> If the requirement is to iterate on a table having the keys, values
> sorted by key (assuming the keys can be sorted), there are ways to do
> this. Please see http://lua-users.org/wiki/SortedIteration for an
> example (this just replaces pairs(t) with orderedPairs(t)).

or just in context

for k, v in table.sortedhash(t)
   print(k,v)
end

btw,

mtxrun --script foo.lua

has all that on board as well

>
>
> Hope this helps
>
>
>
> Joseph
>
>
>
> *De : *Schmitz Thomas A. <mailto:thomas.schmitz@uni-bonn.de>
> *Envoyé le :*samedi 30 juillet 2016 12:21
> *À : *mailing list for ConTeXt users <mailto:ntg-context@ntg.nl>
> *Objet :*[NTG-context] lua tables - how do you cope?
>
>
>
> 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
>
> ___________________________________________________________________________________
>
>
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

      parent reply	other threads:[~2016-07-30 22:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-30 10:20 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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2c76bb11-0356-c22c-f5df-a3b112d0cbfc@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).