{"id":21921774,"url":"https://github.com/baban/lp","last_synced_at":"2026-05-18T11:07:41.479Z","repository":{"id":10483538,"uuid":"12662510","full_name":"baban/lp","owner":"baban","description":"ruby like program language under stydying, now...","archived":false,"fork":false,"pushed_at":"2019-10-26T13:59:17.000Z","size":3280,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T10:43:38.720Z","etag":null,"topics":["c-sharp"],"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/baban.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}},"created_at":"2013-09-07T09:13:59.000Z","updated_at":"2019-10-26T13:59:19.000Z","dependencies_parsed_at":"2022-09-11T18:20:42.259Z","dependency_job_id":null,"html_url":"https://github.com/baban/lp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baban/lp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baban%2Flp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baban%2Flp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baban%2Flp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baban%2Flp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baban","download_url":"https://codeload.github.com/baban/lp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baban%2Flp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-sharp"],"created_at":"2024-11-28T20:26:53.550Z","updated_at":"2026-05-18T11:07:41.443Z","avatar_url":"https://github.com/baban.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# プログラミング言語LP\r\n\r\n## 文法(syntax)\r\n\r\n### データ型\r\n\r\n```\r\n1 // 整数\r\n-1 // マイナス\r\n1.5 // 小数\r\ntrue // bool\r\nfalse\r\n:symbol // シンボル\r\n\"文字列\" // 文字列\r\n[1,1.5,true,\"string\"] // 配列\r\n{ :a =\u003e 1, false =\u003e \"hoge\" } // ハッシュ\r\n'10  // クォート\r\n`10  // 準クォート\r\n```\r\n\r\n## 演算子\r\n\r\n```\r\n1 + 2\r\n3 - 2\r\n3 * 4\r\n10 / 2\r\n5 % 2; // 剰余和\r\n5 ** 6; // 冪乗\r\n```\r\n\r\n## 変数\r\n\r\n```\r\na = 1; // 変数の宣言\r\n$b = 2; // グローバル変数\r\n@c = 3; // インスタンス変数\r\n```\r\n\r\n### if文\r\n\r\n```\r\nif(true)\r\n  true\r\nelse\r\n  false\r\nend\r\n```\r\n\r\n### case文\r\n\r\n```\r\ncase 1\r\nwhen 2\r\n  \"2\"\r\nwhen true\r\n  \"true\"\r\nelse\r\n  \"false\"\r\nend\r\n```\r\n\r\n### 関数定義\r\n\r\n```\r\ndef hoge(a, b=1, *c, \u0026d)\r\n   print(a)\r\nend\r\n```\r\n\r\n\r\n### クラス定義\r\n\r\n```\r\nclass Hoge\r\n  def mage(a)\r\n  end\r\nend\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaban%2Flp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaban%2Flp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaban%2Flp/lists"}