F* is a general-purpose, proof-oriented programming language that combines dependent types with proof automation through SMT solving and interactive theorem proving. It supports both purely functional and effectful programming paradigms.
F* programs compile to OCaml by default, with fragments extractable to F#, C, or WebAssembly via KaRaMeL, and to assembly using the Vale toolchain. The language itself is implemented in F* and bootstrapped with OCaml. It is an open-source project actively developed by Microsoft Research, Inria, and a community of contributors.
F* is distributed under the Apache 2.0 license, with binaries available for Windows, Linux, and macOS on GitHub. Installation is also possible via OPAM, Docker, Nix, or by building from source. Learning resources include an online book, 'Proof-oriented Programming In F*', and tutorials for Low*, a subset of F* that compiles to C.
F* is applied in various industrial and academic projects. Notably, it is central to Project Everest, an initiative focused on developing high-assurance secure communication software. This includes projects like HACL*, a library of cryptographic primitives extracted to C, and ValeCrypt, which provides formally proven cryptographic implementations in assembly language.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
F* is an open-source, proof-oriented programming language developed by Microsoft Research and Inria, supporting both functional and effectful programming with dependent types and SMT-based proof automation. It is used in projects like Project Everest for high-assurance secure communication software, demonstrating its application in verified cryptographic primitives.