{"id":23498042,"url":"https://github.com/freedomben/lash","last_synced_at":"2026-01-22T05:03:05.446Z","repository":{"id":22979940,"uuid":"26330139","full_name":"FreedomBen/lash","owner":"FreedomBen","description":"lash (lazy bash) is a very simple language that compiles into bash","archived":false,"fork":false,"pushed_at":"2014-11-07T19:05:39.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T22:00:45.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FreedomBen.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":"2014-11-07T17:29:52.000Z","updated_at":"2014-11-07T17:29:52.000Z","dependencies_parsed_at":"2022-08-21T16:31:01.061Z","dependency_job_id":null,"html_url":"https://github.com/FreedomBen/lash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FreedomBen/lash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Flash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Flash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Flash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Flash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreedomBen","download_url":"https://codeload.github.com/FreedomBen/lash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Flash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28655033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-25T05:18:04.918Z","updated_at":"2026-01-22T05:03:05.426Z","avatar_url":"https://github.com/FreedomBen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"lash\n====\n\n(Note:  This product does not yet exist)\n\nlash (lazy bash) is a very simple language that compiles into bash\n\n`lash` is a superset of `bash` (meaning all valid `bash` is also valid `lash`) that allows you to lazily write `bash` without running into the common pitfalls and annoyances of `bash`.  It also adds alternate syntax for common `bash` patterns that makes things simpler.\n\n`lash` compiles into pure `bash`, so you can distribute your script as `bash` without fear of a dependency on the `lash` compiler.\n\n`lash` also offers some simple features like bash compression to reduce filesize (the compression eliminates whitespace by adding lots of semicolons and not importing the comments from `lash`)\n\n\nExamples:\n\nIn `bash` you can't have spaces around the `=` sign:\n\n  var = 'some val' # Bad\n  var='some val'   # Good\n  \nIn `lash` you can:\n\n  var = 'some val' # Bad\n  var='some val'   # Good\n\nIn `bash` you must dereference variables by prefixing a `$`\n\n  eval val   # Bad  - Runs the command \"val\" which is not what you want\n  eval $val  # Good - Runs the command stored in val\n  \nMore to come...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Flash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomben%2Flash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Flash/lists"}