News Score: Score the News, Sort the News, Rewrite the Headlines

F*: A Proof-Oriented Programming Language

Introduction F* (pronounced F star) is a general-purpose proof-oriented programming language, supporting both purely functional and effectful programming. It combines the expressive power of dependent types with proof automation based on SMT solving and tactic-based interactive theorem proving. F* programs compile, by default, to OCaml. Various fragments of F* can also be extracted to F#, to C or Wasm by a tool called KaRaMeL, or to assembly using the Vale toolchain. F* is implemented in F* and ...

Read more at fstar-lang.org

© News Score  score the news, sort the news, rewrite the headlines