opis / closure

Serialize closures (anonymous functions)
https://opis.io/closure
MIT License
2.5k stars 84 forks source link

Suggestion: usage of Z-engine for the 4.x version #101

Open lisachenko opened 3 years ago

lisachenko commented 3 years ago

Hi! I’m author of the lisachenko/z-engine library. I’ve noticed that your library also using FFI to do some low-level tricks, which is really cool! Even some parts in your library are looking very similar :)

I’m trying to create a package that can be used as a platform for creation of low-level extensions for PHP, written in PHP language itself. And I can see that there is an opportunity to collaborate on making our libraries more maintainable and useful by using my Z-engine as low-level platform for your library and removing extra-complexity from the opis/closure.

Please, share your opinion about this possible integration and reply if you will be interested in this )

BR, Alex