Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -de-annotate which is same as (-map #'cdr ..). #410

Open
emacksnotes opened this issue Aug 16, 2023 · 0 comments
Open

Add -de-annotate which is same as (-map #'cdr ..). #410

emacksnotes opened this issue Aug 16, 2023 · 0 comments

Comments

@emacksnotes
Copy link

emacksnotes commented Aug 16, 2023

Add -de-annotate which is same as (-map #'cdr ..).

As a programmer, I would like to see an -annotate paired with -de-annotate, so that I can easily compute what annotations are on the stack.

For example, given a set of hex colors, I can annotate the colors with say S and L value, and print them out in rainbow-mode . It will give a quick feedback on what L values are good enough for a particular background. I can also sort on the annotation, and de-annotate the colors. In other words, the annotation could be an intermediate value of computation which may not be of interest to the end user.

(The above is use-case is not imagined; the issues I have opened in the recent times are a result of my experience using dash for creating color palettes for my own custom theme; the issues are a record of the areas where dash could be improved.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant