Blocks UI needs a way to do parallel list comprehensions
Open
enhancement
funblocks
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
Parallel list comprehensions are actually a widely used feature by students in CodeWorld classes, and provide convenient ways to do a bunch of stuff, such as alternating colors or placing things in random spots (by shuffling the x and y coordinates with different seeds). Definitely worth adding to the blocks version of list comprehensions.
Contributor guide
Assessment
This issue has not been assessed yet.