zordius / lightncandy

An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
https://zordius.github.io/HandlebarsCookbook/
MIT License
610 stars 76 forks source link

V8js support? #203

Closed jenschude closed 8 years ago

jenschude commented 8 years ago

I'm curios if the V8js extension would be worth a try out. So one could directly use the handlebars JS sources.

zordius commented 8 years ago

Ya, I did some google search and I found this: https://github.com/kynx/v8js-handlebars ! This started from 3 month ago, the only issue is none of the major Linux distros ship with a version of V8 > 3.24.6, which V8Js depends on. . Maybe a good solution in near future!

Here is another project https://github.com/crxgames/PHPHandles proved this concept at 3 years ago.