active-logic / active-logic/activelogic-cs
@for and @forall decorators
Abierto
enhancement
- Lenguaje dominante
- C#
- Estrellas
- 112
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently there isn't a decorator for applying an action to a list of target objects.
For example, if we had an IEnumerable list of waypoints, we may wish to visit all waypoints in turn; maybe something like:
```
@for(waypoints)?[ Reach ] // Reach: Func
```
`@forall` would do the same assuming parallelism.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.