{"id":18001381,"url":"https://github.com/kevinsuttle/es-functional-mode-proposal","last_synced_at":"2025-04-04T08:12:50.165Z","repository":{"id":141966758,"uuid":"68627193","full_name":"kevinSuttle/es-functional-mode-proposal","owner":"kevinSuttle","description":"Proposal to enable opting JS into operating as a functional language","archived":false,"fork":false,"pushed_at":"2016-09-23T04:07:38.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T19:17:47.104Z","etag":null,"topics":["functional-languages","javascript","proposal","tc39"],"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/kevinSuttle.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":"2016-09-19T17:03:09.000Z","updated_at":"2017-04-25T19:52:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ea03299-38d7-4ea4-a6f6-2e3b02e5c998","html_url":"https://github.com/kevinSuttle/es-functional-mode-proposal","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/kevinSuttle%2Fes-functional-mode-proposal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinSuttle%2Fes-functional-mode-proposal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinSuttle%2Fes-functional-mode-proposal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinSuttle%2Fes-functional-mode-proposal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinSuttle","download_url":"https://codeload.github.com/kevinSuttle/es-functional-mode-proposal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142075,"owners_count":20890653,"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":["functional-languages","javascript","proposal","tc39"],"created_at":"2024-10-29T23:17:14.016Z","updated_at":"2025-04-04T08:12:50.122Z","avatar_url":"https://github.com/kevinSuttle.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# es-functional-mode-proposal\nProposal to enable opting JS into operating as a functional language\n\nSee ['use strict'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode) for an idea of where this is heading.\n\nHelpful plugin to simulate\nhttps://github.com/bodil/eslint-config-cleanjs\n\n## Major points\n\n### Strong-typing\nTypeScript, Flow, Elm, and others agree that strong-typing provides safety and predictability.\n\n- https://github.com/flowtype/flow-typed\n- https://github.com/DefinitelyTyped/DefinitelyTyped/\n- http://elm-lang.org\n\n### Immutable data structures\n- TypeScript 2.0 has a [readonly modifier](https://blogs.msdn.microsoft.com/typescript/2016/09/22/announcing-typescript-2-0/#the-readonly-modifier)\n\n### Pure functions\nJavaScript is [context-sensitive](http://staltz.com/is-your-javascript-function-actually-pure.html) when it comes to function purity.\n\n### Expressions \u003e statements\n\n### No null or undefined\n- TypeScript 2.0 has [non-nullable types](https://blogs.msdn.microsoft.com/typescript/2016/09/22/announcing-typescript-2-0/#non-nullable-types)\n- Flow has [`Maybe` types](https://flowtype.org/docs/nullable-types.html#_)\n- Elm has [`Maybe` types](https://guide.elm-lang.org/error_handling/maybe.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinsuttle%2Fes-functional-mode-proposal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinsuttle%2Fes-functional-mode-proposal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinsuttle%2Fes-functional-mode-proposal/lists"}