AMAI icon indicating copy to clipboard operation
AMAI copied to clipboard

AMAI installer include all features of AMAIStrategyManager.pl

Open paulo101977 opened this issue 1 year ago • 4 comments

I am opening this issue to remember to implement the remaining features of AMAIStrategyManager.pl. I just don't know if I can remove perl completely as there is a script that is complex and difficult to port to javascript.

paulo101977 avatar Oct 05 '22 16:10 paulo101977

Yeah that is difficult as its basically its own version of JASS that uses Perl to compile down to normal JASS.

So I wouldn't worry about that and instead just replicate the bat scripts, unless you want to rewrite most of AMAI 😛

SMUnlimited avatar Oct 05 '22 16:10 SMUnlimited

Yeah that is difficult as its basically its own version of JASS that uses Perl to compile down to normal JASS.

So I wouldn't worry about that and instead just replicate the bat scripts, unless you want to rewrite most of AMAI 😛

Some things I want to refactor and do with js, even to be in the same language as electron. However, these others in perl, I will migrate little by little. If possible, of course.

paulo101977 avatar Oct 05 '22 16:10 paulo101977

Some things I want to refactor and do with js, even to be in the same language as electron. However, these others in perl, I will migrate little by little. If possible, of course.

In China, a player said that it can be transplanted to Lua, but I don't understand this language... If use Lua, I can't understand it at all

jzy-chitong56 avatar Oct 06 '22 17:10 jzy-chitong56

In China, a player said that it can be transplanted to Lua, but I don't understand this language... If use Lua, I can't understand it at all

If there is a way to convert lua to javascript it would be worth it. But I would have to research this conversion, if it's possible. I tried converting perl to javascript but it's too complex. It would take a lot of time trying to understand the whole algorithm and do the conversion without any kind of bug.

paulo101977 avatar Oct 06 '22 23:10 paulo101977