3 <b>Ecmascript building blocks.</b>
 
   5 <dfn>♓🧩 Piscēs</dfn> is a Javascript (handcoded Ecmascript) library
 
   6 providing various building blocks for developing complex,
 
   7 precisely‐defined Javascript libraries. It provides implementations of
 
   8 fundamental Ecmascript Specification functions for use in Javascript
 
   9 code, plus other helpful classes and utilities. It strives to have a no
 
  10 runtime dependencies on the Ecmascript default bindings (loadtime
 
  11 dependencies are, at present, unavoidable).
 
  13 **♓🧩 Piscēs was written to serve the interests of
 
  14 [♓🌟 الرشآء][Alrescha] development, and not as a general‐use
 
  15 library.** This means that it is not extensively documented beyond its
 
  16 source code, it is not rigidly versioned, and it offers no guarantees
 
  17 regarding stability between versions. However, it is written in a
 
  18 generic manner, such that if you find it useful, you _can_ integrate it
 
  19 into your project—using ordinary Ecmascript imports from
 
  20 `https://git.ladys.computer/Pisces/blob_plain/❲HASH❳:/mod.js`. Always
 
  21 use a specific hash, and not a branch name like `current`, when
 
  22 importing ♓🧩 Piscēs into your project.
 
  24 Piscēs is broken up into multiple files, which is perfectly acceptable
 
  25 for use with [Deno][Deno], but generally not considered ideal for usage
 
  26 on the web. You can use the `deno bundle` command to stitch the various
 
  27 source files together into a single script.
 
  31 Source files are licensed under the terms of the <cite>Mozilla Public
 
  32 License, version 2.0</cite>. For more information, see
 
  35 [Alrescha]: https://git.ladys.computer/Alrescha
 
  36 [Deno]: https://deno.land