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

A few common computations/instructions to add #35

Open
nsensfel opened this issue Nov 23, 2021 · 0 comments
Open

A few common computations/instructions to add #35

nsensfel opened this issue Nov 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request fate Issues relating to the Fate language

Comments

@nsensfel
Copy link
Owner

  • != -> (not (= ...)).
  • Some kind of += and -= instructions.
  • list:random -> (list:access (rand 0 (- (size X) 1)) X)
  • list:any -> (> 0 (size (list:filter X Y))).
  • list:all -> (= (size Y) (size (list:filter X Y))).

Also, set: and dict: equivalents.

@nsensfel nsensfel added enhancement New feature or request fate Issues relating to the Fate language labels Nov 23, 2021
@nsensfel nsensfel added this to the V1 - Release Candidate 2 milestone Nov 23, 2021
@nsensfel nsensfel self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fate Issues relating to the Fate language
Projects
None yet
Development

No branches or pull requests

1 participant