> On Mar 2, 2017, at 9:28 PM, Nala Ginrut <nalagin...@gmail.com> wrote:
> 2. How to make guile platform more successful? > I this case, let me ask a question, if we have guile-python3 > (compatible with most of Python3 features), and provide more > convenient FFI helper function to help bind more libraries in short > time, is it possible to attract more people from Python land? Given > we'll have good JIT compiler in the future. Now that the C preprocessor in NYACC/C99 is more robust I could start looking at generating some sort of “FFI helper” functionality. I have been thinking about this problem on and off for a while. Completely automating things might be tough, but a “helper” would probably go a long way. Matt