I believe right now Red isn't self-hosted, it uses old Rebol interpreter (which 
has no JIT or any other tech to make it run fast) to run the compiler, so 4 
minutes to compile 35k lines of code is pretty understandable. The other thing 
about Red is that it is a pretty naive compiler, it only generates unoptimized 
x86 and arm code. Knowing that I don't understand why would anyone choice Red 
instead of Nim.

Reply via email to