{"id":18479034,"url":"https://github.com/kranfix/lpp-rs","last_synced_at":"2025-05-13T18:30:13.274Z","repository":{"id":142816966,"uuid":"583942857","full_name":"kranfix/lpp-rs","owner":"kranfix","description":"Port of the Platzi programming language from Python to Rust","archived":false,"fork":false,"pushed_at":"2025-01-03T02:37:15.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T20:45:58.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/kranfix.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":"2022-12-31T15:11:43.000Z","updated_at":"2025-01-03T02:37:19.000Z","dependencies_parsed_at":"2025-01-02T15:45:55.000Z","dependency_job_id":null,"html_url":"https://github.com/kranfix/lpp-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kranfix%2Flpp-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kranfix%2Flpp-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kranfix%2Flpp-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kranfix%2Flpp-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kranfix","download_url":"https://codeload.github.com/kranfix/lpp-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003083,"owners_count":21997833,"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":[],"created_at":"2024-11-06T12:13:10.694Z","updated_at":"2025-05-13T18:30:13.251Z","avatar_url":"https://github.com/kranfix.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Welcome to Platzi programming language (english version).\nWrite your sentece to start.\n\n```\n\u003e\u003e let a = 5;\n\u003e\u003e let b = 10;\n\u003e\u003e a + b;\n\u003e\u003e 15\n\u003e\u003e let mayor_de_edad = fn(edad) {\n        // return edad \u003e 18;\n        if(edad \u003e 18) {\n            return true;\n        } else {\n            return false;\n        }\n    };\n\n\u003e\u003e mayor_de_edad(20);\n\u003e\u003e true\n\u003e\u003e mayor_de_edad(15);\n\u003e\u003e false\n\u003e\u003e let sumador = fn(x) {\n\n       return fn(y) {\n           return x + y;\n       };\n\n};\n\n\u003e\u003e let suma_dos = sumador(2);\n\u003e\u003e suma_dos(5);\n\u003e\u003e 7\n\u003e\u003e let suma_cinco = sumador(5);\n\u003e\u003e suma_cinco(20);\n\u003e\u003e 25\n\u003e\u003e mayor_de_edad(suma_cinco(20));\n\u003e\u003e true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkranfix%2Flpp-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkranfix%2Flpp-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkranfix%2Flpp-rs/lists"}