All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Mangle: A Deductive Database Programming Language Extending Datalog

By

simonpure

9mo ago· 4 min readenCode

Summary

Mangle is a programming language designed for deductive database programming, extending Datalog with features like aggregation, function calls, and optional type-checking. It enables uniform data representation and querying across multiple sources and can model domain knowledge without the limitations of binary predicates.

Key quotes

· 4 pulled
Mangle is a programming language for deductive database programming.
It is an extension of Datalog, with various extensions like aggregation, function calls and optional type-checking.
Deductive database programming is useful for bringing data from multiple data sources together since it enables us to represent and query that data in a uniform way.
It can also be used to model domain knowledge, similar to machine-readable ontology but without being restricted to binary predicates.
Snippet from the RSS feed
Contribute to google/mangle development by creating an account on GitHub.

You might also wanna read