-
Notifications
You must be signed in to change notification settings - Fork 213
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
Lua + Actionscript as scripting languages for Mona #53
Comments
Je vais pas vous laisser traquille avec ce foutu Actionscript bindind ;) |
Hi, Without taking a look at their code I guess that 2 months can be sufficient to add another scripting language to MonaServer but for now we are not interested. We have chosen luajit because it is extremely fast and lightweight. Let me know what you think |
I think that after I have checked the code from MonaServer for lua integration I soon realised that it was so complicated by design... I think that not modularizing the scripting part of MonaServer was a mistake because the code is so intertwined with the core that it looks like chinese. I cannot even understand the design choice and immitate it to implement Actionscript |
I think that for MonaServer2 refactoring the code so that we can plug other scripting VM should be much easier. |
You can try with MonaTiny, it gives the few needed callbacks to implement your own server. |
Thomas I need your assistance I'm at 90% done for integrating AS3 VM in MonaTiny... I've added you on skype ... please accept me so that we can talk about it. Thanx a lot |
Hi folks, I'm following this issue because I'm also concerned if Mona can interpret actionscript 1 like AMS |
Hi,
Even if all market leave Action Script + flash if we decide anyway to build
a MonaServer version with a AS3 virtual machine (it would take consequent
time) there would be many lines of code would not work, because AMS has
different API and call than AS3 flash client, and very different API way of
Mona... In comparaison the effort to convert your AS1 code to LUA and Mona
API would be a lot more faster (even a million of lines, we can create some
script automation, etc...).
Of course it's a custom work concerning just your need, if you are
interesting by an order to do this job, contact us by mail in private, it
could be done in a very reasonable time.
Best regards,
Mathieu
2017-10-27 12:09 GMT+02:00 ROBERT MCDOWELL <[email protected]>:
… Hi folks, I following this issue because I'm also concerned if Mona can
interpret actionscript 1 like AMS
since I have millions line of code in my project and would like to get rid
off AMS.
or maybe an AS1 to LUA converter? thank you
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFax1YwXEwLT442RFMppj9PPYCvnzzjGks5swavpgaJpZM4M_JyZ>
.
|
Many people really think that Actionscript and flash are obsolete, which is absolutely not (many features that html5 does not have), millions of games and complex entreprise applications run on Actionscript since 20 years, and for sure it won't be replaced by any kind of crappy javascript which is hell to maintain and make it work on all OS and browsers. btw, google and adobe who work together since long time (html5 benefits from all flash tech) just spread the word to end Flash, but people really think that 20 years of coding will just go to nowhere, which is obviously non sense. Imagine if Perl decide to stop, or C or whatever language.... To give you a little insider info flash plugin will be integrated in webassembly, like other possible language that can be embeded... So sheepo who just use their lifetime to convert all their work from a language to another are totally wrong.... |
Hi guys I have found this little piece of bread which is already baked ready to be implemented inside of MonaServer. How complicated would it be and how long will it take based on your expertise ?
Mozilla Tamarin Wrapper for C++ projects
This would be a dream come true.
Thank you Thomas and Mathieu for the great work!
The text was updated successfully, but these errors were encountered: