{"id":22258436,"url":"https://github.com/stephenwakely/ongle","last_synced_at":"2025-03-25T13:14:19.460Z","repository":{"id":140010894,"uuid":"1071167","full_name":"StephenWakely/Ongle","owner":"StephenWakely","description":"Ongle is the starts of a very basic scripting language for the CLR.  Created for my amusement!","archived":false,"fork":false,"pushed_at":"2010-11-26T20:03:31.000Z","size":482,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T12:13:52.297Z","etag":null,"topics":[],"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/StephenWakely.png","metadata":{"files":{"readme":"README","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":"2010-11-11T10:57:53.000Z","updated_at":"2014-02-23T00:52:22.000Z","dependencies_parsed_at":"2023-03-14T12:01:11.693Z","dependency_job_id":null,"html_url":"https://github.com/StephenWakely/Ongle","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/StephenWakely%2FOngle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenWakely%2FOngle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenWakely%2FOngle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephenWakely%2FOngle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephenWakely","download_url":"https://codeload.github.com/StephenWakely/Ongle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245467614,"owners_count":20620216,"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-03T08:16:25.418Z","updated_at":"2025-03-25T13:14:19.398Z","avatar_url":"https://github.com/StephenWakely.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ongle is the starts of a very basic scripting language for the CLR.\n\nCreated for my amusement!\n\nBasic features of Ongle are :\n\n- Ongle is a dynamic language.\n- There are no methods, just closures.\n- Closures cannot return values. Thus all code must pass on their values to closures that are passed in. This encourges development in a Continuation Passing Style. There are many interesting features of this style, most notably the ability to make all calls asynchronous.\n\nThere is hardly any syntax.\n\nTo assign a variable :\n\nx = 3\ny = 'hello world'\n\nTo output to the console :\n\nprint 'hello world' + newline\n\nTo create a closure :\n\nprintstuff = {\n\tprint 'yay' + newline\n}\n\nTo call a closure :\n\nx (parameter1, parameter2)\n\nCurrently a closures parameters are passed in the '$' variable. They are accessed like :\n\ndostuff = {\n\tprint $[0]\n\tprint $[1]\n}\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenwakely%2Fongle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenwakely%2Fongle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenwakely%2Fongle/lists"}