awesome-prolog VS lira

Compare awesome-prolog vs lira and see what are their differences.

awesome-prolog

Curated list of Prolog packages and resources (by klaudiosinani)

lira

Lira is a declarative domain-specific language designed to be the backbone of financial contracts that can be executed on the blockchain (by etoroxlabs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
awesome-prolog lira
1 1
474 21
- -
0.0 0.0
over 1 year ago 10 months ago
Haskell
Creative Commons Zero v1.0 Universal MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-prolog

Posts with mentions or reviews of awesome-prolog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-05.
  • Why Learn Prolog in 2021?
    8 projects | news.ycombinator.com | 5 Jan 2021
    Here are some resources:

    https://github.com/klaussinani/awesome-prolog#resources

    I recall going through the Adventure in Prolog one (free online resource) a while ago and enjoying it, helped direct a lot of exploration into the Prolog language and its capabilities for me. I have Clocksin & Mellish's Programming in Prolog (2003, 5th ed.) and liked it as a good introduction (or more expansion, I had dabbled in it previously and "knew" the language but not the full depth of it). I've read good things about The Art of Prolog by Sterling and Shapiro, but have not read it.

lira

Posts with mentions or reviews of lira. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-05.
  • Why Learn Prolog in 2021?
    8 projects | news.ycombinator.com | 5 Jan 2021
    Lira[0] and its readable paper[1] is a good example of abstracting smart contracts into a statically typed, domain-specific language that describes the contract precisely at a high level. It's not Turing complete, which works for a large class of contracts (for instance, see the American and Asian options examples in [1]).

    One concern with logic programming is cost of computation, on Ethereum every transaction has a gas associated with it and so you can't run computations that go over the gas available in a block.

    Turner's ideas of Total Functional Programming[2] might have application in the smart contract space as well, since you disallow general recursion but allow structural recursion, you can likely precalculate or bound gas costs accurately ahead of time.

    As for being statically typed, I completely agree, Solidity's poor design choices contributed to millions of USD in loss (e.g. DAO hack) because the developers were not able to easily reason about the implicit behavior or concurrency model.

    [0] https://github.com/etoroxlabs/lira

    [1] https://bahr.io/pubs/files/bahr15icfp-paper.pdf

    [2] http://www.jucs.org/jucs_10_7/total_functional_programming/j...

What are some alternatives?

When comparing awesome-prolog and lira you can also consider the following projects:

clojure-graph-resources - A curated list of Clojure resources for dealing with graph-like data.

mercury - The Mercury logic programming system.

core.logic - A logic programming library for Clojure & ClojureScript

pyswip - PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.

Searching-In-An-Infinite-Space-Prolog - PP2014 Prolog Homework

hatlog - custom type systems for python in prolog: http://alehander42.me/prolog_type_systems