LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Joseph Wright <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Tue, 9 Sep 2008 15:36:58 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Hello,

A "philosophy" question.  For storing values that will be used "as is",
normally one would do \def\storesomething{Something}.  In the LaTeX3
model, I can choose either

\def:NNn \store_something: 0 {Something}

or

\tlp_new:N \l_store_something_tlp
\tlp_set:Nn \l_store_something_tlp {Something}

and get the same result, function-wise.  Is the later closer to the
model proposed, or should I stick with the former?
-- 
Joseph Wright

ATOM RSS1 RSS2