(no title)
Talinx | 1 year ago
Idea for implicit parameters:
Implicit parameters are values from somewhere up the call stack. So make an object with a get function:
Scope.get('Logger')
But then you can get anything. So add a mechanism to put things in there up the call stack: logger = Logger()
Scope.put('Logger', logger)
That's a key-value store with scope levels.
No comments yet.