Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Clio

Clio is a functional, parallel, distributed programming language
Collective - Host: opensource - https://opencollective.com/clio - Website: https://clio-lang.org - Code: https://github.com/clio-lang

first commit

github.com/clio-lang/rpc - 4f2146406e99b0b717577da03b11003fb69e5f44 authored almost 5 years ago by Pouya <[email protected]>
Move extend docs to dev

github.com/clio-lang/clio - 0160507ead62caf6a1bdc9bc12551bb3cf78fd99 authored almost 5 years ago by garritfra <[email protected]>
Reference "Extending clio" in summary

github.com/clio-lang/clio - ad2e04225c86424db56550a1b3a2718300281177 authored almost 5 years ago by garritfra <[email protected]>
Adds basic support for sourcemaps (#174)

* Adds basic support for sourcemaps

* Enable source maps for dependencies

* Fix tests (and...

github.com/clio-lang/clio - 886e21e13a397fc0414d3d5ecc7f82d961a8cf4e authored almost 5 years ago by Pouya Eghbali <[email protected]>
Add open collective funding badge

github.com/clio-lang/clio - c61aa8ce1fae430f74307e01a93a5bb9607910dc authored almost 5 years ago by Garrit Franke <[email protected]>
Add deprecation warning for clio init

github.com/clio-lang/clio - 114edc9a795c20029dcdb510a64044e1dfc9bba5 authored almost 5 years ago by garritfra <[email protected]>
Add documentation issue template

github.com/clio-lang/clio - 9a85f73a2fb99f36f20e96e0a8dabb8c83cf78bb authored almost 5 years ago by garritfra <[email protected]>
Link reference overview to summary

github.com/clio-lang/clio - 20c9dcb3b659be868e4f426e221ad1c39ad1cb37 authored almost 5 years ago by garritfra <[email protected]>
Reference dependencies in summary

github.com/clio-lang/clio - 97a9cda1a869473388e0aa8fc10e9f64032c385a authored almost 5 years ago by garritfra <[email protected]>
Add basic docs for dependencies

github.com/clio-lang/clio - d4213143702cfeb31a8494044e95555c0f2fe84f authored almost 5 years ago by garritfra <[email protected]>
Add Todo marker to cliopath installation instructions

github.com/clio-lang/clio - 63b9b9da8ca4b99a192172c06be1289c1256b2ab authored almost 5 years ago by Garrit Franke <[email protected]>
Fix slices (#173)

github.com/clio-lang/clio - 5bdedcc38c5548d75a9dd7bb08614864b782cff5 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Fix array.map issue (#172)

* Fix array.map issue

* Fix deepscan issue

github.com/clio-lang/clio - 65164793ac8912e8cf0ef5f4f189281f0d608fea authored almost 5 years ago by Pouya Eghbali <[email protected]>
Docs: Fix flow example

github.com/clio-lang/clio - 541609e0ebe03e22c715f910085750310ff4f87e authored almost 5 years ago by garritfra <[email protected]>
Fix Issue Template Syntax

github.com/clio-lang/clio - c46297003e6bf52eada051599d41120f0b0ce72f authored almost 5 years ago by Garrit Franke <[email protected]>
Refactor (#170)

* Remove acorn

* Fix regexes

* Fix the tests

* Fix regexes

* Fix regexes

* Some f...

github.com/clio-lang/clio - b5737b22e089917820f043014b8fe4f36f9c0330 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Fix function parsing (#168)

* Fix function parsing

* Add tests

* Add tests

github.com/clio-lang/clio - 6d404b7d4839abfbd5a3fa10d2b70cfc1dbedb9d authored almost 5 years ago by Pouya Eghbali <[email protected]>
Override package.json on build (#167)

* Override package.json on build

* Add package.json replacement test

github.com/clio-lang/clio - e275f6bf2e739b00f7d25aeaec4beab97a4bd01d authored almost 5 years ago by Garrit Franke <[email protected]>
Improve code quality (#166)

* Fix readme.md issues

* Fix bug_report issues

* Use prettier on md files

* Remove unus...

github.com/clio-lang/clio - d24668c3c640387c2bfb024d75ae892e51573086 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Use aliasing in syntax file (#165)

* Use aliasing in syntax file

* Upgrade bean

github.com/clio-lang/clio - f290f83039f448e4cbd21ff5d4f471ffcdddd355 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Add currying (#164)

* Add currying

* Fix deepscan issues

* Fix code quality issues

* Get rid of JSFn and Fn...

github.com/clio-lang/clio - f1ca9bab1509acb1251c21a40eff0b2e67f89597 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Adds hashmaps (#163)

* Adds hashmaps

* Improve syntax

* Added generator rules

* Add tests

* Add docs

*...

github.com/clio-lang/clio - f74d493c9d3d9ef2fceb5b8810a93caef874def5 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Fixes #161 (#162)

* Fixes #161

* Add variable assignments test

Co-authored-by: Garrit Franke <32395585+garri...

github.com/clio-lang/clio - c6e7b7b60c122beb20bbeead3097cb2bb9711b12 authored almost 5 years ago by Pouya Eghbali <[email protected]>
[WIP] Link local internals on build (#146)

* Add copyDir function

* Use local internals if CLIOPATH is set

* Add copyDir tests

* D...

github.com/clio-lang/clio - d452f9c49518c77b22353f432d13ad4f42cfe03a authored almost 5 years ago by Garrit Franke <[email protected]>
Added boolean and logical operators (#157)

* Added boolean and logical operators

* Added generator rules

* Added tests

* Added doc...

github.com/clio-lang/clio - e03534ce1506d1a3254da088fc79045f81a44399 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Add 'push' method for array (#159) (#160)

* Add 'push' method for array

* Delete yarn.lock

Co-authored-by: Kwang-in (Dennis) Jung <i...

github.com/clio-lang/clio - a73aa3a4a1439223b97043596d50d2e04c61a05c authored almost 5 years ago by Garrit Franke <[email protected]>
Fix method binding (#156)

github.com/clio-lang/clio - 8f7aeca49e507127e0d7ae31ab6fb762bb5060ab authored almost 5 years ago by Pouya Eghbali <[email protected]>
Add basic documentation for targets

github.com/clio-lang/clio - 35a029ce01f7e99c30379874955d7b5952c70751 authored almost 5 years ago by garritfra <[email protected]>
docs: Add link to file structure

github.com/clio-lang/clio - 1a9848aade5febd88981528932143b488c17c260 authored almost 5 years ago by garritfra <[email protected]>
GitBook: [develop] 2 pages modified

github.com/clio-lang/clio - 309cd2e0718ef5d6f37d8cb5d74b18836ca22566 authored almost 5 years ago by Garrit Franke <[email protected]>
Remove unused dependencies (#154)

github.com/clio-lang/clio - adcb2c62dba280eb29501c08f81019cbcb2c09ab authored almost 5 years ago by Pouya Eghbali <[email protected]>
Move modules to subpackages (#152)

* Move core to packages

* Move bean dependency to core package

* Bootstrap lerna before te...

github.com/clio-lang/clio - f5e67aca5c374ef0f2779f5bd4c0a88a544b3b19 authored almost 5 years ago by Garrit Franke <[email protected]>
Add slices (#143)

* Add slices

* Add logic for xyz[number]

* Add logic for xyz[range]

* Add logic for xyz...

github.com/clio-lang/clio - 5c6bddae03b4c18e51e3021c0f96f99a8abd5921 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Replace gitter with telegram (#153)

github.com/clio-lang/clio - da4df6910227f195ad6bc082ef2ed92d84500eb9 authored almost 5 years ago by Garrit Franke <[email protected]>
GitBook: [develop] one page modified

github.com/clio-lang/clio - 11a77e4c59845663eaceca5197f4567895c2698d authored almost 5 years ago by Garrit Franke <[email protected]>
GitBook: [develop] 2 pages and 12 assets modified

github.com/clio-lang/clio - 7ae3ac1cc61fdc69d6396fd31d7d4fa80d4c15c5 authored almost 5 years ago by Garrit Franke <[email protected]>
Minor Docs adjustments (#147)

* Remove unused file

* Remove redundant module docs nesting

* Remove redundant clio-execut...

github.com/clio-lang/clio - d24860756fda4b8f4dca08bbb27bae467c9e0840 authored almost 5 years ago by Garrit Franke <[email protected]>
Update README.md

github.com/clio-lang/clio-docs - 741fce709241bc6f4ab220dd29f3ed1a43f510a8 authored almost 5 years ago by Garrit Franke <[email protected]>
Add docs directory (#145)

* Add docs directory

* Remove PR template reference to docs repository

* Create .gitbook.y...

github.com/clio-lang/clio - 7e29163f973b46d437442a5c94590e5619a29e73 authored almost 5 years ago by Garrit Franke <[email protected]>
Create .gitbook.yaml

github.com/clio-lang/clio - 8e0e018f681077e209c297a664e4bf2a78429d59 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Fix "Error: undefined" message (#142)

* Fix "Error: undefined" message

* Add error with string test

* Concretize error message
...

github.com/clio-lang/clio - d25705c7bea9ff77682566e6b5b3b327b9bd94d2 authored almost 5 years ago by Garrit Franke <[email protected]>
Move jest configuration to jest.config.js (#141)

* Move jest configuration to jest.config.js

* Exclude jest config from coverage

* Part of ...

github.com/clio-lang/clio - b86c26c9fc690fb9bdad4c056ec6145a0ea690ed authored almost 5 years ago by Garrit Franke <[email protected]>
Update FUNDING.yml

github.com/clio-lang/clio - 8ff77f2732c3982b401cabf4c8aaddb2de4bb87c authored almost 5 years ago by Garrit Franke <[email protected]>
Create FUNDING.yml

github.com/clio-lang/clio - fb27a69a6fda66cb6f0f0472dba27b2e0c9f31e1 authored almost 5 years ago by Garrit Franke <[email protected]>
Compile clio deps (#133)

* Run prettier on build.js

* Compile clio_env files

* Fix typo

* Fix source file from p...

github.com/clio-lang/clio - da78266bb3d968e70586c2073ecaf9b4851a675a authored almost 5 years ago by Garrit Franke <[email protected]>
Add range (#132)

* Added range to internals

* Fix array IO map bug

* Fix array IO map bug

* Map IO to ra...

github.com/clio-lang/clio - 04b5c0b05afe500271b57c973ff64aa38a41fa7d authored almost 5 years ago by Pouya Eghbali <[email protected]>
Add PR template (#138)

github.com/clio-lang/clio - efebd84967eac745036ed57cfc97e22890d07ae6 authored almost 5 years ago by Garrit Franke <[email protected]>
Update readme.md (#139)

Change inch branch to develop

github.com/clio-lang/clio - 8f8bb578485064e3e0d81735f2c9705c7a73f6a8 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Add clio-add package

github.com/clio-lang/packages - 3587b114cb8dc976ab73cf33715931cf4d13a334 authored almost 5 years ago by garritfra <[email protected]>
Fix ugly build errors (#129)

* Bundle web build

* Add platform specific implementations

* Install parcel locally

* F...

github.com/clio-lang/clio - eebdd47979029be0ef5fe77524199cd6989e2f18 authored almost 5 years ago by Garrit Franke <[email protected]>
Fix merge conflicts

github.com/clio-lang/clio - bff033b5c11c8d7116e08ad6c2efbceb78b4fc79 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Remove outdated files

github.com/clio-lang/clio - e50b7909b0d61491df51e868a85f46b8d66ac04d authored almost 5 years ago by Pouya Eghbali <[email protected]>
Remove outdated files

github.com/clio-lang/clio - 8b19c2d4e3c39427078f6b8069ff68eb7a691909 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Remove outdated files

github.com/clio-lang/clio - e0e02fdc88d7bc9e0a6594c64dc8525e150b2fd8 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Bundle for browser on build (#98)

* Bundle web build

* Add platform specific implementations

* Install parcel locally

* F...

github.com/clio-lang/clio - c34a49fce623250627b147f67bafdcac1b5669bf authored almost 5 years ago by Andrey Luiz <[email protected]>
Add gitter badge to readme (#127)

github.com/clio-lang/clio - 06b5d47b68557a668c8246bfd9c6f0c045599ce8 authored almost 5 years ago by Garrit Franke <[email protected]>
Fix coverage badge (#126)

github.com/clio-lang/clio - 7f909fa458863e40f9c998bf9d549be7cc4bcd8d authored almost 5 years ago by Pouya Eghbali <[email protected]>
Parallel coverage calculation (#125)

* Use parallel coverage calculation

* Fix lint workflow warning

github.com/clio-lang/clio - c7c84e8957182b3dfd0726d35e1171135e7e96a3 authored almost 5 years ago by Garrit Franke <[email protected]>
Add Reddit community link (#1)

* Add Reddit community link

* Remove Trello link

github.com/clio-lang/clio-lang.org - ace368ea6e95aefacef1d54071e4d185ca2a11b7 authored almost 5 years ago by Garrit Franke <[email protected]>
Fix misleading success message (#123)

github.com/clio-lang/clio - d9e1ff1b09b2cb065efdafc701f670355f622251 authored almost 5 years ago by Garrit Franke <[email protected]>
Copy non-clio files to build dir (#121)

* Copy non-clio files to build dir

* Read source dir from clio.toml

* Fix tests

* Test ...

github.com/clio-lang/clio - a5446dda4228c3cf99b60e3f852e4eeba032f732 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Update Coveralls Badge branch (#122)

github.com/clio-lang/clio - 0726eb892045e863e43ef0428ebfb44aa0295b8b authored almost 5 years ago by Garrit Franke <[email protected]>
Add import as statement (#118)

github.com/clio-lang/clio - 0ed6777012fd8b67379f2b7afbec39e3ee5cce27 authored almost 5 years ago by Pouya Eghbali <[email protected]>
Add kanban board badge

github.com/clio-lang/clio - 155892d42995c9a7dc3ce650d3333bdb55452425 authored almost 5 years ago by Garrit Franke <[email protected]>
Change trello link to issues

github.com/clio-lang/clio - 83aba1f4d181cfeb593025b60912830ccbdceefe authored almost 5 years ago by Garrit Franke <[email protected]>
Add link to kanban board

github.com/clio-lang/clio - 03d0c4d89d92479062c7ea2aa6bfeaf80598fec2 authored almost 5 years ago by Garrit Franke <[email protected]>
Update readme.md

github.com/clio-lang/clio - 29b193755c6a26d709440beff36eef18ad86dd78 authored almost 5 years ago by Garrit Franke <[email protected]>
Remove job offer notice

github.com/clio-lang/clio - 9c9b789d74534b1b245bc9f648f05fafbd57aa8a authored almost 5 years ago by Garrit Franke <[email protected]>
Implement a dependency parser (#107)

* Implement a dependency parser

- adds dependency namespaces
- installs user/repo (github)
...

github.com/clio-lang/clio - 94baad7b0ae89ef5be888848e6bde7fcd6326140 authored almost 5 years ago by Luca Bonavita <[email protected]>
Merge branch 'fix-coveralls' into v0.2.0

github.com/clio-lang/clio - a4da3117758b55999e461f6a6123a7987f5a9ce9 authored almost 5 years ago by garritfra <[email protected]>
Add path to lcov

github.com/clio-lang/clio - bc87be8b9be0a7534b690b6736ad8364a2dc0557 authored almost 5 years ago by garritfra <[email protected]>
Fix coveralls check (#112)

* Add coveralls push check job

* Remove duplicate coveralls step

* Use single node version...

github.com/clio-lang/clio - 3e8da73641cf16c73b788506cfc4a9ebaf764c49 authored almost 5 years ago by Garrit Franke <[email protected]>
Remove unnesessary setup script

github.com/clio-lang/clio - 6467919b617c5d182dffb3eee4efa4e9cd738b87 authored almost 5 years ago by garritfra <[email protected]>
Merge branch 'v0.2.0' into fix-coveralls

github.com/clio-lang/clio - e34504fb4a457fe4c6b971bce7b8dfa12c8ef262 authored almost 5 years ago by garritfra <[email protected]>
Use single node version for lint

github.com/clio-lang/clio - 1583efacd2e4a35627fd9f27f564a82ceec4e7c5 authored almost 5 years ago by garritfra <[email protected]>
Rename browser target to web (#111)

github.com/clio-lang/clio - ab6686ed456c0d5b0811028dd2ddadba6e090f7d authored almost 5 years ago by Garrit Franke <[email protected]>
Remove duplicate coveralls step

github.com/clio-lang/clio - 6281a5836952f01c1980177a86d690c29e4e6e0c authored almost 5 years ago by garritfra <[email protected]>
Add coveralls push check job

github.com/clio-lang/clio - 979e522035f7c102b644243439a2075ba017d7b8 authored almost 5 years ago by garritfra <[email protected]>
Change browser to web (#4)

github.com/clio-lang/template-web - 851ae3934dad306ed4c4f35f7c605e6953d9c7f2 authored almost 5 years ago by Andrey Luiz <[email protected]>
Move showDependencies to local scope (#101)

* Move showDependencies to local scope

* Fix showDependencies documentation

* Add logNoCli...

github.com/clio-lang/clio - 487784bb2a5e97e0745380116190f1c699bbfd91 authored almost 5 years ago by Garrit Franke <[email protected]>
Remove @method in function documentation

github.com/clio-lang/clio - 9db0994ab6f91eec622dc5f78ae4bfc98b0adf74 authored almost 5 years ago by garritfra <[email protected]>
Update fetchDependencies documentation

github.com/clio-lang/clio - b561681af60b04e674c08ce967af8ae50783dd8d authored almost 5 years ago by garritfra <[email protected]>
Port `deps add` from 0.1.6 (#97)

* Port `deps add` from 0.1.6

* - implement review (see hasDependency)
- split packageConfig ...

github.com/clio-lang/clio - e335b448aec0e35d799e9a9a433173cc9fce57fc authored almost 5 years ago by Luca Bonavita <[email protected]>
Build dependencies (#93)

* Add package.json build test

* Add package.json generation

* Install node dependencies on...

github.com/clio-lang/clio - ae13bd23ce8531f1588ffd93977b8f19f8226bd7 authored almost 5 years ago by Garrit Franke <[email protected]>
Add .gitignore (#3)

* Remove build directory

* Add a default .gitignore

* Add clio specific cache directories ...

github.com/clio-lang/template-node - f1965176ce9e15eb32b933771e2e79a90195f4f7 authored almost 5 years ago by Andrey Luiz <[email protected]>
Add .gitignore (#3)

* Delete build directory

* Add a default .gitignore

* Add clio specific cache directories ...

github.com/clio-lang/template-web - fa87ca03758f602062db7afc37a4ce769194dcd5 authored almost 5 years ago by Andrey Luiz <[email protected]>
Merge branch 'v0.2.0' of https://github.com/clio-lang/clio into v0.2.0

github.com/clio-lang/clio - 3adc12f48feb06712c1971ff849373a53aa38cbe authored almost 5 years ago by garritfra <[email protected]>
Remove matrix CI for lint (Only run on node 12.x)

github.com/clio-lang/clio - 27464d33577f5d50d4ca0d2d592e572f18dc5926 authored almost 5 years ago by garritfra <[email protected]>
Merge pull request #3 from mindrones/patch-1

Fix typo

github.com/clio-lang/clio-docs - 6eb2c28e5cd2bb425eb5b8ca15b9f779bbc55fbc authored almost 5 years ago by Garrit Franke <[email protected]>
Fix typo

github.com/clio-lang/clio-docs - 4272dd83c3f19faac71b4e22fe132e2947274d3a authored almost 5 years ago by Luca Bonavita <[email protected]>
Merge pull request #89 from clio-lang/read-toml-on-build

Read clio.toml when building project to get hints on build location

github.com/clio-lang/clio - 0bab6b60ee545e08846c9cdf5ec0dac0939c6dff authored almost 5 years ago by Garrit Franke <[email protected]>
Fix tests

github.com/clio-lang/clio - 704175c7f76516b803ef25241d34085b42c21310 authored almost 5 years ago by garritfra <[email protected]>
Respect target flag

github.com/clio-lang/clio - ff134a083e572862e4d26c713e4b6f4ed263840d authored almost 5 years ago by garritfra <[email protected]>
Fix some tests

github.com/clio-lang/clio - 82c02a5256563e9c18f0cc770d544ebbca7157ea authored almost 5 years ago by Andrey Luiz <[email protected]>
Fix deepscan issue

github.com/clio-lang/clio - 4032cd9dfb5f3745dfa5fc9b418c4601a25be3c6 authored almost 5 years ago by garritfra <[email protected]>
Clean up messy assignment

github.com/clio-lang/clio - a00a050f10845bf84b631cc374837827ed0e92b4 authored almost 5 years ago by garritfra <[email protected]>
Merge pull request #2 from clio-lang/small-fixes

Small fixes

github.com/clio-lang/template-node - d09650c8e2d1f693a4123915100c8d0ab41b7d18 authored almost 5 years ago by Andrey Luiz <[email protected]>
Merge pull request #2 from clio-lang/small-fixes

Small fixes

github.com/clio-lang/template-web - 759a2fe4fde8cfd29a00b9488db1ea2669b13ec0 authored almost 5 years ago by Andrey Luiz <[email protected]>
Merge branch 'read-toml-on-build' of https://github.com/clio-lang/clio into read-toml-on-build

github.com/clio-lang/clio - 14b2d5022cc65a628cb993f936801869b1e2234e authored almost 5 years ago by garritfra <[email protected]>
Add packageConfig target and build fields

github.com/clio-lang/clio - 97796f1c4e78a4d4dfda074c014854acd7b2ca50 authored almost 5 years ago by garritfra <[email protected]>