vak: (Default)
[personal profile] vak
Я попросил у Грока список языков программирования со статической компиляцией. Вот такая раскладка на сегодняшний момент. Весь его пространный ответ смотрите по ссылке.
  1. C++: ~20-25%
    (Still the leader due to its broad reach.)
  2. C: ~15-20%
    (Holds strong in systems programming.)
  3. Rust: ~10-13%
    (Rising fast, especially in systems and safety-critical areas.)
  4. Go: ~10-12%
    (Cloud and DevOps darling.)
  5. Swift: ~5-8%
    (Mobile heavyweight, growing beyond Apple.)
  6. Fortran: ~2-3%
    (Scientific niche.)
  7. Ada: ~1-2%
    (Safety-critical stronghold.)
  8. D: ~0.5-1%
    (Small but dedicated.)
  9. Nim: ~0.3-0.7%
    (Niche, growing slowly.)
  10. Crystal: ~0.2-0.5%
    (Ruby-inspired, limited reach.)
  11. Zig: ~0.2-0.5%
    (Emerging C alternative.)

Date: 2025-02-28 09:42 (UTC)
ufm: (Default)
From: [personal profile] ufm
Description: Pony is an open-source, object-oriented, actor-model-based language designed for high performance and safety, particularly in concurrent programming. It compiles directly to native code via LLVM, with no VM or runtime dynamic compilation, fitting your criteria perfectly. Its unique selling point is a type system that guarantees data-race freedom and deadlock-free concurrency through reference capabilities and actors.