Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Even if you could do this, why would you do it? It just makes the code more difficult to read. Commented Aug 25, 2012 at 22:38
  • It's fairly easy to type the numbers in your self...I'm not sure if I see the benefit. Commented Aug 25, 2012 at 22:40
  • @vanveber you could implement this if you really wanted to. Commented Aug 25, 2012 at 22:43
  • For example it used for parallelization: I can wrap loops and generate code for Fork/Join. I think that this code contain enough information for create Fork/Join implementation, but this representation more easy to read than this analog. Commented Aug 25, 2012 at 22:51