{"id":16985901,"url":"https://github.com/sharpobject/kuu","last_synced_at":"2025-03-22T01:42:16.869Z","repository":{"id":139890733,"uuid":"87233862","full_name":"sharpobject/kuu","owner":"sharpobject","description":"a list of complaints about a language","archived":false,"fork":false,"pushed_at":"2017-04-06T19:47:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T19:51:10.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/sharpobject.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":"2017-04-04T20:50:50.000Z","updated_at":"2017-04-04T20:50:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"15424038-5543-4bc9-9c3a-dff77e3844a2","html_url":"https://github.com/sharpobject/kuu","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/sharpobject%2Fkuu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpobject%2Fkuu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpobject%2Fkuu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpobject%2Fkuu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharpobject","download_url":"https://codeload.github.com/sharpobject/kuu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244894310,"owners_count":20527669,"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-10-14T02:44:24.021Z","updated_at":"2025-03-22T01:42:16.846Z","avatar_url":"https://github.com/sharpobject.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GRAMMAR ISSUES\n\n`a:b` is a parse error, but should instead mean something similar to `function(...) return a.b(a, ...) end`\n\n`5:square()` is a parse error, but should instead mean `(5):square()`\n\n`\"dog\"[2]` is a parse error, but should instead mean `(\"dog\")[2]`\n\nclosed over `...` cannot be used (this may be an issue with the runtime rather than the grammar, and is not a big deal)\n\n# TABLES\n\n`#t` is log time for tables (should be constant time) and not defined to be a particular number for numerical tables with gaps (wtf????).\n\nYou can capture varargs or multiple returns using `{...}` or `{f()}`, but that won't let you differentiate between explicit nils and the absence of a value. You need to use `select(\"#\", ...)` and `some_other_function_that_collects_this_information(f())` respectively to get the right thing to happen.\n\nThings like json serializers have to do extra work to guess whether tables are numeric or not.\n\nMike Pall says: [Corollary: one should definitely separate the concepts of a map and an array if one were to design a new computer language.]\n\nWith all this in mind, maybe there should be separate concepts of maps and arrays???????\n\n# MEMORY LIMIT\n\nHey the luajit memory limit sucks. If I want to write inefficient code that will abuse the GC I should be able to do that, thanks.\n\n# indexing and intervals\n\nAccording to [this dude](https://www.cs.utexas.edu/users/EWD/transcriptions/EWD08xx/EWD831.html) we should use half-open intervals like [a, b) starting at 0 in programming languages. Lua uses closed intervals like [a,b] starting at 1.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpobject%2Fkuu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpobject%2Fkuu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpobject%2Fkuu/lists"}