Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rtti-based binding #5

Open
d-mozulyov opened this issue Jul 29, 2020 · 3 comments
Open

Rtti-based binding #5

d-mozulyov opened this issue Jul 29, 2020 · 3 comments

Comments

@d-mozulyov
Copy link

Hello

I partially implemented Delphi and Lua binding based on RTTI and manually registered information. See an example, I hope you like this way: https://github.com/d-mozulyov/CrystalLUA/blob/master/README.md

It seems to me that it would be useful to bind Delphi code not only with Lua, but also with other languages: JavaScript, Python, etc. But since it is quite difficult to process RTTI, and it is very different for FreePascal, old and new versions of Delphi, I have created several units that can be used now: https://github.com/d-mozulyov/Tiny.Library/blob/master/doc/Rtti.md

You can contact me with any questions. I would like to see a convenient Delphi+JS library appear over time.

@Coldzer0
Copy link
Owner

Coldzer0 commented Jul 31, 2020

Hello @d-mozulyov

Your code is really impressive and for sure i'll use it into my RTTI port for QJS.
I was working on my own RTTI code, But I stopped it.
But I think i'll return to continue working on it.

Again thanks for your amazing work.

you can contact me

@ coldzer0[at]protonmail.ch
Discord : Coldzer0#0001

@edwinyzh
Copy link

@Coldzer0 , any news on the RTTI binding for quickjs ;)

@edwinyzh
Copy link

edwinyzh commented Mar 18, 2021

Just got to know that Arnaud Bouchez author of mORMot is working on it ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants