User | Kudos |
---|---|
6 | |
2 | |
2 | |
2 | |
2 |
This is more of an object orientation thing rather than actor thing but would have huge implications for actor core VI, or Receive Message VI. Please add pattern matching into OO LV. It could look like a case structure adapting to a class hierarchy on case selector and doing the type casting to the specific class inside the case structure. You could have dynamic, class based behavior without creating dynamic dispatch VIs, and you would still keep everything type safe. https://docs.scala-lang.org/tour/pattern-matching.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.