Category talk:Programming Languages: Difference between revisions

sql like pascal...? (haven't I already written it? forgot to do save or server prblm?)
(Template:dialect, Template:works with)
(sql like pascal...? (haven't I already written it? forgot to do save or server prblm?))
Line 12:
::: The only bit I'm worried about is how one draws the line between different dialects of a language and different languages. There is an SQL standard that came out in 1992, but many of today's SQL implementations which are equally compatible(No implementation that I'm aware of completely implements the standard) with that standard are incompatible with each other. I believe this is largely a result of different decisions in expressing the same syntax. (I don't like putting it that way, exactly, but consider the difference between building an SQL query for Access or MS SQL Server and building the same query for Oracle or MySQL.).
::: As a side-benefit, this allows us to identify language extensions as dialects of a language; Code that uses gcc extensions can be identified as using the GCC dialect of the language, while code that uses MSVC extension can be similarly categorized. the [[Template:works with|works with]] template is a horrible hack that resulted from needing to organize data without being able to properly define that organization. If we can obviate it without necessitating forty different templates per code example, I'd be really, really happy. --[[User:Short Circuit|Short Circuit]] 18:35, 28 April 2009 (UTC)
:::: This would mean also that all ''Pascal'' examples "working with" this or that "implementation" (gpc, FreePascal, TurboPascal...) should become ''dialects of''...? With Pascal, the template '''works with''' sufficed, or at least so it seemed to me. Maybe SQL after all fell in the same trap? --[[User:ShinTakezou|ShinTakezou]] 18:51, 28 April 2009 (UTC)