{"id":19633193,"url":"https://github.com/kamkow1/spring-pl","last_synced_at":"2026-05-15T23:02:45.689Z","repository":{"id":38148168,"uuid":"506254481","full_name":"kamkow1/spring-pl","owner":"kamkow1","description":"spring is a small OO programming language made for fun","archived":false,"fork":false,"pushed_at":"2022-06-28T07:08:45.000Z","size":151381,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T15:45:47.118Z","etag":null,"topics":["csharp","dotnet","dotnet-core","dotnetcore","interpreter","programming-language","scripting-language"],"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/kamkow1.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}},"created_at":"2022-06-22T13:14:49.000Z","updated_at":"2023-07-16T12:58:28.000Z","dependencies_parsed_at":"2022-08-18T07:16:49.276Z","dependency_job_id":null,"html_url":"https://github.com/kamkow1/spring-pl","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/kamkow1%2Fspring-pl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamkow1%2Fspring-pl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamkow1%2Fspring-pl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamkow1%2Fspring-pl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamkow1","download_url":"https://codeload.github.com/kamkow1/spring-pl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240935583,"owners_count":19881169,"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":["csharp","dotnet","dotnet-core","dotnetcore","interpreter","programming-language","scripting-language"],"created_at":"2024-11-11T12:16:39.042Z","updated_at":"2026-05-15T23:02:40.646Z","avatar_url":"https://github.com/kamkow1.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Spring Programming Language\n\nSpring is an interpreted object-oriented programming language \nwith it's syntax resambling Python, C and PHP.\n\n\n\n## Features\n\n- structs\n- encapsulation\n- functions\n- variables\n- loops\n- if blocks\n- elif and else blocks\n- each (foreach) loops\n- arrays\n\n\n## Usage/Examples\n\n```text\n[]\n[/]\n\nstruct Person {\n    prv prop mood;\n\n    pub def setMood(self, v) {\n        $v -\u003e $self.mood;\n    }\n\n    pub def sayMood(self) {\n        if $self.mood == \"happy\" {\n            println \"yay im happy!\";\n        }\n        elif $self.mood == \"sad\" {\n            println \"im sad ;(\";\n        }\n        else {\n            println \"unknown mood...\";\n        }\n    }\n}\n\n-- use commandline arguments\ndef main(args) {\n    declare new Person -\u003e $p;\n\n    $p.setMood $p, string $args[0];\n\n    $p.sayMood $p;\n}\n```\n\n\n## Documentation\ncoming soon\n\n\n## building from source\n\nignore all the warnings. they are caused by antlr4's c# target.\n```bash\ngit clone https://github.com/kamkow1/spring-pl.git\ncd spring-pl\ncd src/spli\n./scripts/build.sh\n```\n## download\nall binaries are located in the publish directory at the root of this repo.\nthe binaries are self-contained, therefore don't require dotnet to run (dotnet is included in the binary)\n\n## to add\na list o features to add to the language\n - json serialization / deserialization\n - xml parsing\n - lambda expressions\n - enums\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamkow1%2Fspring-pl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamkow1%2Fspring-pl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamkow1%2Fspring-pl/lists"}