What programming languages are 'general purpose' and 'domain specific'?
-
I've read a few posts on SO about different DSL's and GP languages but I'm still a bit confused as to how you define a programming language to be one or the other. My understanding so far (and hopefully you can clarify) is as follows: Languages such as PHP, HTML, CSS are domain specific because they were designed for a singular purpose (e.g. they were designed for building websites - or in CSS' case was for styling websites). Whereas a language such as Ruby or Python is a general purpose language because it can be used for multiple purposes (e.g. Ruby can be used to build websites, as a command line tool, building Mac applications etc). Would that be correct? And if so where does a language like JavaScript fit in which I believe was designed to be domain specific (e.g. it was designed to be used for adding interactivity to websites) but JavaScript can be run on the server or command line, it can be used to interact with software like Photoshop and even doing Windows Shell Scripting so could that be considered a general purpose language because it's used for multiple purposes OR is it still domain specific because it's origins were that it was designed for web? Any clarification appreciated.
-
Answer:
Domain-specific languages are http://en.wikipedia.org/wiki/Domain-specific_language. Examples of domain-specific languages include HTML, Logo for children, Verilog and VHDL hardware description languages, Mata for matrix programming, Mathematica and Maxima for symbolic mathematics, spreadsheet formulas and macros, SQL for relational database queries, YACC grammars for creating parsers, regular expressions for specifying lexers, the Generic Eclipse Modeling System for creating diagramming languages, Csound for sound and music synthesis, and the input languages of GraphViz and GrGen, software packages used for graph layout and graph rewriting.
Robert Harvey at Programmers Visit the source
Other answers
Practically I've always thought of DSL's as an incomplete but more relevant language when solving a problem. An idea of a dsl for an accounting system might be: Add Company A, Address 1 To Accounts Payable Debit Account #7471 $100, Credit Account #8182 $100 Generate Balance Sheet as PDF "balance2012.pdf" etc. You could build a simple interpreter that would recognize this language, or program the top layer of your application in a similar fashion via classes and functions ignoring the nuts and bolts so to speak. The language is much easier for experts in the problem domain to understand and focuses on requirements and essential business procedures more so then viewing the entire code base.
Peter Smith
Related Q & A:
- What are the best programming languages to learn now?Best solution by Software Quality Assurance & Testing
- What programming languages should I learn for Web development?Best solution by Yahoo! Answers
- What are the top 5 most expensive domain names?Best solution by en.wikipedia.org
- What is the aim and purpose of having NGOs in a country?Best solution by Yahoo! Answers
- What is a statement of purpose?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.