Computer language design schema: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
By [[Vadim Zaytsev]]
'''From workshop introduction by [[Vadim Zaytsev]]''' <br>
 
<br>
{| class="wikitable" border="1"
'''Domain''' <br>
|-
''What will the language be used for?'' <br> 
! Domain
Topic, theme, problems, concerns <br>
! Ontology
<br>
! Schema
'''Ontology''' <br>
! Grammar
''What are the entities of this domain?'' <br>
 
State, things, events, concepts, properties, composition <br>
|-
<br>
| ''What will the language be used for?''
'''Schema''' <br>
 
''What are sentences, conceptually?'' <br>
 
Lists? sets? trees? graphs? tables? <br>
|''What are the entities of this domain?''  
Looking inside a sentence, what is there? <br>
 
Are there different kinds of sentences? <br>
 
Explicit language modelling <br>
| ''What are sentences, conceptually?''
<br>
 
'''Grammar''' <br>
 
''How do you write sentences down?'' <br>
| ''How do you write sentences down?''
What alphabet do you use <br>
 
How are symbols constructed in it <br>
 
|-
| Topic, theme, problems, concerns
 
|(concept, properties, relationships. Like a mind map.)
State, things, events, concepts, properties, composition 
 
|Lists? sets? trees? graphs? tables?
Looking inside a sentence, what is there?
Are there different kinds of sentences?
Explicit language modelling
 
|What alphabet do you use
How symbols are constructed in it
Text? Tables? Diagrams? Unicode? Color?
Text? Tables? Diagrams? Unicode? Color?
}
[[Category:EditMe]]
[[Category:Print]]
[[Category:Web]]

Latest revision as of 17:16, 16 December 2015

From workshop introduction by Vadim Zaytsev

Domain
What will the language be used for?
Topic, theme, problems, concerns

Ontology
What are the entities of this domain?
State, things, events, concepts, properties, composition

Schema
What are sentences, conceptually?
Lists? sets? trees? graphs? tables?
Looking inside a sentence, what is there?
Are there different kinds of sentences?
Explicit language modelling

Grammar
How do you write sentences down?
What alphabet do you use
How are symbols constructed in it
Text? Tables? Diagrams? Unicode? Color?