Logic Programming with Prolog
Logic Programming is the name given to a distinctive style of programming, very different from that of conventional programming languages such as C++ and Java. By far the most widely used Logic Programming language is Prolog. Prolog is a good choice for developing complex applications, especially in...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
London :
Springer London : Imprint: Springer,
2005.
|
Edición: | 1st ed. 2005. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- Getting Started
- Clauses and Predicates
- Satisfying Goals
- Operators and Arithmetic
- Input and Output
- Loops
- Preventing Backtracking
- Changing the Prolog Database
- List Processing
- String Processing
- More Advanced Features.