-
Notifications
You must be signed in to change notification settings - Fork 10
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
skript-mirror 2.0 development #135
Comments
What about Skript independent, standalone version? Would that be complicated to implement? |
Many skript-mirror features are dependent on the implementation of Skript features, so that would not be possible. |
I know, it is out of scope for this addon but, did you ever thought of replicating it, maybe another project, if you had time of course? I don't like Skript's philosophy and think skript-mirror makes Skript bearable to use by patching that philosophy. Skript could provide a way to import java modules and reflection without trying to invent a "language". |
I feel like Skript works because it rethinks what a programming language is. Skript's high-level abstractions offer an incredibly gentle approach to programming, though that comes at the expense of scalability with larger, more complex projects. The goal of skript-mirror is to fix a few of those shortcomings by allowing simple Java expressions to be embedded into Skript, but that's not enough to extract into a completely separate language. If you're looking for something that isn't Skript, a more mature language like JavaScript or Lua would probably be your best option. |
This is a tracker issue for skript-mirror 2.0 and will serve as a roadmap for what needs to be done before the first release of skirpt-mirror 2.0.
The text was updated successfully, but these errors were encountered: