ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A syntax sugar for ConTeXt
@ 2020-11-03  3:50 Sylvain Hubert
  0 siblings, 0 replies; only message in thread
From: Sylvain Hubert @ 2020-11-03  3:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1512 bytes --]

Dear List,

I'm experimenting with a new syntax for ConTeXt and would appreciate it a
lot if you could give some opinions/advice on it.

https://github.com/champignoom/luax

Details in the README. Basically it's lua code faking tex, while remaining
a decent programming language, and saving keystrokes to the level of tex
compared to \ctxlua -only codes

A major motivating example is the table. There are multiple implementations
of table inside and outside ConTeXt, each of which uses its own ad-hoc
syntax, but at the end of the day they're just mimicking 2d arrays with
some variations. Here's an example in Context an excursion
<http://www.pragma-ade.com/general/manuals/ma-cb-en.pdf> using xtable
sugared with the new syntax:
```
  \xtable.setup[
    split='yes',
    header='repeat',
    offset='4pt',
  ]

  \xtable[
    head={
         align='middle', foregroundstyle='bold',
         {{nx=6, "Decline of wealth in Dutch florine (Dfl)"}},
         {foregroundstyle='bold', {width='1.2cm', 'Year'}, '1.000--2.000',
'2.000--3.000', '3.000-5.000', '5.000-10.000', 'over 10.000'},
    },
    next={
         {{nx=6, align='middle', foregroundstyle='bold', "Decline of wealth
in Dutch florine (Dfl) / Continued"}},
         {foregroundstyle='bold', {'Year', '1.000--2.000', '2.000--3.000',
'3.000-5.000', '5.000-10.000', 'over 10.000'}},
    },
    body={
    align='middle',
         {1675, \{\math{22}}, '~7', '~5', '~4', '~5'},
         {1724, '~4', '~4', '--', '~4', '~3'},
    },
  ]
```

Best,
Sylvain

[-- Attachment #1.2: Type: text/html, Size: 2190 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-03  3:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03  3:50 A syntax sugar for ConTeXt Sylvain Hubert

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).