Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback from CapitalEx #68

Open
8 tasks
booniepepper opened this issue Mar 2, 2024 · 1 comment
Open
8 tasks

Feedback from CapitalEx #68

booniepepper opened this issue Mar 2, 2024 · 1 comment

Comments

@booniepepper
Copy link
Collaborator

booniepepper commented Mar 2, 2024

Feedback from CapitalEx on the concatenative programming discord

Going to think these over. Maybe turn some into individual issues and just address them, others are design level

  • Bitwise math would be nice
  • action condition is an extremely awkward ordering and often forces variable bindings
  • No dataflow combinators combinators :<
  • Need more list operations (zip, reduce, indexing, etc.)
  • No counted loops :<
  • any? but no all?
  • Lack-lust conditional combinators. I found do?/do!? made code messy.
  • I caused a seg fault trying to use while and I can't find an example of how to use it :<
@booniepepper
Copy link
Collaborator Author

booniepepper commented Mar 2, 2024

action condition is an extremely awkward ordering and often forces variable bindings

(the context for this is do?) This one took me a while, but as much as I want this ordering to work, it just isn't practical when coding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant