programming language general
read#
avoid XY problem (this is versatile, not only for programming)
reading list#
learn programming language : https://learnxinyminutes.com/
types of Programming Language: https://www.typesnuses.com/types-of-programming-languages-with-differences/
https://zh.wikipedia.org/wiki/LISP
Notes#
#?? = i dont know
Lang \ Type | ||||
---|---|---|---|---|
JS | Array | Object | Set | Iterator |
Py | List | Dict | Set | Iterator |
Matlab | Array | Struct | #?? | #?? |
C | Array | struct | #?? | #?? |
Lang \ Func | Ternary | Time Elapsed | |||
---|---|---|---|---|---|
JS | some | ?: | #?? | Array.push() | |
Py | Any | N/A | time.time() | Array.append() | |
Matlab | #?? | #TRICK | tic toc | ||
C | #?? | ?: |
Leetcode#
Num \ Lang | python | ||||
---|---|---|---|---|---|
208 | 2020-09-26 13:11:38 |
reflection#
208 : computer dispatchs RAM faster than human.