Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arclanguage%2Fanarki

Stars: 1,161
Forks: 167
Open Issues: 25

License: other
Language: Arc
Repo Size: 3.41 MB
Dependencies: 12

Created: about 16 years ago
Updated: about 2 months ago
Last pushed: 11 months ago
Last synced: about 1 month ago

Commit Stats

Commits: 1268
Authors: 52
Mean commits per author: 24.38
Development Distribution Score: 0.555
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/arclanguage/anarki

Topics: arc, darwin, linux, lisp, lisp-1, macos, racket-lang, webapp

Files
    Loading...
    Readme
    Loading...
    Dependencies
    • 'require takes a filename and loads it if and only if it has not been required
    • (giving an absolute versus relative path, or prefixing with "./"). This is
    • Currently you can fool 'require by giving it a different name for the same file
    • before. 'require, like load, interprets paths relative to the current
    • considered a bug and may be fixed in future. Another possible future feature is
    • directory. *
    • it was last required.
    • reloading a file if it has changed (as determined by its mtime, probably) since