Releases: SnowCheetos/AutoMoonBot
Releases · SnowCheetos/AutoMoonBot
v0.0.0.1-pre-alpha-1
This was the last stage before starting rust backend implementation.
I quickly realized pure python just won't cut it. For instance, graph data are inherently better suited for lower level languages with memory controls. The dynamic nature of python is great for many things, but it becomes a headache when dealing with explicit referencing or copying.
v0.0.0-pre-alpha
Consolidated the big mess, finally making a release after 3 years.