Skip to content

Releases: SnowCheetos/AutoMoonBot

v0.0.0.1-pre-alpha-1

v0.0.0.1-pre-alpha-1 Pre-release
Pre-release

Choose a tag to compare

@SnowCheetos SnowCheetos released this 15 Jul 20:12
295526e

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

v0.0.0-pre-alpha Pre-release
Pre-release

Choose a tag to compare

@SnowCheetos SnowCheetos released this 09 Jul 23:02
dcc4177

Consolidated the big mess, finally making a release after 3 years.