{"id":24673724,"url":"https://github.com/jabolol/frost","last_synced_at":"2025-10-08T08:31:25.567Z","repository":{"id":274155654,"uuid":"893637244","full_name":"Jabolol/frost","owner":"Jabolol","description":"The Frost Programming Language Compiler","archived":false,"fork":false,"pushed_at":"2025-01-25T09:18:16.000Z","size":53238,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T17:33:34.674Z","etag":null,"topics":["frost","haskell","llvm"],"latest_commit_sha":null,"homepage":"https://frost-lang.gitbook.io/frost","language":"Haskell","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/Jabolol.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-24T23:38:59.000Z","updated_at":"2025-02-10T13:09:23.000Z","dependencies_parsed_at":"2025-01-25T10:19:34.520Z","dependency_job_id":"15eec6ab-c9bc-4c01-83e8-b3a40bf69ebe","html_url":"https://github.com/Jabolol/frost","commit_stats":null,"previous_names":["jabolol/frost"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Jabolol/frost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jabolol%2Ffrost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jabolol%2Ffrost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jabolol%2Ffrost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jabolol%2Ffrost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jabolol","download_url":"https://codeload.github.com/Jabolol/frost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jabolol%2Ffrost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278913354,"owners_count":26067642,"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-10-08T02:00:06.501Z","response_time":56,"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":["frost","haskell","llvm"],"created_at":"2025-01-26T11:13:40.123Z","updated_at":"2025-10-08T08:31:24.916Z","avatar_url":"https://github.com/Jabolol.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frost\n\n**Frost** is a modern systems programming language that combines the speed of\n`C` with modern language features. It offers static typing and compiles to\n[LLVM IR](https://llvm.org/docs/LangRef.html), delivering high performance while\nremaining accessible and easy to learn. Whether you're building system tools or\nperformance-critical applications, Frost provides the low-level control you need\nwith the convenience of contemporary programming practices.\n\n## Example\n\n\u003e [!TIP]\n\u003e For examples and sample code, check the [examples](examples) directory. These\n\u003e demonstrate the key features of the language, including basic syntax, data\n\u003e structures, and how to interact with the system.\n\nHere's a simple \"Hello, world!\" program written in Frost:\n\n```frost\nimport \"https://frost-lang.deno.dev/std/io.ff\"\n\nmain: never -\u003e int = {\n  printf(\"Hello, world!\\n\")\n\n  0\n}\n```\n\nTo compile and run the program, save it to a file (e.g., `hello.ff`) and use the\nFrost compiler:\n\n```\n$ frostc -i hello.ff | lli\nHello, world!\n```\n\n## Features\n\n- **Static Typing**: Catch type errors at compile time, improving safety and\n  efficiency.\n- **LLVM Backend**: Generates optimized code, leveraging the powerful LLVM\n  ecosystem.\n- **Low-Level Control**: Access hardware resources and memory directly, similar\n  to C/C++.\n- **Modern Syntax**: Designed to be more readable and maintainable compared to\n  traditional low-level languages.\n\n## Getting Started\n\nTo begin with Frost, ensure that [Haskell](https://www.haskell.org/) and\n[LLVM 19](https://llvm.org/) or later are installed on your system. You can\ndownload the latest release from the [releases page](README.md) or opt to build\nFrost from source. For comprehensive installation guidance, please consult the\n[Documentation](https://frost-lang.gitbook.io/frost/user-manual/getting-started).\n\n## License\n\nFrost is licensed under the MIT License. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabolol%2Ffrost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabolol%2Ffrost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabolol%2Ffrost/lists"}