LogicObjects: a linguistic symbiosis approach to bring the declarative power of Prolog to Java

  • Authors:
  • Sergio Castro;Kim Mens;Paulo Moura

  • Affiliations:
  • Université catholique de Louvain, Belgium;Université catholique de Louvain, Belgium;University of Beira Interior & CRACS, INESC--TEC, Portugal

  • Venue:
  • Proceedings of the 9th ECOOP Workshop on Reflection, AOP, and Meta-Data for Software Evolution
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Logic programming is well suited for declaratively solving computational problems that require knowledge representation and reasoning. Object-oriented languages, on the other hand, are well suited for modeling real-world concepts and profit from rich ecosystems developed around them, which are often missing from logic languages. For applications that require both the declarative power of logic programming and the rich modeling expressiveness and development environments offered by object-oriented languages, there is a need for reconciling both worlds. LogicObjects is our linguistic symbiosis framework for integrating Prolog within the Java language. It extends Java with annotations that allow Java programs to interact transparently and automatically with Prolog programs.