[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Variables and constants

Subject: Re: Variables and constants
From: Lars Marius Garshol <larsga@xxxxxxxxxxxxxxx>
Date: 25 Feb 2000 15:38:02 +0100
difference between variables and constants
* John Lam
|
| This is more of a philosophical question. Since I haven't worked
| with functional programming languages before, can anyone explain to
| me the rationale for not having true variables a'la procedural
| programming languages (i.e. you can re-assign the value of an
| existing variable)?

XSLT is not alone in not having assignment, in fact there is a whole
family of programming languages called the functional programming
languages that work this way. The best-known are perhaps Standard ML
and Haskell. (No, Lisp does not belong here. Lisp is imperative, just
like the mainstream languages.)

The difference between the traditional imperative languages and the
functional ones is a deep one and not easily understood. At the
deepest level it has to do with whether change (that is, time) is
allowed in a program or not.

If change is banished, functions always return the same values and
reasoning about what is going on in the program becomes enormously
much simpler.

The best description you are likely to find of what this really means
appears in 'The Structure and Interpretation of Computer Programs', by
Abelson, Abelson and Sussman. (The book is definitely recommended for
anyone who wants to to serious programming, BTW.)
 
| Can anyone shed any light on why variables == constants in XSLT?

I'll let this one pass; others can probably answer it much better than
me.

--Lars M.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.