-
Side note - it's been a while since i've seen a Docco-style annotated-source-style documentation! http://ashkenas.com/docco/
Backbone.js was the first time i saw it, and I loved it! https://backbonejs.org/docs/backbone.html It demonstrated to me that the libraries I use are just normal code that other people write, and i myself can read it to understand a problem.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Thanks for the link! I think in that case it was made with https://pycco-docs.github.io/pycco/
-
Here is a lisp implementation (mal) with TCO, written in Python:
- https://github.com/kanaka/mal/blob/master/impls/python/step5...
- Theory: https://github.com/kanaka/mal/blob/master/process/guide.md#s...
-