ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [OT] Quick ref for Lua ?
@ 2007-10-25 13:47 luigi scarso
  2007-10-25 14:43 ` Arthur Reutenauer
  0 siblings, 1 reply; 9+ messages in thread
From: luigi scarso @ 2007-10-25 13:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Does anybody know or use about pdf/ppt quick reference for Lua as used
in LuaTeX ?

-- 
luigi
----------------------------------------------------------------
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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [OT] Quick ref for Lua ?
  2007-10-25 13:47 [OT] Quick ref for Lua ? luigi scarso
@ 2007-10-25 14:43 ` Arthur Reutenauer
  2007-10-25 15:20   ` luigi scarso
  2007-12-30 21:39   ` luigi scarso
  0 siblings, 2 replies; 9+ messages in thread
From: Arthur Reutenauer @ 2007-10-25 14:43 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

  The Lua users wiki is very helpful but I don't think there is any PDF
quick ref (http://lua-users.org/wiki/).  And if you mean “Lua, as in Lua
used in LuaTeX" (with all the additional libraries, etc.), then no,
definitely no.

	Arthur
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [OT] Quick ref for Lua ?
  2007-10-25 14:43 ` Arthur Reutenauer
@ 2007-10-25 15:20   ` luigi scarso
  2007-10-25 15:52     ` Arthur Reutenauer
  2007-12-30 21:39   ` luigi scarso
  1 sibling, 1 reply; 9+ messages in thread
From: luigi scarso @ 2007-10-25 15:20 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On 10/25/07, Arthur Reutenauer <arthur.reutenauer@normalesup.org> wrote:
>   The Lua users wiki is very helpful but I don't think there is any PDF
> quick ref (http://lua-users.org/wiki/).  And if you mean "Lua, as in Lua
> used in LuaTeX" (with all the additional libraries, etc.), then no,
> definitely no.

http://luaforge.net/docman/index.php?group_id=80&selected_doc_group_id=95&language_id=1

but is lua 5.0, not lua 5.1 as that one used in luatex

-- 
luigi
----------------------------------------------------------------
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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [OT] Quick ref for Lua ?
  2007-10-25 15:20   ` luigi scarso
@ 2007-10-25 15:52     ` Arthur Reutenauer
  2007-10-25 16:45       ` luigi scarso
  2007-10-26  6:51       ` Taco Hoekwater
  0 siblings, 2 replies; 9+ messages in thread
From: Arthur Reutenauer @ 2007-10-25 15:52 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> http://luaforge.net/docman/index.php?group_id=80&selected_doc_group_id=95&language_id=1

  Thanks, I didn't know that. But anyway there's much more to it, since
lua as used in LuaTeX has many external libraries embedded (luazip, Lua
Parsing Expression Grammars, a library for manipulating Unicode strings
etc.); and in addition to that all the special libraries that have been
written by Taco and Hans (chapter 4 of the LuaTeX reference manual).

  So there are actually quite a lot of additional things and I expect
the difference between versions 5.0 and 5.1 of the core language and
libraries to be rather unimportant (at least in that respect).

	Arthur

P-S for Taco: Am I right in saying that the list of additional libraries is:
  • The twelve ones documented in luatexref-t.pdf
  • lfs, luamd5, lpeg, luazip, luazlib and Selene Unicode (as seen in src/libs)?

  That could be a start to write a complete texlua manual ... (here I'm
only interested in the libraries providing new lua functions,
obviously).
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [OT] Quick ref for Lua ?
  2007-10-25 15:52     ` Arthur Reutenauer
@ 2007-10-25 16:45       ` luigi scarso
  2007-10-26  6:51       ` Taco Hoekwater
  1 sibling, 0 replies; 9+ messages in thread
From: luigi scarso @ 2007-10-25 16:45 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On 10/25/07, Arthur Reutenauer <arthur.reutenauer@normalesup.org> wrote:
> > http://luaforge.net/docman/index.php?group_id=80&selected_doc_group_id=95&language_id=1
>
>   Thanks, I didn't know that. But anyway there's much more to it, since
> lua as used in LuaTeX has many external libraries embedded
yes, I know.
But i'm searching for a quick ref of Lua, because I manage others
scripts-language
and sometimes I feel a bit confused.

---
luigi
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [OT] Quick ref for Lua ?
  2007-10-25 15:52     ` Arthur Reutenauer
  2007-10-25 16:45       ` luigi scarso
@ 2007-10-26  6:51       ` Taco Hoekwater
  1 sibling, 0 replies; 9+ messages in thread
From: Taco Hoekwater @ 2007-10-26  6:51 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Arthur Reutenauer wrote:

> P-S for Taco: Am I right in saying that the list of additional libraries is:
>   • The twelve ones documented in luatexref-t.pdf
>   • lfs, luamd5, lpeg, luazip, luazlib and Selene Unicode (as seen in src/libs)?

Yes, that's it. Luazlib actually defines things in two separate tables,
but that is the only oddity I am aware of.

There are a few extensions to the lfs and os tables I wrote, but those
are documented in the manual already.

>   That could be a start to write a complete texlua manual ... (here I'm
> only interested in the libraries providing new lua functions,
> obviously).

I plan to incorporate the reference for each of those additional 
external libraries in the manual, but that is a somewhat timeconsuming
task and I never seem to get around to it.

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [OT] Quick ref for Lua ?
  2007-10-25 14:43 ` Arthur Reutenauer
  2007-10-25 15:20   ` luigi scarso
@ 2007-12-30 21:39   ` luigi scarso
  2007-12-31  0:04     ` Arthur Reutenauer
  1 sibling, 1 reply; 9+ messages in thread
From: luigi scarso @ 2007-12-30 21:39 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On Oct 25, 2007 3:43 PM, Arthur Reutenauer
<arthur.reutenauer@normalesup.org> wrote:
>   The Lua users wiki is very helpful but I don't think there is any PDF
> quick ref (http://lua-users.org/wiki/).  And if you mean "Lua, as in Lua
> used in LuaTeX" (with all the additional libraries, etc.), then no,
> definitely no.
OK , found it
http://lua-users.org/wiki/LuaShortReference

-- 
luigi
http://wiki.contextgarden.net/User:Luigi.scarso/Merry_Christmas_2007
....
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [OT] Quick ref for Lua ?
  2007-12-30 21:39   ` luigi scarso
@ 2007-12-31  0:04     ` Arthur Reutenauer
  2008-01-19  6:30       ` luigi scarso
  0 siblings, 1 reply; 9+ messages in thread
From: Arthur Reutenauer @ 2007-12-31  0:04 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> OK , found it
> http://lua-users.org/wiki/LuaShortReference

  Interesting :-)  Thanks!

	Arthur
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [OT] Quick ref for Lua ?
  2007-12-31  0:04     ` Arthur Reutenauer
@ 2008-01-19  6:30       ` luigi scarso
  0 siblings, 0 replies; 9+ messages in thread
From: luigi scarso @ 2008-01-19  6:30 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On Dec 31, 2007 1:04 AM, Arthur Reutenauer
<arthur.reutenauer@normalesup.org> wrote:
> > OK , found it
> > http://lua-users.org/wiki/LuaShortReference
Also
http://pgl.yoyo.org/luai/i/about


-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-01-19  6:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-25 13:47 [OT] Quick ref for Lua ? luigi scarso
2007-10-25 14:43 ` Arthur Reutenauer
2007-10-25 15:20   ` luigi scarso
2007-10-25 15:52     ` Arthur Reutenauer
2007-10-25 16:45       ` luigi scarso
2007-10-26  6:51       ` Taco Hoekwater
2007-12-30 21:39   ` luigi scarso
2007-12-31  0:04     ` Arthur Reutenauer
2008-01-19  6:30       ` luigi scarso

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