{"id":17382120,"url":"https://github.com/shurko0x4cfd/raffinade","last_synced_at":"2026-05-01T01:31:30.656Z","repository":{"id":45021092,"uuid":"510127956","full_name":"shurko0x4cfd/Raffinade","owner":"shurko0x4cfd","description":"CoffeeScript/JavaScript library for my distinctive code style","archived":false,"fork":false,"pushed_at":"2023-07-08T18:01:34.000Z","size":300,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-01T23:14:23.773Z","etag":null,"topics":["coffeescript","point-free","prefix-notation","tacit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shurko0x4cfd.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-07-03T20:24:16.000Z","updated_at":"2022-11-19T16:40:54.000Z","dependencies_parsed_at":"2024-12-06T18:43:05.424Z","dependency_job_id":null,"html_url":"https://github.com/shurko0x4cfd/Raffinade","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"7882fb203757d9f90f1c9977a8a0be9a1072241f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurko0x4cfd%2FRaffinade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurko0x4cfd%2FRaffinade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurko0x4cfd%2FRaffinade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shurko0x4cfd%2FRaffinade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shurko0x4cfd","download_url":"https://codeload.github.com/shurko0x4cfd/Raffinade/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924353,"owners_count":20694726,"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":["coffeescript","point-free","prefix-notation","tacit"],"created_at":"2024-10-16T07:35:34.992Z","updated_at":"2026-05-01T01:31:30.627Z","avatar_url":"https://github.com/shurko0x4cfd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raffinade\n\nEffort to transform CoffeeScript to prefix language. In order to avoid nested constructions and achieving code elegance.\n\nExample issue and approaches to resolve:\n\n```CoffeeScript\n# Issue\n# Nested construction, cumbersomity\n\nvalue = (some_function argument)[key]\n```\n\n```CoffeeScript\n# Approach\n\n### Get property ###\ngp = (key, obj) -\u003e obj[key]\n```\n\n```CoffeeScript\n# Result\n\nvalue = gp key some_function argument\n```\n\n\n```CoffeeScript\n# CS produce code returns lalest expression, altought some time need not this\n# return, therefore this code is redundant. Possible to append undefined in\n# last line, but this require one line\n\nsome_function = -\u003e\n    some_code\n    undefined\n\n# Looks better idea use prefix function ala JS void operator\n\nv = -\u003e undefined # Kind of JS void\n\nsome_function = -\u003e v some_code\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshurko0x4cfd%2Fraffinade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshurko0x4cfd%2Fraffinade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshurko0x4cfd%2Fraffinade/lists"}