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

文章名叫 pure 等价性 #17

Open
yhm-amber opened this issue Apr 9, 2024 · 3 comments
Open

文章名叫 pure 等价性 #17

yhm-amber opened this issue Apr 9, 2024 · 3 comments

Comments

@yhm-amber
Copy link
Contributor

No description provided.

@yhm-amber yhm-amber mentioned this issue Apr 9, 2024
@yhm-amber
Copy link
Contributor Author

doc 上,有 tuple 有 pipe

tuple

define

一到四元示例

usecase 1

解包对应

usecase 2

取值对应

pipe

pipeline

define

管道对应于对象点

@yhm-amber
Copy link
Contributor Author

yhm-amber commented Apr 9, 2024

tuple 加例

memoize 的两个版本。纯版本,需要把参数列表用元组表达。

因为这是一个很简单而且缺不了元祖办法的场景。

@yhm-amber
Copy link
Contributor Author

加(暂时未定)

  • 柯里化和不柯里化的对应要有吗?要不在 tuple 后?我感觉这样好一些,好过在 tuple 之前。
  • 管道的对应还是数组和 map ?对象的 this 还是得等这边有 self 的那些,即迭代器。但迭代器还应该对应非 pure 迭代器才对。。。对象化的话,可以用迭代器做例子,也可以用别的,主要是管道和有 self 的东西的联动。对,是这样,然后这个必须在柯里化之后。所以,柯里化的对应也是要有的。

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