Skip to content
View galenjiang's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report galenjiang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
galenjiang/README.md

Hi there 👋

Welcome to my Github.

Pinned

  1. blog blog Public

    blog built by node

    TypeScript

  2. website website Public

    TypeScript

  3. simple-parser simple-parser Public

    parser learning

    JavaScript 1

  4. Y-combinator Y-combinator
    1
    // YC 为了lambda函数没有命名且可能需要递归的问题,引入了不动点函数定义, YC可以理解给一个函数加了一个不动点参数
    2
    
                  
    3
    const YC = fnCurry => {
    4
      // 1. magic(fnCurry) 为 解除 curry 效果
    5
      // 2. magic(fnCurry)  === arg => fnCurry(magic(fnCurry))(arg)
  5. utils utils Public

    TypeScript

  6. api api Public

    api for multiple purpose

    TypeScript