begin shift to nim code base

This commit is contained in:
Emile Clark-Boman 2025-06-16 20:47:52 +10:00
parent 33bcffdc69
commit 4b20f9961b
25 changed files with 625 additions and 303 deletions

View file

@ -6,3 +6,11 @@ NOTE: currently my "primitive roots" are actually just the numbers that generate
This site is useful as a reference:
https://owlsmath.neocities.org/Primitive%20Root%20Calculator/calculator
2. Make Noether into a mathematical programming language (like MATLAB),
with the ability to create custom types (ie the integers modulo n)
with specific properties like operator overloading. Then you could
create functions that check whether a set and an operator form a
group or not, etc.
2.1 Use ^ to indicate exponentiation, and use ^| to indicate xor