{"id":22970742,"url":"https://github.com/yosbelms/cor","last_synced_at":"2025-07-10T16:34:10.591Z","repository":{"id":57207367,"uuid":"45696166","full_name":"yosbelms/cor","owner":"yosbelms","description":"Straightforward language for the Web.","archived":false,"fork":false,"pushed_at":"2017-06-15T15:56:03.000Z","size":715,"stargazers_count":54,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-15T03:15:16.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://yosbelms.github.io/cor","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/yosbelms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-06T17:20:26.000Z","updated_at":"2022-11-15T20:14:48.000Z","dependencies_parsed_at":"2022-08-30T16:11:24.778Z","dependency_job_id":null,"html_url":"https://github.com/yosbelms/cor","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/yosbelms/cor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosbelms%2Fcor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosbelms%2Fcor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosbelms%2Fcor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosbelms%2Fcor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yosbelms","download_url":"https://codeload.github.com/yosbelms/cor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosbelms%2Fcor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264608131,"owners_count":23636683,"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-14T22:14:28.469Z","updated_at":"2025-07-10T16:34:10.556Z","avatar_url":"https://github.com/yosbelms.png","language":"JavaScript","readme":"# Cor\n\n![badge](https://circleci.com/gh/yosbelms/cor/tree/master.png?circle-token=687381b892447ef211dc27dd08a9752b9ec450af)\n\n**Straightforward language for the Web**\n\nCor is an opensource language that compiles to regular JavaScript. It is designed to make easy to write simple, fast and maintainable software for the Web.\n\nCor is a new language that compiles line-to-line into the equivalent JavaScript. The resulting code runs at equal speed to handwritten JS. You can use any existing JavaScript library in Cor and vice-versa.\n\n\n## Installation\n\nInstall globally from npm:\n```\nnpm install -g cor-lang\n```\n\nLeave off the `-g` if you don't wish to install globally:\n```\nnpm install cor-lang\n```\n\nAlso you can install it with Bower:\n```\nbower install cor-lang\n```\n\n## Get Started\n\nExecute a script:\n```\ncor run /path/to/source.cor\n```\n\nCompile a script:\n```\ncor compile /path/to/source.cor\n```\n\n## Build from sources\n\nClone from GitHub\n\n```\ngit clone https://github.com/yosbelms/cor.git\n```\n\nOn *NIX platforms:\n\n```\ncd cor\n./make\n```\n\nOn Windows:\n\n```\ncd cor\n.\\make\n```\n\n`make` will run all development tasks including tests.\n\n## Platform Compatibility\n\nCoroutines are based in generators, so, if you plan to use concurrency features in old versions of Node.js or browsers without generator support, you must use [gnode](https://github.com/TooTallNate/gnode) and/or [regenerator](http://facebook.github.io/regenerator/). The following platforms are supported without 3rd party tools:\n\n### Servers\n\n* Node.js 4+\n\nWhen using Node.js 0.11.x or greater, you must use the `--harmony-generators` flag or just `--harmony` to get access to generators.\n\n### Browsers\n\n* Firefox 27+\n* Chrome 39+\n* Opera 26+\n* Edge 13+\n\nChrome between 28 and 38 are supported by turning on an experimental flag.\n\n## Support\n\n* For documentation, and usage, see: http://yosbelms.github.io/cor\n* To suggest a feature or report a bug: http://github.com/yosbelms/cor/issues\n\nCopyright 2015-2016 (c) Yosbel Marin. This software is licensed under the BSD License.","funding_links":[],"categories":["Resources"],"sub_categories":["[Elm](http://elm-lang.org)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosbelms%2Fcor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyosbelms%2Fcor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosbelms%2Fcor/lists"}