{"id":20840929,"url":"https://github.com/littlewhitecloud/cloud","last_synced_at":"2025-04-10T12:55:38.180Z","repository":{"id":208010502,"uuid":"720625147","full_name":"littlewhitecloud/cloud","owner":"littlewhitecloud","description":"A toy language","archived":false,"fork":false,"pushed_at":"2024-01-30T05:57:16.000Z","size":29,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-18T01:18:52.315Z","etag":null,"topics":["c","cpp","llvm","programming-language","python","simple"],"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/littlewhitecloud.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}},"created_at":"2023-11-19T03:51:04.000Z","updated_at":"2024-09-23T13:53:30.000Z","dependencies_parsed_at":"2023-11-30T15:29:07.463Z","dependency_job_id":"cd7c538b-2d1d-4d0f-96f5-e70d26141c47","html_url":"https://github.com/littlewhitecloud/cloud","commit_stats":null,"previous_names":["littlewhitecloud/cloud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlewhitecloud%2Fcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlewhitecloud%2Fcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlewhitecloud%2Fcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlewhitecloud%2Fcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/littlewhitecloud","download_url":"https://codeload.github.com/littlewhitecloud/cloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234579640,"owners_count":18855639,"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":["c","cpp","llvm","programming-language","python","simple"],"created_at":"2024-11-18T01:18:17.203Z","updated_at":"2025-01-19T00:05:07.827Z","avatar_url":"https://github.com/littlewhitecloud.png","language":"C","readme":"# \u003ch1\u003e\u003ccenter\u003e Cloud \u003c/center\u003e\u003c/h1\u003e\r\n\r\nThis is a toy pogramming language.\r\n\r\n### Example\r\n`helloworld`\r\n```python\r\ndeclare putchar(c: int) -\u003e int\r\n\r\ndef main() -\u003e int:\r\n    putchar(\"H\")\r\n    putchar(\"e\")\r\n    putchar(\"l\")\r\n    putchar(\"l\")\r\n    putchar(\"o\")\r\n    putchar(\",\")\r\n    putchar(\" \")\r\n    putchar(\"W\")\r\n    putchar(\"o\")\r\n    putchar(\"r\")\r\n    putchar(\"l\")\r\n    putchar(\"d\")\r\n    putchar(\"!\")\r\n    putchar(\"\\n\")\r\n    return '\\0'\r\n\r\n```\r\n\r\n### Develop\r\n`linux` \u0026 `windows`\r\n#### You have to install make and LLVM\r\n\r\n```console\r\ngit clone https://github.com/littlewhitecloud/cloud\r\nmkdir obj\r\nmake -j2\r\n./cloud example/helloworld.cd -v\r\n```\r\n\r\n### Goals\r\n- As simple as Python\r\n- As fast as C++\r\n- Loose grammar checking\r\n- More warnings instead of errors\r\n\r\n\r\n#### Thanks to @Akuli, the \"jou\" programming language really inspired me a lot.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlewhitecloud%2Fcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittlewhitecloud%2Fcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlewhitecloud%2Fcloud/lists"}