Why over complicate it? FRACTRAN is a Turning complete language based on only one operation: multiplication. It's Wikipedia entry gives a short FRACTRAN program that finds all primes. <a href="https://en.wikipedia.org/wiki/FRACTRAN" rel="nofollow">https://en.wikipedia.org/wiki/FRACTRAN</a><p>In the words of it's inventor, John Conway:<p><pre><code> Makes workday really easy! FRACTRAN needs no complicate programming manual. It's entire syntax can be learned in 10 seconds, and programs for quite complex and interesting functions can be written almost at once. The entire configuration of a FRACTRAN computer at any instant is a single integer - no messy "tapes" or other foreign concepts to be understood by the fledging programmer.
</code></pre>
What's not to like? This is a good introduction for someone seriously considering doing their next project in FRACTRAN: <a href="https://raganwald.com/2020/05/03/fractran.html" rel="nofollow">https://raganwald.com/2020/05/03/fractran.html</a>