Replies: 1 comment 2 replies
-
Well, Groovy is a sort of superset of Java, so most Java code is also valid in Groovy. In particular, you can declare variable types if you want to, instead of using Aside from that, there are efforts underway to improve the Nextflow docs (especially regarding language syntax) and develop a basic linter. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find it extremely difficult to develop complex scripts because I don't understand the anatomy and rules of scripts completely (due to Groovy's weird syntax and lack of tooling).
Is there any way to develop workflows in Java directly instead? With strong typing, help from IDEs etc.
I don't mind if that's a complicated process, just want to know if that's possible at all.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions