{"id":16726986,"url":"https://github.com/lpil/soup","last_synced_at":"2025-04-10T10:32:03.017Z","repository":{"id":66332190,"uuid":"74822333","full_name":"lpil/soup","owner":"lpil","description":"A simple interpreted language written in Elixir","archived":false,"fork":false,"pushed_at":"2017-03-29T13:53:37.000Z","size":59,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T09:21:09.762Z","etag":null,"topics":["functional","interpreter","language","parser"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lpil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-11-26T11:42:18.000Z","updated_at":"2024-06-02T15:31:28.000Z","dependencies_parsed_at":"2023-02-20T23:00:17.452Z","dependency_job_id":null,"html_url":"https://github.com/lpil/soup","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/lpil%2Fsoup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsoup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsoup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsoup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/soup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199136,"owners_count":21063641,"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":["functional","interpreter","language","parser"],"created_at":"2024-10-12T22:55:32.141Z","updated_at":"2025-04-10T10:32:03.010Z","avatar_url":"https://github.com/lpil.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soup\n\nSoup is a simple interpreted language, the runtime for which is written in\nElixir.\n\nIt looks like this:\n\n```rust\nlet x = 1\nlet y = 2\n\nlet add = |x, y| {\n    x + y\n}\n\nlet z = add(x, y)\n```\n\n\nIt's largely an adaption of the Simple language from the first few chapters of\nTom Stuart's excellent [Understanding Computation][book].\nGo grab a copy.\n\n[book]: http://computationbook.com/\n\n## Usage\n\n```sh\n# Compile the interpreter\nMIX_ENV=prod mix escript.build\n\n# Run some Souper code!\n./soup priv/code/addition.soup\n```\n\n### MPL2 Licence\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fsoup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fsoup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fsoup/lists"}