BSVino / JaiPrimer

A description of Jonathan Blow's programming language, Jai
1.81k stars 81 forks source link

Tidied up compile time programming or something more? #16

Closed dataPulverizer closed 7 years ago

dataPulverizer commented 7 years ago

At first glance I thought the compile time feature was capable of moving calculations from run time to compile time and back to run time like Sparrow language, but it looks like a kind of compile time function evaluation already available in D. Is that right?

BSVino commented 7 years ago

Yes it is. From what I've seen it's pretty versatile and easy to move things from runtime to compile time.