riff icon indicating copy to clipboard operation
riff copied to clipboard

Add builtin functions for table operations

Open darrylabbate opened this issue 2 years ago • 1 comments

  • [ ] min()/max()
  • [ ] sum()
  • [ ] sort()
  • [ ] select()
  • [ ] push()/pop() (dequeue()?)
  • [ ] pack()

darrylabbate avatar Nov 02 '22 06:11 darrylabbate

Note that whenever closures are implemented (#22), sort() should be refactored to take a user-defined function as an optional argument

darrylabbate avatar Nov 02 '22 06:11 darrylabbate