Hacker News new | ask | show | jobs
by Peaker 5165 days ago
Hypothetical Python:

  times(10, forkIO(forever(block:
     ...
     )))
1 comments

That's not what codeblocks does, though. You use a with statement and a new operator (<<). Then use indentation for the blocks. It doesn't look like you're passing a block to a function. The result is quirky code that will be hard to trace and sort out if you don't already know what's happening.
Oh, I thought you meant code blocks in general, not the particular OP "codeblocks"... Sorry.

I'm not sure that codeblocks actually solves the problem.