../

Zigright

  • Take a filename as an arg and print it back to the screen
  • If no filename is given then read in stdin

2026-04-14 Meeting

  • dict with between every line of code: like cin, cout we saw in class
    • key is locally scoped var and value is a struct { creator:set , destructor: set}
    • var obj = undefined
      if(x){
          obj = alloc1
      }else{
          obj = alloc2
      }
      
    • We need sets to describe this. Runtime selection of allocators