DeedleFake / wdte

WDTE is a simple, functional-ish, embedded scripting language.
https://deedlefake.github.io/wdte
MIT License
20 stars 0 forks source link

std/arrays: new module for dealing with arrays #6

Open DeedleFake opened 7 years ago

DeedleFake commented 7 years ago

There should be an array module in the standard library for dealing with arrays in various ways. Specifically, it should have support for at least the following:

DeedleFake commented 7 years ago

May also want to move the creation of streams from arrays from the stream module to this one.

DeedleFake commented 6 years ago

A few more:

DeedleFake commented 6 years ago

Even more: