Ecosyste.ms: OpenCollective

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

github.com/logseq/clojurescript-unraveled

An open source book about ClojureScript
https://github.com/logseq/clojurescript-unraveled

Reformat index.adoc file.

a726ab2775a64e9158f53e16095e91f2b5914ec9 authored over 8 years ago by Andrey Antukh <[email protected]>
Minor fixes to the external dependencies section.

bc3eebd6c7150a1bac2b9a4d392b870ab22ccaf2 authored over 8 years ago by Andrey Antukh <[email protected]>
Update timestamp.

9dfd4ebe3e67327119f8afdc0a75abf9aa53bc18 authored over 8 years ago by Andrey Antukh <[email protected]>
Add external dependencies section.

7e7b1a94fb32b8745b21d132d3c5d375991360a7 authored over 8 years ago by Andrey Antukh <[email protected]>
Update playground.

36dd734c02e54437006fe33b63ffa6e0f0dc11dc authored over 8 years ago by Andrey Antukh <[email protected]>
Add playground project for extmodules.

54c29a0a43a7186fe49a8b3714b3b204f343aca1 authored over 8 years ago by Andrey Antukh <[email protected]>
Add initial work on external dependencies chapter.

a2d68701cd99e66d2d0c12dde5bb6fd22df8b1ff authored over 8 years ago by Andrey Antukh <[email protected]>
Improve naming consistency of testing section code examples.

624ac076e1fcfaf37c626618df81cb15604e0066 authored over 8 years ago by Andrey Antukh <[email protected]>
Remove some text from dependencies management chapter.

e3cd5d1f17beb8af78ccb0b6acd04450cf096418 authored over 8 years ago by Andrey Antukh <[email protected]>
Add reader conditionals chapter.

51cca1af63569650847a0a3f517f15522ff31cb0 authored over 8 years ago by Andrey Antukh <[email protected]>
Add minor improvements on styles and how they are loading.

8b919354d390759fbc5f557cf37c0acc91927902 authored over 8 years ago by Andrey Antukh <[email protected]>
Update initialize.sh in playground directory.

cf8d772f9c41563a3b4f8947b3ad8d7544ffbbbd authored over 8 years ago by Andrey Antukh <[email protected]>
Update and rename the appfortesting to mytestingapp.

827a4a4866575a3f034ca1f503f17d51903a4a08 authored over 8 years ago by Andrey Antukh <[email protected]>
Minor reorganization.

bbcb0f84259688522436334100509ff980ffa377 authored over 8 years ago by Andrey Antukh <[email protected]>
Update to clojurescript 1.9.14.

781f7373252b60e4cc8549ef5b88c672d9a61cd5 authored over 8 years ago by Andrey Antukh <[email protected]>
Improve truthiness section with better examples.

f090657a08ff8d1c5ab4937c2b3ec36900633508 authored over 8 years ago by Andrey Antukh <[email protected]>
Add additional readings for threading macros section.

af3064ee4b3e56915a6d6744e86df60bf4f27296 authored over 8 years ago by Andrey Antukh <[email protected]>
Update date.

7852d41e249cd6bf7b34619eec4b527fd308cd04 authored over 8 years ago by Andrey Antukh <[email protected]>
Improve protocols related text and examples.

3d1e9cbafb9a8f2c5c01ee691ebacb5c18608b2f authored over 8 years ago by Andrey Antukh <[email protected]>
Add mention about `run!` on the end of `for` comprensions.

625a3741136b1356f371272653621529bcfee01b authored over 8 years ago by Andrey Antukh <[email protected]>
Reformat language basics chapter.

f82afa50e02abf31c15fa6b13a49ccc9d5f5680e authored over 8 years ago by Andrey Antukh <[email protected]>
Add thread macros section.

3b42abed963e60daed4313fd70b17c0720d9039a authored over 8 years ago by Andrey Antukh <[email protected]>
Reformat advanced language section.

dbe2f942fb0dfdd0b116f6d2138619c182bae5f1 authored over 8 years ago by Andrey Antukh <[email protected]>
Reformat appendix section.

438b77c75d19922e9c58b4a54d74aa67157becb5 authored over 8 years ago by Andrey Antukh <[email protected]>
Reformat compiler section.

b9374d211f1fafe1bd39d6e5d02dc19993553026 authored over 8 years ago by Andrey Antukh <[email protected]>
Add repl link at start of language secrtion.

ec6a4f1d1beb59da0e638d1d8fd4787d3208489b authored over 8 years ago by Andrey Antukh <[email protected]>
Remove empty section.

