Concept programming: Difference between revisions

Content deleted Content added
Methodology: Removed redundant words.
Line 20:
 
== Methodology ==
In order toTo write code, concept programming recommends the following steps:
 
# Identify and define the relevant concepts in the concept space.
Line 27:
# Write code that preserves as much as possible the expected behavior and semantics of the relevant aspects of the original concept.
 
Many programming tools often lack in terms of notational capabilitiesabilities, so concept programming sometimes requires the use of [[preprocessor]]s, [[Domain Specific Language|___domain-specific languages]], or [[metaprogramming]] techniques.
 
== Languages ==