{"id":26700422,"url":"https://github.com/pulsarblow/pulse","last_synced_at":"2025-07-19T10:11:58.611Z","repository":{"id":56340388,"uuid":"303234164","full_name":"PulsarBlow/Pulse","owner":"PulsarBlow","description":"✪ A dynamically typed language with automatic memory management ✪","archived":false,"fork":false,"pushed_at":"2020-11-13T12:27:08.000Z","size":137,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-05-06T21:37:25.296Z","etag":null,"topics":["dynamic","garbage-collector","language","pulse"],"latest_commit_sha":null,"homepage":"","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/PulsarBlow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-10-11T23:52:26.000Z","updated_at":"2020-11-13T12:27:10.000Z","dependencies_parsed_at":"2022-08-15T17:00:16.796Z","dependency_job_id":null,"html_url":"https://github.com/PulsarBlow/Pulse","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PulsarBlow%2FPulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PulsarBlow%2FPulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PulsarBlow%2FPulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PulsarBlow%2FPulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PulsarBlow","download_url":"https://codeload.github.com/PulsarBlow/Pulse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245759118,"owners_count":20667652,"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":["dynamic","garbage-collector","language","pulse"],"created_at":"2025-03-27T00:28:13.166Z","updated_at":"2025-03-27T00:28:13.775Z","avatar_url":"https://github.com/PulsarBlow.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=\"120\" src=\"assets/icons/repo-logo.svg\" alt=\"Pulse language\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\" style=\"font-weight:bold\"\u003epulse\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e A dynamically typed language with automatic memory management \u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  ![Continuous Integration](https://github.com/PulsarBlow/Pulse/workflows/Continuous%20Integration/badge.svg)\n  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/ce19d9bed4a64236885f25e8e469a3ec)](https://www.codacy.com/gh/PulsarBlow/Pulse/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=PulsarBlow/Pulse\u0026amp;utm_campaign=Badge_Grade)\n  [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/ce19d9bed4a64236885f25e8e469a3ec)](https://www.codacy.com/gh/PulsarBlow/Pulse/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=PulsarBlow/Pulse\u0026utm_campaign=Badge_Coverage)\n  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\n\n\u003c/div\u003e\n\n---\n\n\u003e A tribute to my team mates at Payfit who are so incredibly inspiring. Pulse is my first step to follow their track.\n\n## About \u003ca name=\"about\"\u003e\u003c/a\u003e\n\nPulse is a dynamically typed programming language. It combines successful concepts from mature languages like Scheme, JavaScript and C#.\n\nPulse aims to be small, clean and efficient.\n\nIt is not feature complete, it is not intended for production, and it does have bugs.\n\n### Grammar\n\n```text\nprogram        → statement* EOF ;\n\nstatement      → exprStmt\n               | printStmt ;\n\nexprStmt       → expression \";\" ;\nprintStmt      → \"print\" expression \";\" ;\n\nexpression     → literal\n               | unary\n               | binary\n               | grouping ;\n\nliteral        → NUMBER | STRING | \"true\" | \"false\" | \"nil\" ;\ngrouping       → \"(\" expression \")\" ;\nunary          → ( \"-\" | \"!\" ) expression ;\nbinary         → expression operator expression ;\noperator       → \"==\" | \"!=\" | \"\u003c\" | \"\u003c=\" | \"\u003e\" | \"\u003e=\"\n               | \"+\"  | \"-\"  | \"*\" | \"/\" ;\n```\n\n## Attributions\n\nPulse implementation is largely inspired by the fabulous [Crafting Interpreter](http://craftinginterpreters.com/) book from [Robert Nystrom](https://github.com/munificent).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulsarblow%2Fpulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulsarblow%2Fpulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulsarblow%2Fpulse/lists"}