Fast to compile programming languages?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rempas
    New Member
    • Sep 2021
    • 1

    Fast to compile programming languages?

    I'm interested on finding fast to compile languages. I'm not talking about theoretical compilation time but in real word performance. The compilation times must be at worse 2 times slower than gcc. Don't say about Go, Vlang and Vox (I already know) and any compiler that does either none or little optimization (like tcc for example). I'm also not interested in languages that generate bytecode unless they can somehow (which is not possible) to have similar performance to machine code. Any other suggestion is welcomed and very appreciated. Thanks a lot in advance!
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Why don't you just use gcc? What is the purpose of the question?

    Also mostly compile time is irrelevant compared to execution time, i.e. a 20% increase in compile time is worth it for a 5% decrease in execution time. Why is compile time so critical for you.

    Comment

    Working...