4ae9fdb4915a0cd32856d5587dcfaf3a1e5ee17c authored over 8 years ago by Andrey Antukh <[email protected]>
Update clojurescript version reference to the last stable 1.8.51.

f5fb6f7762291812a0062d44284a11c663082a52 authored over 8 years ago by Andrey Antukh <[email protected]>
Move csp to language section.

c81bc5fb4cbbc465370bd6de37a367f602dcb187 authored over 8 years ago by Andrey Antukh <[email protected]>
Better formatting for core.async related section.

3d57d04c2c48ae79e0ba00a685b79a285a19e33b authored over 8 years ago by Andrey Antukh <[email protected]>
More format fixes.

e8ce247da99a610b423280c933f334bbb54a8dbc authored over 8 years ago by Andrey Antukh <[email protected]>
Merge pull request #121 from AdamFrey/patch-1

Fix function name mistake: queue -> unbounded-queue

82ba5b39c4c991644f9f56f2c444c4f74beab500 authored over 8 years ago by Andrey Antukh <[email protected]>
Add many fixes.

Thanks to @cloojure to the inital PR.

b4327aa3888548be248654fff1b4967dc1b25807 authored over 8 years ago by Andrey Antukh <[email protected]>
Merge pull request #122 from kostspielig/patch-1

Fix missing parenthesis

6567da631664e1aeee4b6ced9597d721af25494c authored over 8 years ago by Andrey Antukh <[email protected]>
Fix missing parenthesis

I was reading the book and was bugged by this unbalanced parens :-) I'm enjoying it so far, than...

adca7ea0c84ecfbfde564d85c6d5c14b7e740205 authored over 8 years ago by kostspielig <[email protected]>
Fix function name mistake: queue -> unbounded-queue

beacf9b06d3f8616b0f45f0bd03cac5f913df5fd authored over 8 years ago by Adam Frey <[email protected]>
Merge pull request #119 from cloojure/compiler-1

Clarify language

e3027ebfb3034a99f02b70c99875e3257e88ae72 authored over 8 years ago by Aλ <[email protected]>
misc

5c391af79e7fcd908fc830d165d8702821cb13e3 authored over 8 years ago by Alan Thompson <[email protected]>
Merge pull request #117 from wenxin-wang/master

fix minor bug in leap? and async-leap?

15488b8fed743f96cb1903bab6ae26a48f1554c9 authored almost 9 years ago by Aλ <[email protected]>
fix minor bug in leap? and async-leap?

e05b42c19091bf306834c3a4e7934df842c19d6b authored almost 9 years ago by Wenxin Wang <[email protected]>
Merge pull request #115 from ykomatsu/typos

Fix some typos

a0a7faddb79e6f0722646cac5bb13f3dafeb292e authored almost 9 years ago by Aλ <[email protected]>
Fix some typos

5c01f2b09b7d945d387c065fa761874cc70f7227 authored almost 9 years ago by Yoshito Komatsu <[email protected]>
Merge pull request #113 from almacro/master

This revision fixes a typo in file path.

5400a8d6c78fd14a4984f954540c23728f4e9ce0 authored almost 9 years ago by Aλ <[email protected]>
Merge pull request #114 from ykomatsu/typos

Fix some typos

70d126c11a562872a0e1e4a4e6558831742d0ea2 authored almost 9 years ago by Aλ <[email protected]>
Add some spaces

318e0e713b23a1c6293e930397025f71fb619bff authored almost 9 years ago by Yoshito Komatsu <[email protected]>
clojurescript -> ClojureScript

efb588cf26ab7b08b739dddc3a0138e3f9fb0ff7 authored almost 9 years ago by Yoshito Komatsu <[email protected]>
This revision fixes a typo in file path.

86ebc2b936cfb10b505625c695e3829b1f7faebf authored almost 9 years ago by Al Thompson <[email protected]>
Fix nodejs related issues.

- Remove references to iojs.
- Update cljs version
- Update reference to advanced compilation mo...

b884977b99d1140bf03f030e98a3675b5aeca566 authored almost 9 years ago by Andrey Antukh <[email protected]>
Update playground.

ff283a122ce5263e8befbb94802faf4f34aeb661 authored almost 9 years ago by Andrey Antukh <[email protected]>
Merge pull request #111 from maraujop/patch-1

Small typo explaining record field access

77212fefe58299f1b7f6df51ae9a263f71aabc81 authored almost 9 years ago by Andrey Antukh <[email protected]>
Small typo explaining record field access

Hi there,

I'm really enjoying reading clojurescript-unraveled. Thanks a lot for this great ef...

ad8452a4e89878285ab0e7e296c9bfdc712fe4c1 authored almost 9 years ago by Miguel Araujo <[email protected]>
Merge pull request #110 from davidpham87/patch-1

Correction of Clojurescript output on row 1298

6598b2c426025254d2d43a7557e860b36b7a670e authored almost 9 years ago by Aλ <[email protected]>
Correction of Clojurescript output on row 1298

Old message says: [:b] Got 2, but that should probably be [:b] Got 1

be89a15d15d1174db558292dece2f80faa1f648a authored almost 9 years ago by davidpham87 <[email protected]>
Merge pull request #109 from julianbonilla/patch-1

Add missing element to Figwheel template

f425176cc57a4a1c0dcaf96e30b720781864c253 authored about 9 years ago by Andrey Antukh <[email protected]>
Add missing element to Figwheel template

The example Figwheel template is missing the `calculate` element. The `events/listen` examples n...

538e8a281146c007fd5938f25b3452ef683bf26f authored about 9 years ago by Julian Bonilla <[email protected]>
Bump v5

d196d5f5e86a68efbc8d067ac65a634d92d406ea authored about 9 years ago by Alejandro Gómez <[email protected]>
Delete redundant anchor

586edf353cc6875d526d6917c5837d51ec4b5909 authored about 9 years ago by Alejandro Gómez <[email protected]>
Merge pull request #96 from funcool/act-on-comments

Improvements based on comments

90421d37d8b0f1999ddf7ac0f90c8cc984330580 authored about 9 years ago by Andrey Antukh <[email protected]>
Merge pull request #107 from funcool/core-protocols

Core protocols part 2

b7f594a980ac3f060e7b37b14eb98ffcc029369a authored about 9 years ago by Andrey Antukh <[email protected]>
Rewrite 'Defining our own transducers' section

1843b265c9adc3a1c6d9b31590b5f154525836df authored about 9 years ago by Alejandro Gómez <[email protected]>
Delete badly explained 'completing', outline new section structure

bf53ceab021ef35a28f2238e76366d67ed9e10e1 authored about 9 years ago by Alejandro Gómez <[email protected]>
Act on the comments of the language basics chapter

21f954304930c865a86751d6662ae0a96a210574 authored about 9 years ago by Alejandro Gómez <[email protected]>
Minor corrections

cffb5b9995e886b48871b8d3e526464308fe894b authored about 9 years ago by Alejandro Gómez <[email protected]>
Transient protocols

8392a673507f7e0177296d92d6f6698b8b517a80 authored about 9 years ago by Alejandro Gómez <[email protected]>
Move macros section after reader section

861a1edb5cb1ed31ae69bcfc96d063934e780f65 authored about 9 years ago by Alejandro Gómez <[email protected]>
Avoid compiler warnings with multiarity protocol methods

7981d124b0cf85f352416bfe13978823269e89e0 authored about 9 years ago by Alejandro Gómez <[email protected]>
State management related protocols

1f21132a5cf758d806e685ce2efb1a1c1b920863 authored about 9 years ago by Alejandro Gómez <[email protected]>
IReduce and IKVReduce

29c05a9668b383f336414ae97cf2c4ffd8726d18 authored about 9 years ago by Alejandro Gómez <[email protected]>
Merge pull request #108 from chrisulrich/patch-2

I think full-name should be invoked on yen to work as shown in the example code

ac95a18233a0f8dcc34ede118a8574af56d47672 authored about 9 years ago by Andrey Antukh <[email protected]>
Think full-name should be invoked on yen to work.

af1e1576e1ef9ad7d9a142d0809c863c694f5490 authored about 9 years ago by Chris Ulrich <[email protected]>
IPending and IDeref

54eecebedd41fcad4ee6d3b205fd20ca58bf69da authored about 9 years ago by Alejandro Gómez <[email protected]>
Acknowledge @crocket

c8c8307f7a5689a1d76d10a9a469dfc628f41f37 authored about 9 years ago by Alejandro Gómez <[email protected]>
Fix grammatical errors

Closes #105

5e4dcd73e9db33e97630cbc0c08cd33235baffa2 authored about 9 years ago by Alejandro Gómez <[email protected]>
Merge pull request #104 from spencercrissman/master

Fixes small typo.

895b6d9929a05118473e0e5312257c1ffccac7c9 authored about 9 years ago by Aλ <[email protected]>
Fixes small typo.

