hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (480B)


      1 The os module provides access to resources from the host operating system,
      2 particularly to the filesystem and standard I/O. [[cwd]] provides an
      3 implementation of [[fs::fs]] which is backed by the host filesystem, and this
      4 module provides equivalents of various [[fs::]] functions which infer the
      5 current working directory as the fs parameter. This module also provides various
      6 non-filesystem related features from the host, such as the hostname, environment
      7 variables, and so on.