This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Self-versioning and argument-hashing cache decorator for deterministic functions. | |
Designed to be extensible and API-compliant with Django and Flask cache backends. | |
For examples and caveats, see the bottom of the file. | |
Ted Kaemming: https://github.com/tkaemming | |
Mike Tigas: https://github.com/mtigas | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Programming Language Checklist | |
by Colin McMillen, Jason Reed, and Elly Fong-Jones, 2011-10-10 | |
updated by BoppreH, 2024-01-24 | |
You appear to be advocating a new: | |
[ ] functional [ ] imperative [ ] object-oriented [ ] stack-based [ ] concurrent | |
[ ] interpreted [ ] compiled [ ] JIT [ ] cloud [ ] AI [ ] beginner-friendly | |
[ ] academic-friendly [ ] visual [ ] sharable [ ] esoteric | |
[ ] memory safe [ ] memory unsafe [ ] provable [ ] Turing-incomplete | |
[ ] statically-typed [ ] dynamically-typed [ ] completely incomprehensible |