pounce-lang / js-core

Core elements of a Pounce (pounce-lang) interpreter, parser, preprocessor written in TypeScript. Pounce types are being developed (a preprocess type checker is in beta)
https://pounce-lang-show-case.netlify.app/
6 stars 0 forks source link

rule out nested recite-with calls #6

Closed nmorse closed 3 years ago

nmorse commented 4 years ago

compose (aka apply-with, invoke, induce, call, conjure, leap or pounce) is powerful, but if nested it would probably be hard to predict (hilarity ensues). So for now it should detect a nested case and warn or halt.

nmorse commented 3 years ago

compose is preprocessed before runtime. Pounce does not support a dynamic compose. closing.