Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 237 Bytes

File metadata and controls

4 lines (4 loc) · 237 Bytes
  1. dynamic typing --> interpreter compiles the code at runtime(runtime computations are more than statically typed langs)
  2. global interpreter lock (one intrerpreter runs on one thread)
  3. multi processing is possible not thread safe