machobearstudio / hyperlane

Context-dependent computation pipelines
Apache License 2.0
23 stars 12 forks source link

Choice control flow #9

Open acvos opened 6 years ago

acvos commented 6 years ago

Implement choice control flow: choice(get('something'), { x: flowX, y: flowY }) semantically similar switch...case