Skip to content

MicroPrime v1.0 — Baseline experimental implementation (GC-60)

Choose a tag to compare

@Claugo Claugo released this 04 Jan 13:04
· 5 commits to main since this release
b59d3df

This release represents the baseline experimental version of the MicroPrime project.

Version 1.0 includes the original implementation of the GC-60 arithmetic model and
the incremental archive system used for prime number exploration.
The code in this release corresponds to the version used for the experimental
validation and statistical tests documented in the associated Zenodo publication.

Key characteristics:

  • Incremental and persistent archive based on the GC-60 model
  • Separation between archive construction and window exploration
  • Prime extraction inside arbitrary numeric windows
  • Stable behavior verified up to large numeric scales

This version is intended as a stable reference point.
Subsequent releases will introduce usability and visualization improvements
without altering the underlying mathematical model.