Skip to content

Instantly share code, notes, and snippets.

@azaharafernandezguizan
Created September 7, 2019 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azaharafernandezguizan/1f75aff7054aa42acc31fdcc95f4d87a to your computer and use it in GitHub Desktop.
Save azaharafernandezguizan/1f75aff7054aa42acc31fdcc95f4d87a to your computer and use it in GitHub Desktop.
Bulk algebraic data operations in Bosque Language
(@[7, 8]) <~ (0=5, 3=1); //@[5, 8, none, 1]
(@[7, 8] <+ (@[5]); // @[7, 8, 5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment