Python-like utilities for JS-like programs.
import { all } from "jsr:@summer/builtins";
console.log(await all(["a", "b", "c"]));
// trueAny help would be greatly appreciated, either in filling out documentation, or adding more utilities.
The toolz directory references the API, code, documentation, algorithms,
others of the toolz Python library, which is
licensed under a
BSD 3-Clause license.
The text of the license is duplicated to the toolz.LICENSE file.
The builtins, itertools, and functools directories references the API,
code, documentation, algorithms, others of Python,
which is licensed under the
PSF License Agreement. The text of the
license is duplicated to the python.LICENSE file.
Everything else (Original code, others) is licensed under the
Unlicense. The text of the license is duplicated to
the UNLICENSE file.