felipensp / vtcc

TCC compiler translated to V lang
MIT License
42 stars 1 forks source link

can you translate the luajit to vlang ? #1

Open acodervic opened 7 months ago

acodervic commented 7 months ago

luajit is a powerful project . thank for your contribute !

felipensp commented 5 months ago

Lua has a VM, V has not. How useful would be to a compiled language to have JIT? @acodervic