←back to thread

166 points levlaz | 1 comments | | HN request time: 0.336s | source
Show context
cjfd ◴[] No.41877201[source]
He says he affiliates a bit with physics. That is what I studied when I was young. Yes, physics attempts to concern itself with the real world. For instance, nobody in their right mind would have anything to do with quantum mechanics if it wasn't how the real world operated. In that sense it seems to me that computer science is much closer to mathematics. The computer is an artificial system constructed to be relatively easy to reason about.
replies(2): >>41877233 #>>41877325 #
globular-toast ◴[] No.41877325[source]
The Turing machine is an artificial system constructed to be easy to reason about. The computer on my desk is most certainly not!
replies(2): >>41877631 #>>41878141 #
cjfd ◴[] No.41877631[source]
Well, it depends. Have you ever considered writing a word processor in a Turing machine?
replies(1): >>41879374 #
1. anthk ◴[] No.41879374[source]
Not a Turing Machine, but with a Lisp interpreter and few atoms (Lambda Calculus in the end) you can state the peano axioms, then a basic arithmetic calculator, and after that, a basic algebra solver in minutes.

https://justine.lol/sectorlisp2/