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

dev log #5 - language - feedback #23

Open
ruby0x1 opened this issue Oct 20, 2017 · 5 comments
Open

dev log #5 - language - feedback #23

ruby0x1 opened this issue Oct 20, 2017 · 5 comments
Labels

Comments

@ruby0x1
Copy link
Member

ruby0x1 commented Oct 20, 2017

Post your feedback and questions on luxe dev log # 5 - language here

@rickms
Copy link

rickms commented Oct 21, 2017

Reading up on wren... One thing that jumped out is the lack of AOT compiling. Having to ship source code with games is a bit underwhelming. Anything in store to alleviate that concern?

@ruby0x1
Copy link
Member Author

ruby0x1 commented Oct 21, 2017

It can actually compile directly to bytecode, and using that is a small step away right now but doable.

The parcels that assets are shipped as with 1.0 are not plain source files on disk. They're packed together, obfuscated (and optionally compressed etc). The plan is to also optionally store the scripts as bytecode as well (or that being the default in release builds, it depends).

@tanis2000
Copy link

Being able to transpile wren to C would also be a nice choice both for distribution and eventually performance gain. Just my 2 cents :)

@ruby0x1
Copy link
Member Author

ruby0x1 commented Oct 21, 2017

yea I've tinkered with the idea already actually. There's also things like sljit, but they all have trade offs and platform specific concerns that push it to the wishlist immediate term (for me, others are free to explore that!). Since performance hasn't gotten in my way yet at all it's something that'll come later too :)

@tanis2000
Copy link

Yes, I remember that sljit thing. It sounds like something worth checking out in the middle/long run.

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

No branches or pull requests

3 participants