Clojure
Elixir
Python
Rust
Haskell
NIM
JavaScript
Kotlin
Lean Prover
Elm
Isabelle
Agda
Coq
Clojure
Lean ProverNo Lean Prover videos yet. You could help us improve this page by suggesting one.
Based on our record, Clojure should be more popular than Lean Prover. It has been mentiond 42 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
One of the most famous talks in computer science is Simple Made Easy by Rich Hickey, The creator of the programming language Clojure. In it, he explains that, "simple" and "easy" are not the same thing. He refers to the word origins of the two words:. - Source: dev.to / 8 days ago
This series of post will try to explain a complex topic: concurrent and parallel programming, in Dart. I think the only way to deal with that is using the Erlang VM (BEAM), but Clojure and other functional languages are usually doing better job on this part. Unfortunately, to me, most of other languages using OOP don't offer a great abstraction to concurrency and parallelism, but during the last decade, things are... - Source: dev.to / about 2 months ago
Oversimplifying, there are three big variants: Common Lisp, Scheme, Clojure. Each of them has a lot of somewhat similar implementations: * Clojure: A lot of support for immutable data. It runs in the JVM so you will have a lot of the libraries you are use to. Probably the best option for you. https://clojure.org/ * Scheme, in particular Racket: Mostly functional, and in particular Racket has a lot of support to... - Source: Hacker News / about 1 year ago
Another project of mine Bob can be seen as an example of spec-first design. All its tooling follow that idea and its CLI inspired Climate. A lot of Bob uses Clojure a language that I cherish and who's ideas make me think better in every other place too. - Source: dev.to / over 1 year ago
Clojure is a LISP for the Java Virtual Machine (JVM). As a schemer, I wondered if I should give Clojure a go professionally. After all, I enjoy Rich Hickey's talks and even Uncle Bob is a Clojure fan. So I considered strength and weaknesses from my point of view:. - Source: dev.to / over 1 year ago
Https://lean-lang.org/ If you can express a solution in Lean you can formally prove or disprove it. Formal verification is making a debut in traditional engineering toolkits. - Source: Hacker News / 11 days ago
This is what Lean is for: https://lean-lang.org/ If you have the LLM generate Lean code, and it compiles, then the proof is correct and you don't need to bother checking its working. (You still need to check that it is proving the theorem you asked it to prove). - Source: Hacker News / 15 days ago
Lean is a programming language [1] > Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code [1]: https://lean-lang.org/. - Source: Hacker News / 23 days ago
This sort of theoretical result is not always as clear-cut as you suggest. Computers are finite machines. There is a theorem that although a machine with finite memory can add, multiplication requires unbounded memory. Somehow we muddle along and use computers for multiplication anyway. More to your point there is a whole field of people who write useful programs using languages in which every program must be... - Source: Hacker News / about 2 months ago
I don't know about running per se but practical applications (as in done for product/service) exist. A notable practitioner for Isabelle and Lean is AWS[0]. There is also TLA+ for a more practical tool. The most widely used variant of these proof assistants are probably formally verified compilers, like compcert, which are used in some highly regulated industries like aviation. [0]:... - Source: Hacker News / 3 months ago
Elixir - Dynamic, functional language designed for building scalable and maintainable applications
Elm - A type inferred, functional reactive language that compiles to HTML, CSS, and JavaScript
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
Isabelle - Isabelle is a proof assistant for writing and checking mathematical proofs by computer.
Rust - A safe, concurrent, practical language
Agda - Agda is a dependently typed functional programming language. It has inductive families, i.e.