{"id":47732139,"url":"https://github.com/fink-lang/fink","last_synced_at":"2026-05-30T15:00:27.268Z","repository":{"id":344432500,"uuid":"1175562648","full_name":"fink-lang/fink","owner":"fink-lang","description":"The official ƒink compiler. ","archived":false,"fork":false,"pushed_at":"2026-05-26T18:35:13.000Z","size":4769,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T19:18:28.549Z","etag":null,"topics":["compiler","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fink-lang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-07T21:56:55.000Z","updated_at":"2026-05-26T18:17:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fink-lang/fink","commit_stats":null,"previous_names":["fink-lang/fink"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/fink-lang/fink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fink-lang%2Ffink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fink-lang%2Ffink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fink-lang%2Ffink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fink-lang%2Ffink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fink-lang","download_url":"https://codeload.github.com/fink-lang/fink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fink-lang%2Ffink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33696683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["compiler","programming-language"],"created_at":"2026-04-02T21:46:48.690Z","updated_at":"2026-05-30T15:00:27.250Z","avatar_url":"https://github.com/fink-lang.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ƒink\n\nA functional programming language and compiler toolchain, written in Rust and targeting WebAssembly.\n\nƒink is a refined successor to the [original fink](https://github.com/fink-lang) (which compiled to JavaScript and was self-hosted). The long-term goal is a self-hosting compiler.\n\n\u003e **Status:** early and experimental. Language, syntax, and tooling are all subject to change.\n\n## Install\n\n### macOS and Linux (Homebrew / Linuxbrew)\n\n```sh\nbrew tap fink-lang/tap\nbrew install fink\n```\n\nThis installs the `fink` toolchain. Native cross-compilation — `fink compile --target=\u003ctriple\u003e` — works out of the box for all tier-1 targets (`aarch64`/`x86_64` on macOS and Linux).\n\n### From source\n\nƒink builds with stable Rust (edition 2024). See [CONTRIBUTING.md](CONTRIBUTING.md) for the full Makefile-driven workflow.\n\n```sh\nmake deps-install\nmake build\nmake test\n```\n\n## Hello, ƒink\n\nSave as `hello.fnk`:\n\n```fink\n{stdout, write} = import 'std/io.fnk'\n\nmain = fn ..args:\n  write stdout, 'Hello, ƒink!'\n  0\n```\n\nRun it:\n\n```sh\nfink hello.fnk\n```\n\n## Documentation\n\n- [docs/language.md](docs/language.md) — the language reference.\n- [docs/execution-model.md](docs/execution-model.md) — how a ƒink program runs: values, effects, module lifecycle.\n- [docs/debugging.md](docs/debugging.md) — running ƒink under a debugger.\n- [docs/roadmap.md](docs/roadmap.md) — designed features not yet reachable.\n- [CONTRIBUTING.md](CONTRIBUTING.md) — build, test, contribute.\n- [fink-lang.org](https://fink-lang.org/) — the same docs rendered, with an in-browser playground.\n\n## Editor integration\n\n- [vscode-fink](https://github.com/fink-lang/vscode-fink) — syntax, language features, and a DAP client for `fink dap`.\n\n## License\n\n[MIT](LICENSE) © fink-lang\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffink-lang%2Ffink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffink-lang%2Ffink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffink-lang%2Ffink/lists"}