"PEP 8100 Explicit Lazy Interpreter" will be coming to python soon.
```python
>>> fib=lambda n:n if n<2 else fib(n-1)+fib(n-2)
>>> fib(100000)
ExploitationError: I ain't doing that !@#$, you can !@#$@!#$ do it yourself.
```
"PEP 8100 Explicit Lazy Interpreter" will be coming to python soon.
```python
>>> fib=lambda n:n if n<2 else fib(n-1)+fib(n-2)
>>> fib(100000)
ExploitationError: I ain't doing that !@#$, you can !@#$@!#$ do it yourself.
```
If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.social/users/mistersql/statuses/115486924630287423 on your instance and quote it. (Note that quoting is not supported in Mastodon.)