{"id":30202913,"url":"https://github.com/hellerve/llml","last_synced_at":"2025-09-13T01:12:35.481Z","repository":{"id":277376104,"uuid":"917086451","full_name":"hellerve/llml","owner":"hellerve","description":"A silly programming language that lets an LLM infer","archived":false,"fork":false,"pushed_at":"2025-05-28T10:04:34.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T11:18:50.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.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":"2025-01-15T10:27:55.000Z","updated_at":"2025-05-28T10:04:37.000Z","dependencies_parsed_at":"2025-02-13T16:40:23.723Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/llml","commit_stats":null,"previous_names":["hellerve/llml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/llml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fllml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fllml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fllml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fllml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/llml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fllml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274903940,"owners_count":25371233,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":"2025-08-13T11:09:20.882Z","updated_at":"2025-09-13T01:12:35.460Z","avatar_url":"https://github.com/hellerve.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llml\n\nA silly language that lets LLMs do the heavy lifting.\n\nYou can write code yourself:\n\n```st\nLlmlEvaluator new evaluate:\n\t(LlmlParser parse: \n\t\t'(def x (fn (n) (* n 2)))\n\t\t (+ (x 10) 3)') \"=\u003e 23\"\n```\n\nOr instead let an LLM do the heavy lifting:\n\n```st\nLlmlEvaluator new evaluate:\n\t(LlmlParser parse: \n\t\t'(def factorial (infer))\n\t\t (factorial 6)') \"=\u003e 720\"\n```\n\nThe inference uses your default LLM connection as configured inside Glamorous Toolkit. You can also select one by hand:\n\n```\nLlmlEvaluator new\n\tconnection: (GtLlmConnection new\n\t\t\tprovider: GtOllamaProvider;\n\t\t\tmodel: 'llama3.2');\n\tevaluate: (LlmlParser\n\t\t\tparse: '(def factorial (infer))\n\t\t (factorial 4)')\n```\n\n## Installation\n\n```st\nMetacello new\n\trepository: 'github://hellerve/llml:main/src';\n\tbaseline: 'LlmL';\n\tload\n```\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fllml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fllml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fllml/lists"}