{"id":19691150,"url":"https://github.com/editso/timely-lang","last_synced_at":"2026-06-09T04:33:01.794Z","repository":{"id":103282555,"uuid":"286284024","full_name":"editso/timely-lang","owner":"editso","description":"自制脚本语言","archived":false,"fork":false,"pushed_at":"2020-09-03T02:40:58.000Z","size":638,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T10:59:38.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/editso.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":"2020-08-09T17:25:15.000Z","updated_at":"2022-03-11T07:20:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c97fedfe-1357-4f33-bcd0-fa41432bfc9c","html_url":"https://github.com/editso/timely-lang","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/editso/timely-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editso%2Ftimely-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editso%2Ftimely-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editso%2Ftimely-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editso%2Ftimely-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/editso","download_url":"https://codeload.github.com/editso/timely-lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editso%2Ftimely-lang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T19:08:11.794Z","updated_at":"2026-06-09T04:33:01.783Z","avatar_url":"https://github.com/editso.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timely-lang\n\n### 简介\n    timely 2.0 是一个静态语言,正在开发中...\n   \n### 代码模板\n```\npublic class Main:A,B{\n    // 隐式类型转换\n    private final a:int,b=10,c:char=10\n    private name = 10\n    // 变量定义没有出是值必须指明类型, 默认访问权限为 private\n    a:int\n    b:float\n    c:int\n\n    // 常量\n    public static final x=10;\n\n    // 构造方法\n    public fun Main(a:int,b=10){\n        while(a){\n            \n        }\n\n        if(expr){\n\n        }else if(expr){\n\n        }else if(expr){\n\n        }else{\n\n        }\n\n        try{\n\n        }catch e:Exception{\n            \n        }finally{\n\n        }\n    }\n\n    //  函数, 默认返回类型隐式转换\n    fun print(a:int, b:int,a=10){\n        switch a{\n            case 1:\n                break\n            case 2:\n                return 10\n            default:\n                \n        }\n    }\n\n    //  函数重载, 默认返回类型隐式转换\n    public fun print(a:int,b:int,a:int){\n        \n    }\n}\n```\n\n    \n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditso%2Ftimely-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feditso%2Ftimely-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditso%2Ftimely-lang/lists"}