{"id":19282888,"url":"https://github.com/lucasfelixsilveira/carla","last_synced_at":"2025-04-22T01:32:21.508Z","repository":{"id":248575071,"uuid":"829036783","full_name":"lucasFelixSilveira/carla","owner":"lucasFelixSilveira","description":"Carla will not just be a language. It is a new concept of languages.","archived":false,"fork":false,"pushed_at":"2025-03-17T05:28:12.000Z","size":6745,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T17:58:07.030Z","etag":null,"topics":["beaultiful","c","carla","carla-lang","compilation-time","language","modern","performance","programming-language","rust","syntax"],"latest_commit_sha":null,"homepage":"","language":"C","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/lucasFelixSilveira.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-15T16:16:31.000Z","updated_at":"2025-03-23T16:12:05.000Z","dependencies_parsed_at":"2024-07-22T11:11:39.821Z","dependency_job_id":"0c50fc9c-6e18-425e-a051-4b57ec2936ee","html_url":"https://github.com/lucasFelixSilveira/carla","commit_stats":null,"previous_names":["lucasfelixsilveira/carla"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasFelixSilveira%2Fcarla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasFelixSilveira%2Fcarla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasFelixSilveira%2Fcarla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasFelixSilveira%2Fcarla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasFelixSilveira","download_url":"https://codeload.github.com/lucasFelixSilveira/carla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250162102,"owners_count":21385044,"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":["beaultiful","c","carla","carla-lang","compilation-time","language","modern","performance","programming-language","rust","syntax"],"created_at":"2024-11-09T21:28:55.909Z","updated_at":"2025-04-22T01:32:21.492Z","avatar_url":"https://github.com/lucasFelixSilveira.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"200%\" src=\"./assets/small.png\"\u003e\n  \u003ch1\u003eWhat is \"Carla\"?\u003c/h1\u003e\n  \u003cp\u003eCarla is a programming language project with a different approach than others.\u003c/p\u003e\n  \u003ca href=\"#carla-fundamentals\"\u003eSee more about the differences and fundamentals!\u003c/a\u003e\n  \n\u003c/div\u003e\n\u003cbr\u003e\n\n- [CARLA YT VIDEO](https://youtu.be/gO_adPI3Pr4)\n```carla\n#include \u003cstdio\u003e\n\nint32 main = () {\n  io::println(\"Hello, world\");\n  return 0;\n}\n```\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n# Carla Fundamentals\n### About\nCarla is a pattern created by a young programmer, who felt tired of languages ​​and their paradigms. Where, he was always very fond of fundamentalism and modernizing every little thing as much as possible. Inspired by the fundamentals of C, the beauty of Rust, and admired by the Heskell difference, he started the **Carla** project.\n\n### Fundamentals  \n- Practicality\n- Modernity \n- Fundamentalism\n- Mathematical ease\n\n# And what is Carla's objective?\nCarla's true objective is to draw attention to the \"Carla protocol\". Therefore, some standards that, if followed, could change the direction of current computing.\n\n### What was the initial spark for the creation of Carla?\n\nHave you ever entered a Discord, Telegram or Whatsapp chat and seen a lot of people struggling with JavaScript, Python, Ruby? This is exactly what served as the snap.\n\n### After all, what is the purpose?\nIf you are tired of using programming every day, for example, if you want your code not to break, put an `try` in the code, and it will not give a **Segmentation fault**.\n\nIn other words, don't surrender to the current schedule. Opt for the rational programming choice, Carla Protocol. It doesn't make sense to program without knowing how much memory is used to allocate a pointer, and things like that.\n\n#\n\n\u003cdiv align=\"center\"\u003e\n\n### Carla's concept is to be simple, modern and as close to C as possible.\n\n#\n\n\u003ctable\u003e\n  \u003ctr\u003e\u003cimg width=\"170px\" src=\"./assets/small.png\"\u003e\u003c/tr\u003e\n  \u003ctr\u003e\n    \u003c!-- Documentation --\u003e\n    \u003ctd\u003eDocumentation\u003c/td\u003e\n    \u003ctd\u003e \n      \u003ca href=\"./docs/carla.md\"\u003e\n        \u003cimg src='https://img.shields.io/badge/Docs-v1-blue.svg'/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003c!-- License --\u003e\n    \u003ctd\u003eLicense\u003c/td\u003e\n    \u003ctd\u003e \n      \u003ca href=\"./LICENSE\"\u003e\n        \u003cimg src='https://img.shields.io/badge/License-MIT-yellow.svg'/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003c!-- Carla protocol --\u003e\n    \u003ctd\u003eCarla protocol\u003c/td\u003e\n    \u003ctd\u003e \n      \u003ca href=\"./LICENSE\"\u003e\n      \u003ca href=\"./PROTOCOL.md\"\u003e\n        \u003cimg src='https://img.shields.io/badge/Carla_Protocol-view-purple'/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\nSee what a language needs to fit into the carla protocol\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasfelixsilveira%2Fcarla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasfelixsilveira%2Fcarla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasfelixsilveira%2Fcarla/lists"}