Specific

Domain Specific Language for Stock/Inventory Management [closed]

Domain Specific Language for Stock/Inventory Management [closed]
  1. What are some examples of domain specific language?
  2. What is domain specific language?
  3. Is rails a domain specific language?

What are some examples of domain specific language?

Domain-specific languages have been talked about, and used for almost as long as computing has been done. DSLs are very common in computing: examples include CSS, regular expressions, make, ant, SQL, many bits of Rails, expectations in JMock, graphviz's dot language, strut's configuration file....

What is domain specific language?

A Domain Specific Language is a programming language with a higher level of abstraction optimized for a specific class of problems. A DSL uses the concepts and rules from the field or domain.

Is rails a domain specific language?

Ruby on Rails may be considered a DSL (Domain Specific Language) for creating web applications. Save this answer.

How can I make this habit tracker interface more visually interesting? [closed]
How do you make a habit tracker?Is habit Tracker a good app? How do you make a habit tracker?The most basic format is to get a calendar and cross of...
User Research Estimation
What are user research methods? What are user research methods?UX research methods are ways of generating insights about your users, their behavior,...
Top layer for two applications in one
What layer creates a connection between 2 applications?How can you display 2 windows at the same time?Why is application layer at the top? What laye...