neva icon indicating copy to clipboard operation
neva copied to clipboard

Data processing components out of the box

Open emil14 opened this issue 1 year ago • 0 comments

Both Go and JavaScript lack support for collection processing functions. JS supports very basic stuff like map/filter/reduce. Python is a better example with its itertools package

I would like Neva to be a "batteries-included" language in this regard. Good examples of what I'm talking about are:

  • lodash (js)
  • lo (go)
  • itertools (python)

Related to #642

emil14 avatar May 20 '24 12:05 emil14