NoraCodes / sbic

A SBrain Interpreter and Compiler
1 stars 0 forks source link

Compile to rust code? #1

Open IvanTurgenev opened 6 years ago

NoraCodes commented 6 years ago

Could you expand a little more? What's the goal?

IvanTurgenev commented 6 years ago

instead of interpreting run native meaning run faster?

NoraCodes commented 6 years ago

I don't think it would be much faster unless the compiler did optimizations. In any case, my use case is as a genetic medium for machine learning so total time from source code to first run is my main concern. Compilation would only increase that.

IvanTurgenev commented 6 years ago

ok, or compile the final?