Re: SQL



Just two small nitpicks:

"Christian Brunschen" <cb@xxxxxxxxxxxxxxxx> wrote in message
news:dr4vtn$6am$1@xxxxxxxxxxxxxx
> In article <1138069132.579407.231900@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
> topmind <topmind@xxxxxxxxxxxxxxxx> wrote:
>
>>The history is generally irrelavent.
>
> I disagree: History is never entirely irrelevant, even if only to show
> where something came from.
>

topmind claimed history is *generally* irrelevent, not *entirely*
irrelevant. "If only to show where something came from" does not contradict
with "generally irrelevant".

>
> Turing-complete languages will be general-purpose. But there may well be
> genera-purpose languages which aren't turing-complete.

The "infinitely long ribbon of 1s and 0s that Turing Machines read" is a
turing-complete programming language, but I don't think it's a
"general-purpose" language. AFAIK, their purpose has thus far been limited
to proving theorems (about the Turing Completeness, or lack thereof, of
other abstractions, for example).

So just because a language is TC does not nescessarily imply that it is
general purpose, in the sense that this thread seems to be using "general
purpose".

- Oliver


.



Relevant Pages

  • Re: Pythons simplicity philosophy
    ... > The idea of aiming a language at trying to prevent people from doing ... > programming language to be a fluid and natural medium for expressing ... > so does sum(), since the programmer can provide his own comparison ... You mention here "general-purpose programming". ...
    (comp.lang.python)
  • Re: SQL
    ... You are still using a persistence mechanis; ... The relational model, and SQL, were developed specifically for persistent ... They are 'general-purpose' _within their specific area_, ... A 'general-purpose' programming language is ...
    (comp.object)
  • Re: A stats library (announcement)
    ... > dozen of them drove me to waste time writing a general-purpose stats ... > program a general stats package, then they realize that their language ... you're probably better off learning Limdep. ...
    (sci.stat.math)
  • Re: C++/CLI Death 2008, 2009 or 2010?
    ... I think part of my unrealistic expectations were driven by several books published that address C++/CLI from a general development prespective, thus misleading the reader to an extent. ... If you want to invest in a general purpose language, learn C++ instead, and look beyond Windows. ... Moving to C++/CLI from that would be a specialization for those people who want to use C++ with the .NET framework. ... I would definitely stay away from the books that try to sell it as a C++ upgrade, though, or as a language for general-purpose development. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Class design: variable business rules help!
    ... If you don't have any constraint of the kind of rules you may create.. ... well, guess what, what you need is a general purpose expression ... language to express all the rules that you want to espress. ... general-purpose one) and not to introduce too much rigidiy. ...
    (comp.object)