{"id":23045127,"url":"https://github.com/henoc/scalaapp","last_synced_at":"2025-10-07T17:48:25.985Z","repository":{"id":30884259,"uuid":"34441953","full_name":"henoc/ScalaApp","owner":"henoc","description":"Stone言語のScalaによる変形版","archived":false,"fork":false,"pushed_at":"2015-05-31T09:01:20.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T16:13:35.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"YMFE/yapi","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henoc.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":"2015-04-23T07:55:37.000Z","updated_at":"2015-05-03T01:15:17.000Z","dependencies_parsed_at":"2022-08-23T09:31:37.163Z","dependency_job_id":null,"html_url":"https://github.com/henoc/ScalaApp","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/henoc%2FScalaApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henoc%2FScalaApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henoc%2FScalaApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henoc%2FScalaApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henoc","download_url":"https://codeload.github.com/henoc/ScalaApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922232,"owners_count":20855343,"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-12-15T21:18:34.263Z","updated_at":"2025-10-07T17:48:20.939Z","avatar_url":"https://github.com/henoc.png","language":"Scala","readme":"# README\r\n\r\nStone言語の変形版  \r\n自分の学習用\r\n\r\n## 例文\r\n### フィボナッチ数列\r\n    let fib n = {\r\n      if (n == 0) {\r\n        0\r\n      } else {\r\n        if (n == 1) {\r\n          1\r\n        } else {\r\n          (fib (n - 1)) + (fib (n - 2))\r\n        }\r\n      }\r\n    }\r\n    fib 10\r\n### unless構文(マクロ)\r\n    let macro unless cond thenBlock = {\r\n      if (cond == 0) thenBlock\r\n    }\r\n### 独自の変数定義構文(マクロ)\r\n    let macro def symbol literal = {\r\n      let symbol = literal\r\n    }\r\n### for構文(マクロ)\r\n    let macro for init cond each body = [\r\n      init\r\n      while (cond) {\r\n        body\r\n        each\r\n      }\r\n    ]\r\n#### 使用例\r\n    for {let i = 0} (i \u003c 10) (i \u003c- i + 1) {\r\n        println i\r\n    }\r\n### HSP風のrepeat構文(アナフォリックマクロ)\r\n    let macro repeat bound body = [\r\n      let cnt = 0\r\n      while (cnt \u003c bound) {\r\n        body\r\n        cnt \u003c- cnt + 1\r\n      }\r\n    ]\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenoc%2Fscalaapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenoc%2Fscalaapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenoc%2Fscalaapp/lists"}