8000 [Feature Request] anamorphic version of the functions in the spirit of dash · Issue #37 · chuntaro/emacs-promise · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Feature Request] anamorphic version of the functions in the spirit of dash #37
Open
@yyoncho

Description

@yyoncho

Here it is how it will look like:

(promise-chain (do-something-async 1 33)
  (thena (message "first result: %s" result)
         (do-something-async 1 (* result 2)))
  (thena (message "second result: %s" result)
         (do-something-async 1 (* result 2)))
  (thena (message "third result: %s" result)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0