HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

Self-contained compiler support request #11623

Closed top-master closed 3 months ago

top-master commented 3 months ago

The Nim language's compiler is written in pure Nim, no need for OCaml, which's what the Nim community calls "self-contained compiler".

Similarly, Haxe language's compiler is partialy self-contained, but OCaml logic is used by 35%.

Given the complexity of need to learn OCaml, 35% maybe is a lot, but given the complexity of installing OCaml on Windows, even 1% would be too much.

However, maybe said self-contained compile support should be implemented without removing said OCaml logic, I mean, to make OCaml an optional alternative, because:

Simn commented 3 months ago

6843