{"id":23194735,"url":"https://github.com/abrudz/lazy","last_synced_at":"2026-01-29T00:07:22.875Z","repository":{"id":90728675,"uuid":"136463395","full_name":"abrudz/Lazy","owner":"abrudz","description":"Lazily evaluated (late-binding) definition for Dyalog APL","archived":false,"fork":false,"pushed_at":"2023-03-24T15:39:10.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T19:55:45.394Z","etag":null,"topics":["apl","dyalog","dyalog-apl","dyalogapl","late-binding","lazy-evaluation","points-free","programming","tacit","user-command"],"latest_commit_sha":null,"homepage":"","language":"APL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abrudz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-07T10:49:16.000Z","updated_at":"2025-01-10T15:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"357041ae-7576-44a6-a653-7cad08c7229d","html_url":"https://github.com/abrudz/Lazy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abrudz/Lazy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2FLazy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2FLazy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2FLazy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2FLazy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abrudz","download_url":"https://codeload.github.com/abrudz/Lazy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2FLazy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28856973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apl","dyalog","dyalog-apl","dyalogapl","late-binding","lazy-evaluation","points-free","programming","tacit","user-command"],"created_at":"2024-12-18T13:15:23.485Z","updated_at":"2026-01-29T00:07:22.854Z","avatar_url":"https://github.com/abrudz.png","language":"APL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lazily evaluated (late-binding) definition for Dyalog APL\n*True lazy (late-binding) editable, SALTable, Linkable, `⎕FIX`able definition*\n\nThis user command allows defintion of arrays and tacit functions in a lazy manner, which means that their definitions are not evaluated until runtime. This allows editing, SALTing, Linking, `⎕FIX`ing, and commenting both arrays and tacit functions, and allows tacit top-down programming.\n\n## Installation\n\n* Download `Lazy.dyalog` to a location\n* From within Dyalog APL issue \u003ccode\u003e]Settings cmddir ,*location* -permanent\u003c/code\u003e\n\n## Usage\n    ]Lazy          ⍝ list all lazy definitions\n    ]Lazy fn       ⍝ show lazy definition\n    ]Lazy fn←code  ⍝ define lazily\n\n## Examples                                                                                                       \n    ]Lazy Avg←Sum÷1⌈≢     ⍝ allowed even though Sum is not defined yet\n    ]Lazy Sum←+⌿\n    ]Lazy matrix←3 4⍴⍳12  ⍝ formula will be kept rather than executed, so this array is dynamically ⎕IO-dependent\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrudz%2Flazy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrudz%2Flazy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrudz%2Flazy/lists"}