🎯
Focusing
Hack everything if interested, learn things constantly.
-
APPTUTTi, IFWallet
- China
- https://twodam.net
Pinned Loading
-
-
-
-
-
SICP 4.1,Lisp解释器实现(包含习题解答)
SICP 4.1,Lisp解释器实现(包含习题解答) 1(define (eval exp env) ((analyze exp) env))
23(define (analyze exp)
4(cond ((self-evaluating? exp)
5(analyze-self-evaluating exp))
-
Abou Seven Languages In Seven Weeks ...
Abou Seven Languages In Seven Weeks Io,Day 2. Use js as extension name so the code can be highlighted. 1//For 3.3
2//Create a nested list
3li := list(1,2,3,list(3,4),"str")
4//Flatten and only operate on Number and then sum them
5List deepsum := method(
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.