dafny VS checkedc

Compare dafny vs checkedc and see what are their differences.

dafny

Dafny is a verification-aware programming language (by dafny-lang)

checkedc

Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code. (by microsoft)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dafny checkedc
30 21
2,659 3,183
1.3% 0.6%
9.7 0.0
3 days ago over 1 year ago
C# C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

dafny

Posts with mentions or reviews of dafny. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-24.

checkedc

Posts with mentions or reviews of checkedc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.

What are some alternatives?

When comparing dafny and checkedc you can also consider the following projects:

tlaplus - TLC is a model checker for specifications written in TLA+. The TLA+Toolbox is an IDE for TLA+.

koka - Koka language compiler and interpreter

FStar - A Proof-oriented Programming Language

rust.ko - A minimal Linux kernel module written in rust.

rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266

manyclangs - Repository hosting unofficial binary pack files for many commits of LLVM

c2rust - Migrate C code to Rust

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.

linux - Linux kernel source tree

interactive - .NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.

wuffs - Wrangling Untrusted File Formats Safely