-
Notifications
You must be signed in to change notification settings - Fork 29
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
What features and functionalities is AskScript missing? #402
Comments
Example 1. I wanted to translate the following program from Javascript to AskScript and got blocked. Javascript:
I bumped into the following problems:
The current status of the AskScript code is:
|
Very interesting experiment, @czerwinskilukasz1! Couple points:
What can be done to improve the simplicity and readability of your solution when coded in AskScript. What are the parts that you like and dislike? |
Simply I wanted to change as little code as possible.
Currently the only associative type in AskScript is
Good point. The tests will catch it.
Two things I would improve, based on this program:
|
Example 2. I wanted to translate the following Javascript example to AskScript and needed to write more lines of code when using cache. Javascript:
AskScript:
|
I tried to translate a couple of Javascript scripts to AskScript and often I get blocked on some missing resources or language constructs.
This ticket will list them all.
The text was updated successfully, but these errors were encountered: