Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Lamdu
The Lamdu collective develops Lamdu, a new kind of programming language which breaks out of the boundaries imposed by text files.
Collective -
Host: opensource -
https://opencollective.com/lamdu
- Website: https://lamdu.org
- Code: https://github.com/lamdu
Bug introduced in 3fb32970e85f2da introducing postfix-apply
github.com/lamdu/lamdu - 00fd6dbc6ae00a79ed99924855f6d7a28c16fb50 authored almost 4 years ago
convertBinder overridden underlying expr's entity-ids,
for strange reasons, ie in 2018.09.06 126...
github.com/lamdu/lamdu - c1724bca438c17ca43c74dfe021f818b9020e22a authored almost 4 years ago
github.com/lamdu/lamdu - c73e2cd774f2452fb54f90352c504562820d73b7 authored almost 4 years ago
github.com/lamdu/lamdu - 3304425a3c4e75393e4278c25a83e41d287bff8c authored almost 4 years ago
github.com/lamdu/lamdu - af1650283a7f454533e27c1b32edf62204c329c3 authored almost 4 years ago
github.com/lamdu/lamdu - 7f552ec383268caef2c769d4dd58e931e489c881 authored almost 4 years ago
This simplifies a few traversals of the AST (AddEval and BodyAnnotations)
github.com/lamdu/lamdu - 628e1f448a23dc4ead21934ca6e5b37d7a897d30 authored almost 4 years agogithub.com/lamdu/lamdu - b22d85ca8b4fcef2fd5c5613c6e5c2d6475da198 authored almost 4 years ago
Similar to "const" in Haskell
github.com/lamdu/lamdu - bb289bd484aae4188869f42331103151bc0f3f1d authored almost 4 years agoThe reasoning for enabling it only for record params was:
* That if it's a light-lambda, you'll...
github.com/lamdu/lamdu - e19faefbc2316cea274888bab2ab5999ac68d623 authored almost 4 years agogithub.com/lamdu/lamdu - 38b8fd307d657d2d2322cb4d6291147982e16a7b authored almost 4 years ago
github.com/lamdu/lamdu - 044a11f56201d50982cea3c4f63b417311aecbc0 authored almost 4 years ago
github.com/lamdu/lamdu - b61be2850ba1022ea67ccd98ae23a3d6d0a39282 authored almost 4 years ago
github.com/lamdu/lamdu - 9c6b2f750b587d78523df965b58bd531ccf08ef0 authored almost 4 years ago
This reverts commit 4c5950a8270028990c64a26f399870c64337b3d7.
github.com/lamdu/lamdu - 07cec2c2208aafe982a5a5715b886a3c3d38d011 authored almost 4 years agogithub.com/lamdu/lamdu - 18a0f401391b1b714e6ac8985bf6ff3277aebd94 authored almost 4 years ago
github.com/lamdu/lamdu - 92296d26c72d5a58aa304ce98d681d5c99ecd837 authored almost 4 years ago
github.com/lamdu/lamdu - 78e0a8c22b392ce1adafc3c3e09675a7c62ac2d3 authored almost 4 years ago
(before could only type it when suggested)
github.com/lamdu/lamdu - f856e5fbc2bd79e85107d1035165ab296bac7e86 authored almost 4 years agoThis reverts commit f7edd8f00a969664097fc33957468e5c33717982.
github.com/lamdu/lamdu - 550a22a67332e9f33c6566a86cb3a15166e67940 authored almost 4 years agoTowards big changes in lamdu-calculus representation of inject, making them functions.
github.com/lamdu/lamdu - 56a01510fd7cd727e2ef583d44120fe17c1defd5 authored almost 4 years ago
Following prev commit, I wondered if that text was still used,
and then reviewed some texts and ...
github.com/lamdu/lamdu - dcd37fbf078faf3f0cb1a5e110015e7f2a2eeb67 authored almost 4 years ago
github.com/lamdu/lamdu - e1bf2966481b758c307a5df7bb5076090282c23e authored almost 4 years ago
github.com/lamdu/lamdu - 6dd1a01dc00d5c8470947ca34beadb4ac50b5dc0 authored almost 4 years ago
github.com/lamdu/lamdu - 85487f751b1ac1a0fbd6fb0a44f60962346084ab authored almost 4 years ago
github.com/lamdu/lamdu - 470e643afc0420a114e6c274bdec0e01949ef1ef authored almost 4 years ago
This is a huge improvment!
Note about typing injects and get-fields with operator names,
these ...
github.com/lamdu/lamdu - bf246f9e1773852d19d32439d07936dd36eaf2e6 authored almost 4 years ago
github.com/lamdu/lamdu - 6bc5fa135c69864e9e6a29853d318c69f565aca3 authored almost 4 years ago
(change from lamdu-calculus that propagates to sugar)
".json" programs migration separated to n...
github.com/lamdu/lamdu - 3e3af14c1db07f42c00b96f6954a57fc24e3eb68 authored almost 4 years agogithub.com/lamdu/lamdu - 7c666491cd5958578331584dc24269fa36d8dd81 authored almost 4 years ago
* Appearance of lambda-case changed - now's just a ".case"
github.com/lamdu/lamdu - 4d5eac690be9fc2f88e89d408942bd09c2b6349b authored almost 4 years ago
It will be difficult to maintain this feature with the upcoming changes to case sugar:
applied c...
github.com/lamdu/lamdu - d4363f0905e6bda1cc16c1d6171d97bb5405da51 authored almost 4 years ago
* Ubuntu was missing a library xxf86vm
* No upper boundary on node js version needed
To-nom looks just like in Haskell, `NewType x`, difference from prefix-apply is the capital lett...
github.com/lamdu/lamdu - dd04a28bd02dfabcb83ff51e198f7517e10460b8 authored almost 4 years agogithub.com/lamdu/lamdu - d9919d1192340f5b302985c7a41cad18611f1c7f authored almost 4 years ago
Fixes https://trello.com/c/qteC7t8S/512-cant-type-case-for-empty-case
github.com/lamdu/lamdu - 2e0dffa43d437872d39b6313a29b78f91030ac1b authored almost 4 years ago
With upcoming changes to from-nom sugar, it won't be as necessary.
It will look like:
x.List.ca...
github.com/lamdu/lamdu - 7927511f553d97d8018ee37724a05d000ffe42c4 authored almost 4 years agoReverts the 2017 commit 3852cd9ee7e1d6f41
github.com/lamdu/lamdu - df5684497ee73e63807304bad3ee155f52f33c07 authored almost 4 years agoBug was dormant until previous commit made fragment suggestions work!
github.com/lamdu/lamdu - 7405df198808fe560c284d66f257f92456c5bfd5 authored almost 4 years ago
For a Maybe value, like the result of "first",
taking it apart was not suggested for two reasons...
github.com/lamdu/lamdu - 643ceffeb4b0d2c9e21328e9ee54a8cc6dde92f5 authored almost 4 years ago
The benchmarks show that inference is slightly slower as expressions now have additional nodes.
...
github.com/lamdu/lamdu-calculus - cc3a78a7475f450a6a6b582a79d694db84a4711d authored almost 4 years ago
github.com/lamdu/lamdu-calculus - f1dda68d3744b33b540870e23a1e528d71bd2c9e authored almost 4 years ago
github.com/lamdu/lamdu - 1af80b93f37d8bbac16913b51b5736773523a259 authored almost 4 years ago
This reverts commit 6ae71b0fae6b1231540610abd072385342b30b49.
It was the wrong fix, this blocke...
github.com/lamdu/lamdu - a4248b705aad38e0d0ad7d0cfd04e26093eb8e76 authored almost 4 years agoThis appears to be redundant since c43bc05e2f2dff5e47 !
github.com/lamdu/lamdu - fd40057d9a5348f1bcb39a6dd21a655332463a8b authored almost 4 years agoWas basing new migration code on this example and it had a bug..
github.com/lamdu/lamdu - 540f0dc10c156eb9abe5a6e6b4e4fbb9d0a8faa7 authored about 4 years agogithub.com/lamdu/lamdu - 44b6dee766f0579c525fbf7cf09039ca82b855a0 authored about 4 years ago
github.com/lamdu/lamdu - b2fe06d8f788abc17d954aad1d59569e92345348 authored about 4 years ago
github.com/lamdu/hypertypes - e63d3e66dcb9b384a61734f141bc3e6924fcf873 authored about 4 years ago
github.com/lamdu/lamdu - a03c88240707fbdabaa1fa9013aa0ecf909b534e authored about 4 years ago
github.com/lamdu/lamdu - b6b095ae83465c90cf193730fc414447a83347c4 authored about 4 years ago
github.com/lamdu/lamdu - 196ef88fff4a326b04e338607d66b0351a0bdae8 authored about 4 years ago
github.com/lamdu/lamdu - fc854c96e96ce62a717c48712efeb7a28b42a719 authored about 4 years ago
github.com/lamdu/lamdu - 887677b0c46f779cc17c79b29eb98c3cc4d15be4 authored about 4 years ago
Fixes https://trello.com/c/DpBF4wQF/483-first-option-doesnt-emplace-expr-in-first-hole
Scoring ...
github.com/lamdu/lamdu - 6f44215c2667101e5b0738b5d96bab943e751fcf authored about 4 years agogithub.com/lamdu/lamdu - d142f101df5709fa5c13b9cd224b8960c00949c9 authored about 4 years ago
the test demonstrates the down-side of the current UX,
and could have the extra character remove...
Fixes https://trello.com/c/uLlMpi5g/509-when-picking-record-tag-makes-the-field-pun-it-causes-re...
github.com/lamdu/lamdu - 69d0b6b812e122eefad808a6f00a4a79194f742f authored about 4 years agogithub.com/lamdu/lamdu - 15a45f5fe6b5c98c25f804c7f72f222fcb8a4e1d authored about 4 years ago
Fixes https://trello.com/c/Dzp5vgos/510-not-punning-auto-named-variables
github.com/lamdu/lamdu - c014d46982a51a723882c8faabe1c52edb47d5b6 authored about 4 years agogithub.com/lamdu/lamdu - c8644e216b03961dda678a3734153da2ddb0577e authored about 4 years ago
github.com/lamdu/lamdu - 93a3ecc57b436e082fb94ee4137e32f55df139a9 authored about 4 years ago
github.com/lamdu/lamdu - 92f62342da3e489c24e4ab736ca247ba66e59ac5 authored about 4 years ago
Originally added 5 years ago in c6b0d4f49d1d5deb0,
we didn't yet decide that results should be f...
github.com/lamdu/lamdu - a21db8b3b1125a2299ee8e6b6d8589e18178e088 authored about 4 years ago
github.com/lamdu/lamdu - c872aaea0ba1b6a1534dc9db0cffe3ce7a18c7f1 authored about 4 years ago
github.com/lamdu/lamdu - cc47e8b566287a1ac9876b5acdcbad2a03d42ae1 authored about 4 years ago
github.com/lamdu/lamdu - 112f6d86d6602e6da2dd11a41ab2548ff5f4d592 authored about 4 years ago
github.com/lamdu/lamdu - 51d7b1569416ad9b45dc487d6327e38b0ff4cbee authored about 4 years ago
github.com/lamdu/lamdu - 7b9cf9cd6dfe90a58c9a9dfd01e1b09d4642215a authored about 4 years ago
github.com/lamdu/lamdu - 101c62c759a7cb5e64c88a304ce4eb95207d5972 authored about 4 years ago
(using https://github.com/ndmitchell/hlint/pull/1204)
github.com/lamdu/lamdu - 11217bbe8b2c40525d94b09fe641ab302b683572 authored about 4 years agoAn equivalent test was also added in hypertypes
github.com/lamdu/lamdu-calculus - 15318e33f52bd5db6965a0ad46a955d09764288b authored about 4 years agoFixes https://github.com/lamdu/lamdu/issues/114
github.com/lamdu/lamdu - a7ecfee80cbf4e8983851011cf69c5bc4def9380 authored about 4 years agogithub.com/lamdu/hypertypes - c0fb559c706c0e547a52100c5122eff1605b3903 authored about 4 years ago
github.com/lamdu/hypertypes - 63876e09f6f60a50a702a4a45c51d7fb4c97fce5 authored about 4 years ago
github.com/lamdu/hypertypes - 1eb32683afd329599cf5232acf059e2c006326b7 authored about 4 years ago
github.com/lamdu/lamdu-calculus - 8427df69d7c5874f57a4e3f25eadfd578303df9a authored about 4 years ago
github.com/lamdu/lamdu-calculus - aa0a8caa28f9df1242238116dc91ad92c3899d06 authored about 4 years ago
github.com/lamdu/lamdu-calculus - 13d2d82ef74533063b57f91c1e63e9b38f0d6829 authored about 4 years ago
github.com/lamdu/lamdu-calculus - 4f896ce9846a28a0aa00b4c4a1dad631649fcb72 authored about 4 years ago
github.com/lamdu/hypertypes - 8de6030e80e432b8d5f7170bdf9556019fa0b11d authored about 4 years ago
not caught due to using lens operators (see https://github.com/ndmitchell/hlint/issues/1201)
github.com/lamdu/lamdu - 621d48a20a65a8b50ad558682991291e4441380a authored about 4 years ago
* dd2497bc831573 temporarily removed evaluation
* when b57f79845 brought it back, some annotatio...
Oops, don't know why I made that change.. This should fix #113
This reverts commit 0833bfc74484...
github.com/lamdu/lamdu - 0582ef382c1d6a3edef75e1c00651afb24091afe authored about 4 years agoweeder also warns about "iom" but will use it in upcoming changes
github.com/lamdu/lamdu - 0e4c4e352a97a161b6eb83d9dd7b382fdac948d9 authored about 4 years agoThis reverts commit 83c70e6eb958b31d7a11373e5d38b7018cc0c4bc.
Intending to use "iom" in upcomin...
github.com/lamdu/lamdu - 436e117882b4e8bb3e59c2753391c2fac96ecc13 authored about 4 years agogithub.com/lamdu/lamdu - 716475c1cbc367452ea36e51ca8e4d37396e05f8 authored about 4 years ago
github.com/lamdu/lamdu - fa7e929197cfc5fee72e9cdce34b5f8eab4858da authored about 4 years ago
NodeActions will contains replace-options, which need to refer to Expression, defined in this mo...
github.com/lamdu/lamdu - 8d941e15fb52fc60392f83f90c8e9cb18c82cbab authored about 4 years agogithub.com/lamdu/lamdu - 4cd793db82b516dad21e8c455ceda114ba115e2b authored about 4 years ago
github.com/lamdu/lamdu - 086811b7bb695a53ffa1dbf1b1cfcf600c7e7863 authored about 4 years ago
github.com/lamdu/lamdu - f60a2d2b4a0840c3f92fda91c53180425e666544 authored about 4 years ago
github.com/lamdu/lamdu - be58eb5a3436df8edf0d137b6326b48c06a53f89 authored about 4 years ago