Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 711 Bytes

2021-02-11-Dave-Mason.md

File metadata and controls

34 lines (26 loc) · 711 Bytes

Articles:

  • None

Links:

  • None

Discussion:

  • Web Python Server
  • Code review of Pharo-NDArray
    • JaggedError signal
    • Fixed class setup
    • Setup printOn:
    • Talked about how to set up = for Array comparison (hash of data xor)
  • Talk about Dr. Mason's view of strong vs weak typing
                     | Ruby & Smalltalk
Dynamic languages  - |
                     | Python

                     | Haskell & Rust
Static languages   - |
                     | Java & C#

    Safe languages
-----------------------
   Unsafe languages
 (core dumps possible)
(an exception is not a core dump)

Static languages   - | C++ & C