TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
296 stars 36 forks source link

Cool information(not a enhancement or bug or anything, just a cool thing) #339

Closed AverseABFun closed 8 months ago

AverseABFun commented 8 months ago

CellPond is Turing complete, as you can implement the game of life in it, which is Turing complete!

AverseABFun commented 8 months ago

(er, conways game of life rather)

Jeremy5909 commented 8 months ago

how

AverseABFun commented 8 months ago

By making all the necessary rules

On Mon, Jan 22, 2024, 11:40 AM Jeremy5909 @.***> wrote:

how

— Reply to this email directly, view it on GitHub https://github.com/TodePond/CellPond/issues/339#issuecomment-1904495411, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATOOUFQH3T37QFOZEKR4APDYP2QCFAVCNFSM6AAAAABB6Y3FVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBUGQ4TKNBRGE . You are receiving this because you authored the thread.Message ID: @.***>

Jeremy5909 commented 8 months ago

im not sure if this is possible or at least super easy because of how cellpond works (asynchronous and what not)

AverseABFun commented 8 months ago

I believe it is theoretically possible, but it definitely isn't very easy.