-
-
I have a few different Scenes constructed using their own Timelines and 1 master Timeline taking care of sequencing the different scenes. Every scene may or may not use a `forwardRef` markup as showca…
-
1. 일급이란?
값으로 다룰 수 있어야 함.
변수에 담을 수 있어야 함.
함수의 인자로 사용될 수 있어야 함.
함수의 결과로 사용될 수 있어야 함.
이를 함수에 적용할 수 있음.
2. 고차 함수
함수를 값으로 다룸(JS는 함수가 일급이여서 가능함).
- 함수를 인자로 받아서 실행하는 함수
- 함수를 만들어서 …
-
pip install web3 gives these errors:
ERROR: Command errored out with exit status 1:
command: 'C:\Program Files\Python310\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"…
-
-
Here is example of slow and fast code for calculating factorial of 1000:
```scheme
;; slow
(--> (new Array 1000) (fill 0) (map (curry (n-ary 3 +) 1)) (reduce (binary *)))
;; same but faster
(…
-
I have a big issue with your nice pic chart that when I hover with the mouse it keep flashing with tooltip
here is a sample of my code
nothing fancy in my code but I need this issue to be fixe…
-
It would be convenient to add
```jl
getproperty(sym) = x -> getproperty(x, sym)
```
so I can use `map(getproperty(:val), xs)`.
-
In the chapter [Currying](https://devs.chia.net/guides/chialisp-condition-morphing#currying) of the Chialisp Concepts - Condition Morphing page, it say that the line
```chialisp
run -i include an…
-
It might be useful if we can extract comments from nixpkgs, this need a slightly modified lexer.
https://github.com/nix-community/nixd/blob/3dbe1eb6bde1949b510e19a2d1863a2f4d2329a6/lib/nixd/src/nix…