{"id":18788925,"url":"https://github.com/giorgiogtelian/luna","last_synced_at":"2026-02-13T04:06:17.570Z","repository":{"id":191661418,"uuid":"685126004","full_name":"giorgioGTelian/Luna","owner":"giorgioGTelian","description":"this is my little project: a new programming language named after my dog","archived":false,"fork":false,"pushed_at":"2024-11-04T10:32:12.000Z","size":288,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T05:02:02.585Z","etag":null,"topics":["cpp","csharp","java","language","parser","programming-language","programming-languages"],"latest_commit_sha":null,"homepage":"","language":"C#","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/giorgioGTelian.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":"2023-08-30T15:12:57.000Z","updated_at":"2024-11-20T09:22:20.000Z","dependencies_parsed_at":"2023-10-15T18:55:52.237Z","dependency_job_id":"3275f0f9-84a7-4050-af5d-5361b84db041","html_url":"https://github.com/giorgioGTelian/Luna","commit_stats":null,"previous_names":["giorgiogtelian/luna-programming-language"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giorgioGTelian%2FLuna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giorgioGTelian%2FLuna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giorgioGTelian%2FLuna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giorgioGTelian%2FLuna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giorgioGTelian","download_url":"https://codeload.github.com/giorgioGTelian/Luna/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248721251,"owners_count":21151070,"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":["cpp","csharp","java","language","parser","programming-language","programming-languages"],"created_at":"2024-11-07T21:06:11.844Z","updated_at":"2026-02-13T04:06:12.536Z","avatar_url":"https://github.com/giorgioGTelian.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Luna Programming Language 🌙\nWelcome to Luna, the programming language of the future! Luna aims to bring simplicity, elegance, and performance to developers.\u003cbr\u003e Whether you're building a simple script or a complex system, Luna is here to light your path.\n\u003cp align=\"center\"\u003e\n\u003cimg align=\"center\" alt=\"img\" src=\"luna.png\"/\u003e\n \u003c/p\u003e\n\n## Features\n* \u003cstrong\u003eElegant Syntax:\u003c/strong\u003e \u003cbr\u003e Write clean and understandable code with Luna's intuitive syntax. it will resample the italian language \u003cbr\u003e\n* \u003cstrong\u003ePerformance:\u003c/strong\u003e \u003cbr\u003e Luna is designed with performance in mind, allowing you to write efficient applications.\u003cbr\u003e\n* \u003cstrong\u003eCross-Platform:\u003c/strong\u003e \u003cbr\u003e Write once, run anywhere. Luna is compatible with major platforms.\u003cbr\u003e\n* \u003cstrong\u003eStrongly Typed:\u003c/strong\u003e \u003cbr\u003e Catch errors before they become bugs with Luna's robust type system.\u003cbr\u003e\n* \u003cstrong\u003eExtensible:\u003c/strong\u003e \u003cbr\u003e Easily integrate Luna with other systems and languages.\u003cbr\u003e\n* \u003cstrong\u003eImperative Paradigm:\u003c/strong\u003e \u003cbr\u003e Luna follows an imperative programming style, making it intuitive for developers familiar with languages like C, Java, and Python.\u003cbr\u003e\n\n## Quick Start\n```stampa(\"Hello, Luna!\")```\n### To run a Luna program:\n\nbash  \u003cbr\u003e\n```$ luna bark my_program.luna```\n\n## Installation\nTBD: Installation instructions go here.\n\n## Documentation\nDive deep into Luna's features, syntax, and standard library by visiting our official documentation.\n\n## Contributing\nWe welcome contributions from the community! Check out our contribution guidelines to get started.\n\n## example\n```\nstruttura Person {\n    argomento name\n    argomento experience\n    argomento is_developer }\nfine entita;\n\ninserisci your_name;\ninserisci your_experience_in_years;\ninserisci do_you_like_programming;\n\nperson = nuova Person [your_name your_experience_in_years do_you_like_programming == \"si\"];\nstampa person;\n\nse ( person :: is_developer) {\n\n    person_name = person :: name;\n    stampa \"hey \" + person_name + \"!\";\n\n    experience = person :: experience\n\n   } se (experience \u003e 0)  {\n        started_in = 2022 - experience;\n        stampa \"you had started your career in \" + started_in;\n}\n \n```\n## Roadmap updated to 09/09/2023\n + Implement basic I/O functions \u003cbr\u003e\n + Design and implement the standard library \u003cbr\u003e\n + Optimize the compiler for better performance \u003cbr\u003e\n + Extend platform support \u003cbr\u003e\n +  Write the Luna compiler using c# and python and integrate testing with Maven. \u003cbr\u003e\n + started writing the parser \u003cbr\u003e\n## License\nLuna is open source and licensed under the \u003ca href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\"\u003e GNU license \u003c/a\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiorgiogtelian%2Fluna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiorgiogtelian%2Fluna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiorgiogtelian%2Fluna/lists"}