{"id":18998855,"url":"https://github.com/yurysolovyov/lo-gravity","last_synced_at":"2026-03-19T07:35:03.836Z","repository":{"id":148338564,"uuid":"87699779","full_name":"YurySolovyov/lo-gravity","owner":"YurySolovyov","description":"lodash-inspired library for Gravity language","archived":false,"fork":false,"pushed_at":"2017-04-24T12:39:38.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T15:43:29.516Z","etag":null,"topics":["collections","gravity-language","inspiration","list","lodash","lodashjs","map","utility-library"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YurySolovyov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"2017-04-09T10:13:29.000Z","updated_at":"2023-12-05T06:44:29.000Z","dependencies_parsed_at":"2023-05-19T20:00:59.847Z","dependency_job_id":null,"html_url":"https://github.com/YurySolovyov/lo-gravity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YurySolovyov/lo-gravity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YurySolovyov%2Flo-gravity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YurySolovyov%2Flo-gravity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YurySolovyov%2Flo-gravity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YurySolovyov%2Flo-gravity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YurySolovyov","download_url":"https://codeload.github.com/YurySolovyov/lo-gravity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YurySolovyov%2Flo-gravity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28913881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: 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":["collections","gravity-language","inspiration","list","lodash","lodashjs","map","utility-library"],"created_at":"2024-11-08T17:48:08.772Z","updated_at":"2026-01-30T13:17:33.728Z","avatar_url":"https://github.com/YurySolovyov.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# lo-gravity.\n\nLodash-inspired library for [Gravity language](https://github.com/marcobambini/gravity)\n\n### Status: WIP, implementation *may* be naive and contain duplication and/or errors\n\nCurrently implemented:\n```\nLo.every(collection, iteratee)\nLo.filter(collection, iteratee)\nLo.find(collection, iteratee)\nLo.map(collection, iteratee)\nLo.reduce(collection, iteratee[, initial])\nLo.some(collection, iteratee)\n```\n\n## Usage\n\nJust `#include \"lo.gravity\"`:\n\n```\n#include \"lo.gravity\"\n```\nin our case it is more like this though:\n\n```\n#include \"./src/lo.gravity\"\n```\n\nExample:\n```\n#include \"./src/lo.gravity\"\n\nfunc main() {\n  var list = [true, false, [], [:], \"bar\", 33, 42];\n\n  // find String\n  var result = Lo.find(list, func(item) {\n    return item is String;\n  });\n\n  System.print(result); // -\u003e \"bar\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurysolovyov%2Flo-gravity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurysolovyov%2Flo-gravity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurysolovyov%2Flo-gravity/lists"}