{"id":20987347,"url":"https://github.com/the2ndslimshady/slimscript","last_synced_at":"2025-03-13T11:25:28.706Z","repository":{"id":253922733,"uuid":"844937286","full_name":"The2ndSlimShady/SlimScript","owner":"The2ndSlimShady","description":"A Small, Turing-Complete Embeddable Scripting Language Designed to Interop With .NET","archived":false,"fork":false,"pushed_at":"2024-08-28T16:29:27.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T07:42:37.654Z","etag":null,"topics":["csharp","dotnet","scripting-language","turing-complete"],"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/The2ndSlimShady.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","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":"2024-08-20T09:04:42.000Z","updated_at":"2024-08-30T00:17:19.000Z","dependencies_parsed_at":"2025-01-20T07:41:38.724Z","dependency_job_id":"12f49349-57bb-4e2e-b3cc-d507e4bb605a","html_url":"https://github.com/The2ndSlimShady/SlimScript","commit_stats":null,"previous_names":["the2ndslimshady/slimscript"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2ndSlimShady%2FSlimScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2ndSlimShady%2FSlimScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2ndSlimShady%2FSlimScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The2ndSlimShady%2FSlimScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The2ndSlimShady","download_url":"https://codeload.github.com/The2ndSlimShady/SlimScript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243394427,"owners_count":20283959,"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","scripting-language","turing-complete"],"created_at":"2024-11-19T06:16:43.328Z","updated_at":"2025-03-13T11:25:28.680Z","avatar_url":"https://github.com/The2ndSlimShady.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# Slim Script\n\nSlim script is an interpreted scripting language for embedding it into your\nprojects. The interpreter is written in C# so it can (at least to a certain level)\ninteract with .Net ecosystem.\n\n## Notes\n\nIt's a bit slow because of \nthe usage of reflection under the hood but still, its decent enough (i think?)\n\n## Further Reading\n\nSee [the docs](docs/docs.md)\n\n## TODOs\n\n- [ ] Current `@module` directive is stupid. Gonna make them act like both header-guards and namespaces.\n- [ ] `SlimScript.Word` loses every single quotation mark (\") in given value. We just want to lose the ones denoting start and end.\n- [ ] `delete` keyword is broken. Shame on me.\n- [ ] A lot of functions in standard library are broken. Again, shame on me.\n- [ ] Exception handling is still on plan. (probably will stay a plan forever)\n- [ ] nameof function (probably won't)\n- [ ] Adding arrays to arrays without having to create temporary variables. Should be easy.\n- [ ] Initializing multidimensional arrays (Adding arrays to arrays in init-time). \n- [ ] `range` function (currently `array.createRange` is a workaround)\n- [ ] Standard library documentation\n- [ ] Standard library improvements\n- [ ] proper `@module`ing\n\nYep. That's all, and that's a lot.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe2ndslimshady%2Fslimscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe2ndslimshady%2Fslimscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe2ndslimshady%2Fslimscript/lists"}