TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Multicore OCaml: September 2021, effect handlers will be in OCaml 5.0

27 pointsby anuragsoniover 3 years ago

1 comment

dandotwayover 3 years ago
OCaml is becoming a must learn language for those who want to take their C programming to the highest levels, because:<p>1. Frama-C, which enables writing bug-free C programs, is implemented using a combination of OCaml and the Coq proof assistant (which is itself implemented in OCaml):<p><a href="https:&#x2F;&#x2F;frama-c.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;frama-c.com&#x2F;</a><p>2. CompCert, a formally verified C compiler, is implemented using OCaml and Coq:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;AbsInt&#x2F;CompCert" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AbsInt&#x2F;CompCert</a><p>Nothing at this level yet exists in the Rust and Zig ecosystems, for example. Rust is a very complicated language with many features which makes formalization much harder than with C and OCaml, which both had mathematical ideas of simplicity, analyzability, and minimalism inspire their designs, even if they continue to grow into more complicated monsters, which, incidentally this OCaml 5.0 release will contribute towards. :-)
评论 #28753928 未加载