terminology of computer science General Thread Others Politics Readlist Reference

记录一些专业的英文词汇和解释, 学技术,学英文(单词忘了好多)

immutable

re-assignment of immutable variable sum: Unchanging over time or unable to be changed

trait

the trait bound {float}: std::ops::AddAssign<{integer}> is not satisfied, A distinguishing quality or characteristic, typically one belonging to a person.

General

implicit vs explicit:

implicit when it is implied but not directly stated. Something is explicit when it is directly stated and leaves no room for uncertainty.

Static/Dynamic vs Strong/Weak(PL)

  • Static/Dynamic Typing is about when type information is acquired (Either at compile time or at runtime)
  • Strong/Weak Typing is about how strictly types are distinguished (e.g. whether the language tries to do an implicit conversion from strings to numbers).

Recursion

recursion vs iteration vs dynamic programming

round trip vs two one way

Front-End and Back-End

Thread

detach

leave or separate oneself from (a group or place).

Others

Schroedinger’s Cat

Politics

abyss

Beijing’s liaison office in Hong Kong says the city is “sliding into the abyss of terrorism” and a harsher crackdown is needed to end the unrest.

Readlist

Reference