{"id":13607947,"url":"https://github.com/antimony-lang/antimony","last_synced_at":"2025-04-12T14:31:39.751Z","repository":{"id":37854979,"uuid":"179116914","full_name":"antimony-lang/antimony","owner":"antimony-lang","description":"The Antimony programming language","archived":false,"fork":false,"pushed_at":"2025-03-17T01:28:16.000Z","size":1847,"stargazers_count":149,"open_issues_count":11,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-11T17:13:48.022Z","etag":null,"topics":["antimony","compiler","language","programming","sabre"],"latest_commit_sha":null,"homepage":"https://antimony-lang.github.io/antimony/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antimony-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["garritfra"],"buy_me_a_coffee":"garrit"}},"created_at":"2019-04-02T16:25:09.000Z","updated_at":"2025-04-03T21:51:01.000Z","dependencies_parsed_at":"2023-02-12T20:45:46.833Z","dependency_job_id":"b753ecd4-58eb-447c-88a7-088bf43e5d81","html_url":"https://github.com/antimony-lang/antimony","commit_stats":{"total_commits":353,"total_committers":5,"mean_commits":70.6,"dds":0.5297450424929179,"last_synced_commit":"c63d6dc88f2982973716b66aa4429ce30adc4e01"},"previous_names":["garritfra/flex","garritfra/sabre"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antimony-lang%2Fantimony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antimony-lang%2Fantimony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antimony-lang%2Fantimony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antimony-lang%2Fantimony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antimony-lang","download_url":"https://codeload.github.com/antimony-lang/antimony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581189,"owners_count":21128118,"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":["antimony","compiler","language","programming","sabre"],"created_at":"2024-08-01T19:01:23.037Z","updated_at":"2025-04-12T14:31:39.746Z","avatar_url":"https://github.com/antimony-lang.png","language":"Rust","readme":"# The Antimony Programming Language\n\n[![](https://img.shields.io/crates/v/antimony-lang.svg)](https://crates.io/crates/antimony-lang)\n![Continuous integration](https://github.com/antimony-lang/antimony/workflows/Continuous%20integration/badge.svg?branch=master)\n[![docs](https://img.shields.io/badge/docs-mdBook-blue.svg)](https://antimony-lang.github.io/antimony/latest)\n[![Chat on Matrix](https://img.shields.io/badge/chat-on%20Matrix-green)](https://matrix.to/#/#antimony:matrix.slashdev.space?via=matrix.slashdev.space)\n\nAntimony is a bullshit-free (©) programming language that gets out of your way.\nIt is meant to \"just work\", without adding unnecessary and bloated language features.\n\n## Why yet another language?\n\nThe goal of Antimony is to be a simple language that anyone - beginner and expert - can pick up and use. A \"bullshit-free programming language\" is of course a highly subjective opinion, and this project is my very own attempt at this. There are plenty of great programming languages out there, and Antimony is not meant to replace any of them. Currently, Antimony is just a general-purpose toy language. Its primary goal is to be simple and easy to understand, not to be efficient.\n\n## Example\n\n```rs\n// examples/fib.sb\n\nfn main() {\n    let num = 10\n    println(fib(num))\n}\n\nfn fib(n: int): int {\n    if n \u003c= 1 {\n        return n\n    }\n\n    return fib(n-1) + fib(n-2)\n}\n\n// -\u003e 55\n```\n\n## State of this project\n\n**Antimony is a hobby project** created to learn about compiler internals. It is not (yet) intended for production use.\n\nMost algorithms should run fine, but some features may be unstable. Standard library and documentation are still incomplete. See the [open issues](https://github.com/antimony-lang/antimony/issues) for upcoming todos.\n\nThe Antimony compiler emits JavaScript for the Node.js runtime, and a C backend is currently under development. Backends for WASM and LLVM are planned.\n\n## Documentation\n\nDocumentation is hosted [here](https://antimony-lang.github.io/antimony).\n\n## Getting started\n\nSee the [installation](https://antimony-lang.github.io/antimony/latest/introduction/installation.html) instructions to get started.\n\n## Getting in touch\n\n[Join our Matrix room](https://matrix.to/#/#antimony:matrix.slashdev.space?via=matrix.slashdev.space)!\n\n## License\n\nThis software is licensed under the [Apache-2.0 license](./LICENSE).\n","funding_links":["https://github.com/sponsors/garritfra","https://buymeacoffee.com/garrit"],"categories":["Uncategorized","Other"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantimony-lang%2Fantimony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantimony-lang%2Fantimony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantimony-lang%2Fantimony/lists"}