Workshops

Reference:

09/08

Hello world from diff languages:

  • Ada
  • Haskell
  • Ocaml
  • Prolog
  • Scheme

Interpreter: better error reports: have source code at runtime.

09/22

FIRST(each_rightHS); Follow(LHS); PREDICT(production of each rules)

1110

  1. C#/Python/Ruby: iterator permutations.

    def it(n)
    for i in 1 .. n
      yield i
    
    
  2. Stack push and pop.

  3. Hash table.

Created Sep 8, 2019 // Last Updated May 18, 2021

If you could revise
the fundmental principles of
computer system design
to improve security...

... what would you change?