{"id":17251165,"url":"https://github.com/fumieval/lazyz","last_synced_at":"2025-04-14T05:21:58.767Z","repository":{"id":3691614,"uuid":"4762100","full_name":"fumieval/LazyZ","owner":"fumieval","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-05T07:02:39.000Z","size":992,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T19:11:17.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fumieval.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}},"created_at":"2012-06-23T11:35:59.000Z","updated_at":"2022-08-27T22:57:52.000Z","dependencies_parsed_at":"2022-08-29T05:01:28.253Z","dependency_job_id":null,"html_url":"https://github.com/fumieval/LazyZ","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FLazyZ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FLazyZ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FLazyZ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FLazyZ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumieval","download_url":"https://codeload.github.com/fumieval/LazyZ/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248825001,"owners_count":21167414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-15T06:50:30.629Z","updated_at":"2025-04-14T05:21:58.748Z","avatar_url":"https://github.com/fumieval.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lazy Z (ver0.3) by @fumieval\r\n\r\n# Lazy Zとは\r\n\r\nLazy Zは、Lazy Kの「組み込み関数がS、K、Iの3つしかない」という特長を継承しつつ、文字列・数値リテラル、ラムダ式を導入した言語です。\r\n\r\n# 構文\r\n    infixr 6 :;\r\n    infixr 6 ++;\r\n\r\n    main input = 42 : str;  -- 関数定義、数値リテラル、行コメント\r\n    \r\n    (:) x xs = \\f -\u003e f x xs; {- ラムダ式、ブロックコメント -}\r\n    nil = \\f -\u003e \\x y -\u003e y\r\n\r\n    str = \"Hello, world!\" (:) nil ++ str; -- 文字列リテラル、再帰的定義\r\n    \r\n# 使い方\r\n    cabal install\r\n    LazyZ build prog.lazyz lib/prelude.lazyz \u003e output.lazy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Flazyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffumieval%2Flazyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Flazyz/lists"}