New anaphoric forms? #9

Closed
opened 2021-06-18 17:23:55 +01:00 by goderich · 3 comments
goderich commented 2021-06-18 17:23:55 +01:00 (Migrated from github.com)

Would you be interested in adding more anaphoric forms, such as anaphoric map and filter? I've used these anaphoric functions in Elisp (the dash.el library), and found them to be very convenient at times.

Would you be interested in adding more anaphoric forms, such as anaphoric map and filter? I've used these anaphoric functions in Elisp (the dash.el library), and found them to be very convenient at times.
SuzanneSoy commented 2021-07-07 01:23:22 +01:00 (Migrated from github.com)

Sure, sounds like a nice idea :)

Do note this repository also aims to serve as an example on how to build a "good" racket library, so I'm pretty stringent on having 100% documentation coverage and 100% test coverage (I'm not obsessive over the 100% for my other libs, just for this one since it's a very simple lib that is more of an illustration than a full-blown package with lots of bells and whistles).

A pull request would be welcome, if you open one I'll make sure to update the CI script to run on travis-ci.com or more probably GitHub Actions (travis-ci.org finally stopped its service, and as nice as Travis is the .com version is a bit of a mess to migrate things to, the pricing is unclear and the .com version wouldn't understand my .travis-ci.yml for the .org version, so I kinda gave up).

Sure, sounds like a nice idea :) Do note this repository also aims to serve as an example on how to build a "good" racket library, so I'm pretty stringent on having 100% documentation coverage and 100% test coverage (I'm not obsessive over the 100% for my other libs, just for this one since it's a very simple lib that is more of an illustration than a full-blown package with lots of bells and whistles). A pull request would be welcome, if you open one I'll make sure to update the CI script to run on travis-ci.com or more probably GitHub Actions (travis-ci.org finally stopped its service, and as nice as Travis is the .com version is a bit of a mess to migrate things to, the pricing is unclear and the .com version wouldn't understand my `.travis-ci.yml` for the .org version, so I kinda gave up).
goderich commented 2021-07-07 08:15:50 +01:00 (Migrated from github.com)

Sure, give me a couple of days to write the docs and the tests, and I'll submit a PR!

Sure, give me a couple of days to write the docs and the tests, and I'll submit a PR!
SuzanneSoy commented 2021-07-29 01:59:22 +01:00 (Migrated from github.com)

Closed by @goderich's PR #10, thanks a lot!

Closed by @goderich's PR #10, thanks a lot!
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/anaphoric#9
No description provided.