- 5 Posts
- 3 Comments
Joined 1 year ago
Cake day: January 26th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
cli345@programming.devOPto Programming@programming.dev•FuncSug: To make GUI programming easier1·2 months agoThank you for your very useful feedback :)
A native representation of HTML tags is a good idea: I’ll have to do that.
For
...---
, I wanted a big split symbol between branches (||========
) and a small split symbol between the two steps inside a branch (...---
).because the branch continues and
to mark a smaller split than
==========
.I intend to add a syntaxic sugar for:
parallel(select N) || ||============== myFunction(arg1,...,argM) ...-------- restOfBranch1 ||============= myFunction(arg1b,...,argMb) ...------- restOfBranch2
that would be:
choose N by myFunction * arg1,...,argM restOfBranch1 * arg1b,...,argMb restOfBranch2
cli345@programming.devOPto Programming Languages@programming.dev•A Naive Execution Model for Concurrency2·1 year agoThank you very much for your feedback. 🙂
Thank you, Kissaki, for the crossposting :)