In some languages such as C you have to define variables before you can use 
them, you must also define them with a particular type, i.e. integer, char, 
float, binary, etc

In CF you do not have to declare simple data types, but you do have to 
declare complex objects such as structures and arrays (But not their elements)

Hope this helps

At 08:21 AM 11/7/2000 -0800, you wrote:
>For the sake of us non-programmers could you explain what "typed language" 
>means?
>
>---mark
>
>--------------------------------------------------------------
>Mark Warrick
>Phone: (714) 547-5386
>Efax.com Fax: (801) 730-7289
>Personal Email: [EMAIL PROTECTED]
>Personal URL: http://www.warrick.net
>Business Email: [EMAIL PROTECTED]
>Business URL: http://www.fusioneers.com
>ICQ: 346566
>--------------------------------------------------------------
>
>
> > -----Original Message-----
> > From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, November 07, 2000 5:40 AM
> > To: CF-Talk
> > Subject: Is Cold Fusion a Typed Language?
> >
> >
> >
> >   I've heard in quite a few places that ColdFusion is a typed language?
> > However, it acts as an untyped language.  Can anyone verify for me which
> > one is actually true?
> >
> >   You don't declare variables a type when you create them, and you
> > can typically change a variable from a string to an integer without
> > a second thought.  I was told that ColdFusion handles all data
> > conversion internally to take the burden off the user, but for
> > efficiency's sake, it's best not to switch the type of a variable if
> > you can avoid it.
> >
> >   And if Cold Fusion is a typed language, what are the simple types?
> > The standard string, integer, float, and boolean?
> >
> > --
> > Jeff Houser
> > AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
> > --
> > DotComIt, LLC
> > Computer Consultant specializing in database driven web data
> > Lotus Notes/Domino, Cold Fusion
> > --
> > Half of the Alternative Folk Acoustic Duo called Far Cry Fly
> > http://www.farcryfly.com
> > http://www.mp3.com/FarCryFly
> > --
> > Does Everyone Think I'm a Cynical?
> > ------------------------------------------------------------------
> > ------------------------------
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> > or send a message with 'unsubscribe' in the body to
> > [EMAIL PROTECTED]
>
>------------------------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarsts or send a 
>message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--
Nick McClure            [EMAIL PROTECTED]
Technical Director      859.245.9656
squareFish Media        www.squareFish.com

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to