6c17547c963f213863298088e9adeb1fbb993f0b authored about 9 years ago by Spencer Crissman <[email protected]>
Update version

8daa16e63d5628f98fe77c2bdbb1ff603782e55e authored over 9 years ago by Alejandro Gómez <[email protected]>
Replace anchor: usage with block directives.

6f7a2e1593fc8fedc3abf36df34794c5ac2c4b8d authored over 9 years ago by Andrey Antukh <[email protected]>
Update changelog

65de62a45bf3687abcef0a5b1ccc96570f7017c2 authored over 9 years ago by Alejandro Gómez <[email protected]>
Make example clearer, thanks to @wodin's suggestion

1d3740337963253ca6f1c23b133d823802fc94e9 authored over 9 years ago by Alejandro Gómez <[email protected]>
Merge pull request #98 from funcool/core-protocols

Core protocols

2948a8f06853fb202aa4d6b6d0e18dc187dba74b authored over 9 years ago by Andrey Antukh <[email protected]>
Merge pull request #102 from funcool/vendorize-dbtoepub

Vendorize dbtoepub script

f42554b505db90271f41628907be760c9423006b authored over 9 years ago by Andrey Antukh <[email protected]>
Vendorize dbtoepub script

0d5c7e84e24c80fc54b6d8c4a121386920a2ddb5 authored over 9 years ago by Alejandro Gómez <[email protected]>
Move sections without content to the end

2a82c5c3c314e3f50f53b4634e76b91e879ea0be authored over 9 years ago by Alejandro Gómez <[email protected]>
clj->js->clj

77975a0d0973b890fc430fdc1fda603209b5e2ee authored over 9 years ago by Alejandro Gómez <[email protected]>
Extending JavaScript types

ea993c1b46e1ad53c037448f6c7b800e16c7378d authored over 9 years ago by Alejandro Gómez <[email protected]>
Define Pair as a separate code example

4fa7b255c3e7c9e31a9a8e532d6a3533f74ba743 authored over 9 years ago by Alejandro Gómez <[email protected]>
Define Pair explaining the IPrintWithWriter protocol

ad7f93daac2d8d97a9ac206c30526db6ba123c21 authored over 9 years ago by Alejandro Gómez <[email protected]>
Add initial work on the cljs.info specific style.

7c8ad43bccd81f3f4d1a1aa8611d46bd43594d98 authored over 9 years ago by Andrey Antukh <[email protected]>
Rename default style file.

6f01739b3b89c2b6081f2fb7d375dad5e5e882cb authored over 9 years ago by Andrey Antukh <[email protected]>
Merge pull request #100 from marcelopereirascmspain/master

Fix typo. everthing -> everything

1d048a53708282d560c18599b3b2029459ff5b4b authored over 9 years ago by Aλ <[email protected]>
Fix typo. everthing -> everything

b6da80bcdd28e0c4a902e39ef58d949213f46cce authored over 9 years ago by marcelo alves <[email protected]>
Merge pull request #99 from dottedmag/master

Typos and minor corrections

e6ab02c8a5ed841dfa68fdf0c0d8100ea07daaa1 authored over 9 years ago by Andrey Antukh <[email protected]>
Improve description of `condp`

504a4f8b3eea6ee07132de1f7491972c427cc4a9 authored over 9 years ago by Mikhail Gusarov <[email protected]>
Better grammar: %1, %2... %N

cc739e8623fde5720dbf42c80724da477991e029 authored over 9 years ago by Mikhail Gusarov <[email protected]>
Typo hava->have

d7ca0fd4da65a8262e2eb0c26b2f096732faaf2b authored over 9 years ago by Mikhail Gusarov <[email protected]>
IMeta and IWithMeta

e92b7d60d2513503d61e6182fb5a94f5c355adfb authored over 9 years ago by Alejandro Gómez <[email protected]>
IComparable

68e0cc268d5379e392ab6aa229ca1bb2e3a3db23 authored over 9 years ago by Alejandro Gómez <[email protected]>
Typo

81eda8fd132174299dee792ea053240a50756afb authored over 9 years ago by Alejandro Gómez <[email protected]>
IMapEntry

0524f6e5a16c9e23c759e017f0a72da9f4b2c300 authored over 9 years ago by Alejandro Gómez <[email protected]>
IMap

e7393b85c3eed18d91cc85dfb031e0a47063a6bd authored over 9 years ago by Alejandro Gómez <[email protected]>