## 2025-03-31 #PX25
*Author: @JensLincke*

##  #PolymorphicIdentifiers
We stumbled across some existing experiments with #PolymorphicIdentifiers. Let's see if somebody is interested in this as a #PX25 topic. 

```javascript

var http$ssl = function(...args) {
  debugger
  lively.notify(args)
}

http$ssl`foo` = 87
```

  







