enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Expression problem - Wikipedia

    en.wikipedia.org/wiki/Expression_problem

    The expression problem is a challenging problem in programming languages that concerns the extensibility and modularity of statically typed data abstractions. The goal is to define a data abstraction that is extensible both in its representations and its behaviors, where one can add new representations and new behaviors to the data abstraction, without recompiling existing code, and while ...

  3. Language-oriented programming - Wikipedia

    en.wikipedia.org/wiki/Language-oriented_programming

    Language-oriented programming (LOP) [1] is a software-development paradigm where "language" is a software building block with the same status as objects, modules and components, [2] and rather than solving problems in general-purpose programming languages, the programmer creates one or more domain-specific languages (DSLs) for the problem first, and solves the problem in those languages.

  4. List of undecidable problems - Wikipedia

    en.wikipedia.org/wiki/List_of_undecidable_problems

    Though undecidable languages are not recursive languages, they may be subsets of Turing recognizable languages: i.e., such undecidable languages may be recursively enumerable. Many, if not most, undecidable problems in mathematics can be posed as word problems : determining when two distinct strings of symbols (encoding some mathematical ...

  5. List of unsolved problems in computer science - Wikipedia

    en.wikipedia.org/wiki/List_of_unsolved_problems...

    Does linear programming admit a strongly polynomial-time algorithm? (This is problem #9 in Smale's list of problems.) How many queries are required for envy-free cake-cutting? What is the algorithmic complexity of the minimum spanning tree problem? Equivalently, what is the decision tree complexity of the MST problem?

  6. Dangling else - Wikipedia

    en.wikipedia.org/wiki/Dangling_else

    The dangling else is a problem in programming of parser generators in which an optional else clause in an if–then(–else) statement can make nested conditional statements ambiguous. Formally, the reference context-free grammar of the language is ambiguous , meaning there is more than one correct parse tree .

  7. Declarative programming - Wikipedia

    en.wikipedia.org/wiki/Declarative_programming

    Many languages that apply this style attempt to minimize or eliminate side effects by describing what the program must accomplish in terms of the problem domain, rather than describing how to accomplish it as a sequence of the programming language primitives [2] (the how being left up to the language's implementation).

  8. Linear programming - Wikipedia

    en.wikipedia.org/wiki/Linear_programming

    However, some problems have distinct optimal solutions; for example, the problem of finding a feasible solution to a system of linear inequalities is a linear programming problem in which the objective function is the zero function (i.e., the constant function taking the value zero everywhere).

  9. Parsons problem - Wikipedia

    en.wikipedia.org/wiki/Parsons_problem

    The Parsons problem format is used in the learning and teaching of computer programming. Dale Parsons and Patricia Haden of Otago Polytechnic developed Parsons's Programming Puzzles to aid the mastery of basic syntactic and logical constructs of computer programming languages, in particular Turbo Pascal , [ 1 ] although any programming language ...