Agda VS css-turing-machine

Compare Agda vs css-turing-machine and see what are their differences.

Agda

Agda is a dependently typed programming language / interactive theorem prover. (by agda)

css-turing-machine

Turing Machine implemented in CSS (by brandondong)
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
Agda css-turing-machine
27 16
2,371 74
0.3% -
9.8 0.0
7 days ago over 4 years ago
Haskell JavaScript
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.

Agda

Posts with mentions or reviews of Agda. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Types versus sets (and what about categories?)
    1 project | news.ycombinator.com | 31 Aug 2023
    This was recently deemed inappropriate:

    "Bye bye Set"

    "Set and Prop are removed as keywords"

    https://github.com/agda/agda/pull/4629

  • If given a list of properties/definitions and relationship between them, could a machine come up with (mostly senseless, but) true implications?
    5 projects | /r/math | 11 Jul 2023
    Still, there are many useful tools based on these ideas, used by programmers and mathematicians alike. What you describe sounds rather like Datalog (e.g. Soufflé Datalog), where you supply some rules and an initial fact, and the system repeatedly expands out the set of facts until nothing new can be derived. (This has to be finite, if you want to get anywhere.) In Prolog (e.g. SWI Prolog) you also supply a set of rules and facts, but instead of a fact as your starting point, you give a query containing some unknown variables, and the system tries to find an assignment of the variables that proves the query. And finally there is a rich array of theorem provers and proof assistants such as Agda, Coq, Lean, and Twelf, which can all be used to help check your reasoning or explore new ideas.
  • What can Category Theory do?
    2 projects | /r/askmath | 22 Jun 2023
    Haskell and Agda are probably the most obvious examples. Ocaml too, but it is much older, so its type system is not as categorical. There is also Idris, which is not as well-known but is very cool.
  • What are the current hot topics in type theory and static analysis?
    15 projects | /r/ProgrammingLanguages | 8 May 2023
    Most of the proof assistants out there: Lean, Coq, Dafny, Isabelle, F*, Idris 2, and Agda. And the main concepts are dependent types, Homotopy Type Theory AKA HoTT, and Category Theory. Warning: HoTT and Category Theory are really dense, you're going to really need to research them.
  • Amendmend proposal: Changed syntax for Or patterns
    2 projects | /r/haskell | 14 Apr 2023
    Does this come with plans to separately unify the body with each of the contexts induced by matching on each of the respective patterns (similar to what’s discussed here), or will it behave like the _ pattern and use only the most general context?
  • Functional Programming and Maths <|> How can a code monkey learn Agda?
    1 project | /r/functionalprogramming | 26 Mar 2023
    That's absolutely untrue. From the horse's mouth:
  • Doom emacs and agda-mode
    2 projects | /r/emacs | 22 Mar 2023
  • FP language idea - would this is possible to infer and type check?
    1 project | /r/haskell | 26 Jan 2023
    Agda has the so-called mixfix operators (which are powerful enough to cover pre/in/postfix cases with an arbitrary number of arguments), check that out: - https://agda.readthedocs.io/en/v2.6.1/language/mixfix-operators.html - https://github.com/agda/agda/blob/master/examples/Introduction/Operators.agda - https://github.com/agda/agda-stdlib/blob/master/src/Data/Product/Base.agda
  • Best Programming Language for Computational Proof
    3 projects | /r/math | 21 Jan 2023
    Coq, Agda, Lean, Isabelle, and probably some others which are not coming to my mind at the moment, but those would be considered the major ones.
  • Do you use Idris or Coq, and why?
    3 projects | /r/haskell | 16 Nov 2022
    Funny that you say this, because there are some obvious long standing open feature requests with looking up the type of the term under cursor — № 4295 and № 516. I am not blaming anyone in particular — this is the way it is. I wish I could find time to rewrite the proof search engine (how hard can it be), but I am already buried under a pile of other commitments and a good chunk of overwhelming sadness.

css-turing-machine

Posts with mentions or reviews of css-turing-machine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Add Depth of Field to Screenshots
    2 projects | news.ycombinator.com | 19 Apr 2024
    > Technically html + css + user interaction can be turing complete: https://github.com/brandondong/css-turing-machine

    Turing completeness is about what computations can be expressed, not what user interactions can be performed. The lambda calculus is Turing complete, but, if I whip up a lambda calculus interpreter and don't give it a print statement, then you'll never know anything about the computations it's performing.

  • True
    1 project | /r/ProgrammerHumor | 2 Jul 2023
    Allow css in there and you get this
  • HTML is not a programming language
    2 projects | /r/ProgrammerHumor | 1 Jun 2023
  • Turing Machine Implemented in CSS
    1 project | news.ycombinator.com | 7 May 2023
  • Typescript or Go?
    1 project | /r/AskProgramming | 3 Feb 2023
    Seems like regex is not turing complete, bit its not a programming langauge ether. I thought i remembered that it was, i listed as one of the joke langauges as i know someome showed that PowerPoint is turing complete, but i think i mixed up regex and CSS here(that again is not a programming langauge but is in fact turing complete: https://github.com/brandondong/css-turing-machine)
  • Whenever they say "I wonder why this happens?" 🤣
    1 project | /r/TrashTaste | 27 Jan 2023
    It is definetly a borderline case (because of the need for clicking) , but html + css combined can be used to simulate the rule 110 automaton. Therefore it is possible to simulate a turing machine which means that it is in fact turing complete.
  • The Surprising Things That CSS Can Animate (2020)
    2 projects | news.ycombinator.com | 21 Jan 2023
    I understand CSS and I've done a fair bit of webdesign myself. CSS has evolved to the point where it can be used abusively. Hell some consider it turing complete (https://github.com/brandondong/css-turing-machine). From ads, to fingerprinting, to exploits there are valid reasons for wanting a little less functionality while still allowing for some basic styling. I mean, it's cool that there are computer games written in pure CSS and other neat tricks, but sometimes you just want a browser to behave itself even in hostile spaces. If that makes my locked down browser a "horse drawn cart" I'm happy to trot forward.
  • Anything is a programming language if you're brave enough
    2 projects | /r/ProgrammerHumor | 4 Dec 2022
  • Language VS Markup
    1 project | /r/ProgrammerHumor | 29 Nov 2022
  • The comment with the most upvotes decides what language I write my finals in this year will be.
    14 projects | /r/ProgrammerHumor | 17 Sep 2022
    Yeah, someone even made a basic Turing machine to demonstrate it. As u/sext-scientist said, you have to click a button to perform each operation, but technically this means that you could write any program using HTML+CSS. Though the user might need an autoclicker to run even a "Hello World" program.

What are some alternatives?

When comparing Agda and css-turing-machine you can also consider the following projects:

lean - Lean Theorem Prover

tnsl-parse - The parser for the TNSL programming language (written in golang for now)

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

carbon - :black_heart: Create and share beautiful images of your source code

open-typerep - Open type representations and dynamic types

tampio - Tampio: An object-oriented programming language made to resemble Finnish

HoleyMonoid - Automatically exported from code.google.com/p/monoid-cont

HTML-as-programming-language - A programming language that looks like HTML

distributive - Dual Traversable

elvish - Powerful scripting language & Versatile interactive shell

agda-vim - Agda interaction in vim

ArnoldC - Arnold Schwarzenegger based programming language