jsoftware / jsource

J engine source mirror
Other
645 stars 91 forks source link

T. in empty cell test should not spawn threads. #135

Open rdm opened 2 years ago

rdm commented 2 years ago

See thread leading to http://www.jsoftware.com/pipermail/beta/2022-April/010458.html for details

moon-chilled commented 2 years ago

I suggest that a general mechanism be devised, by which a user verb is also able to detect such a situation and perhaps skip side effects.

rdm commented 2 years ago

Something like returnifempty. keyword? Or maybe dolittle. would be more poetic...

That said, adding to the language's vocabulary is out of scope here. This particular issue is about addressing an issue with the threading vocabulary.

A proposal for new vocabulary should belong in a different issue, where it could be discussed and treated adequately.