Re: Application of Various Programming Languages?
- From: Walter Banks <walter@xxxxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 15:23:18 -0500
have not found information regarding which kind of problems each.. . . .
language is designed to address.
is each language optimized for certain applications?
This is an important question that is not well understood. Languages
are not realy one size fits all problems. It is even more complicated
because there is a huge overlap between languages. Many applications
can be implimented on many languages.
Google for "language shootout".
http://www.google.ca/search?hl=en&q=language+shootout&meta=
The language shootout benchmarks is an attempt to show the
relative implimentation effectiveness for a standard set of problems
on as many languages as possible.
In general there are implimentation languages where the focus is on the
method used to impliment an application. For example C and C++
There are application specific languages where the language is structured
to easily describe the problem in the vocabulary of the application.
Prolog, and ST to name two
Some languages that treat data and functions as similar objects are
referred to as functional languages. These include LISP, MP Scheme
and trac
Regards,
--
Walter Banks
Byte Craft Limited
Tel. (519) 888-6911
Fax (519) 746 6751
http://www.bytecraft.com
walter@xxxxxxxxxxxxx
"W. D. Allen" wrote:
As a neophyte I have become aware of a large variety of programming
languages, Ada, C++, VisualBasic, Python, Ruby, etc., but have not find
information regarding which kind of problems each language is designed
to address. For example, I assume Ruby is a web design language, but is
each language optimized for certain applications? If so, is there a web
site where I can get answers to my question?
Many thanks,
W. D. Allen
ballensr@xxxxxxxxxxxxxx
end
.
- References:
- Application of Various Programming Languages?
- From: W. D. Allen
- Application of Various Programming Languages?
- Prev by Date: Re: Application of Various Programming Languages?
- Next by Date: Re: Application of Various Programming Languages?
- Previous by thread: Re: Application of Various Programming Languages?
- Next by thread: Re: Application of Various Programming Languages?
- Index(es):
Relevant Pages
|