Coder Social home page Coder Social logo

flamingo-lang / flamingo Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 403 KB

Logic programming reborn for the web.

Home Page: https://flamingo-lang.org/

TypeScript 30.99% JavaScript 0.30% Makefile 0.54% Coq 68.16% Classic ASP 0.01%
action-language datalog formal-methods logic-programming

flamingo's People

Contributors

d4hines avatar

Stargazers

 avatar

Watchers

 avatar  avatar

flamingo's Issues

Outputing .d.ts files

We should be able to output really nice Typescript definitions to go with compiled programs for the queries and actions.

๐Ÿ—“ Start Date: 2020-03-31

๐Ÿ—“ End Date: 2020-04-10

๐Ÿ“ˆ Progress (0-1): 0.5

๐Ÿ“ Dependencies: #1, #2

๐Ÿงฎ Group: custom_group

Benchmark against Clingo and DDLog

I'd like to benchmark my Datalog implementation against Clingo and DDLog. I should also consider handwritten differential-dataflow, but that might be tricky.

Adding objects at runtime.

Currently there's no way to add objects at runtime to Flamingo. In the first prototype, we had this feature, and it was pretty critical for several encodings.

Target Elm

The Elm community is most likely interested in this combination of expressiveness and correctness. I should write ports between Flamingo and Elm.

The trick will be code generation similar to #6.

Syntax Highlighters.

At the very least need one for VS Code, one for Highlight.js, and one for Repl.it.

Document example mistake?

In the documentation, in the intro, there is

axioms
    occurs(A) causes open(Menu) if
        instance(A, open_menu),
        target(A) = Menu.

    occurs(A) causes open(Menu) if
        instance(A, open_menu),
        target(A) = Menu.

The two blocks look the same. Should that second one be close, rather than open?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.