{"id":18258005,"url":"https://github.com/jsmolka/drizzle","last_synced_at":"2025-04-04T18:31:29.490Z","repository":{"id":40429306,"uuid":"393082574","full_name":"jsmolka/drizzle","owner":"jsmolka","description":"A dynamic interpreted programming language.","archived":false,"fork":false,"pushed_at":"2022-11-23T16:53:13.000Z","size":982,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T17:05:35.337Z","etag":null,"topics":["cpp","drizzle","dynamic","interpreter","language"],"latest_commit_sha":null,"homepage":"https://smolka.dev/tags/drizzle","language":"C++","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/jsmolka.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":"2021-08-05T14:58:58.000Z","updated_at":"2025-01-20T00:07:43.000Z","dependencies_parsed_at":"2023-01-21T06:00:41.107Z","dependency_job_id":null,"html_url":"https://github.com/jsmolka/drizzle","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmolka%2Fdrizzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmolka%2Fdrizzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmolka%2Fdrizzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmolka%2Fdrizzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmolka","download_url":"https://codeload.github.com/jsmolka/drizzle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247229384,"owners_count":20905040,"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":["cpp","drizzle","dynamic","interpreter","language"],"created_at":"2024-11-05T10:28:33.124Z","updated_at":"2025-04-04T18:31:28.464Z","avatar_url":"https://github.com/jsmolka.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drizzle\nA dynamic interpreted programming language.\n\n\u003csup\u003e(it's not Python, I swear)\u003c/sup\u003e\n\n## Usage\n```\nusage:\n  drizzle [-h] [-a] \u003cfile\u003e\n\nkeyword arguments:\n  -h, --help    print help\n  -a, --ast     print ast\n\npositional arguments:\n  file          script file\n```\n\nAdditional arguments can be passed after `\u003cfile\u003e` and later be accessed through the `arguments` function.\n\n## Examples\n```python\nclass Point:\n  def init(x, y):\n    this.x = x\n    this.y = y\n  def cross(other):\n    return this.x * other.y - this.y * other.x\n\n# Stokes' theorem\ndef area(polygon):\n  var s = 0\n  for i in 0 .. len(polygon):\n    s = s + polygon[i - 1].cross(polygon[i])\n  return s / 2\n\nvar triangle = [Point(0, 0), Point(4, 4), Point(0, 4)]\n\nassert(area(triangle) == 8.0)\n```\n\nSee [examples](/examples) for more.\n\n## Binaries\nBinaries for Windows, Linux and macOS are available as [nightly](https://nightly.link/jsmolka/drizzle/workflows/build/master) and [release](https://github.com/jsmolka/drizzle/releases) builds.\n\n## Build\nDetailed build instructions can be found [here](BUILD.md).\n\n## Credit\nThanks to Robert Nystrom for [Crafting Interpreters](https://www.craftinginterpreters.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmolka%2Fdrizzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmolka%2Fdrizzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmolka%2Fdrizzle/lists"}