Off-topic, just had this (micro)-epiphany that I wanted to share: It is well-known that a majority of programmers dread mathematics beyond something basic like high-school math, sometimes even less. What these programmers don't know is that a significant fraction of mathematicians (probably majority of them) who haven't been involved with programming, computers, computer algebra systems etc, have a similar dread abou…
I would certainly say programmers are not doing constructive math because most programmers' programs don't at all resemble any sort of rigorous proof. In fact, most professional, non-computer-scientist programmers write programs that are hacked up things that "work good enough".
The Evolution of Lisp (1993) [pdf]
11–18 of 18 posts
Re: The Evolution of Lisp (1993) [pdf]
#12Earlier quoted context omitted.
I doubt any of the "many" people that say that programming is more mathematically rigorous than mathematics are mathematicians. For mathematicians rigor is about proof and they would never say that a discipline that usually does not involve writing proofs is more rigorous than mathematics. Maybe these people mean that formally verified programming is more rigorous than mathematics. That seems reasonable, but it is a…
What I said is along the lines of 'every program is a proof' and what people like Philip Wadler say that we should treat propositions (essentially theorems) as types and programs as proofs. Now, where the mathematicians disagree-with/dislike such an idea has something to do with the question "If a program is a proof, what is the theorem?". Since we can have buggy programs, the norm rather than the exception, in my op…
(1) Don't conflate “rigorous” with “mechanized”. Rigor is a discipline that rules out invalid reasoning.
Re: The Evolution of Lisp (1993) [pdf]
#13Earlier quoted context omitted.
I doubt any of the "many" people that say that programming is more mathematically rigorous than mathematics are mathematicians. For mathematicians rigor is about proof and they would never say that a discipline that usually does not involve writing proofs is more rigorous than mathematics. Maybe these people mean that formally verified programming is more rigorous than mathematics. That seems reasonable, but it is a…
What I said is along the lines of 'every program is a proof' and what people like Philip Wadler say that we should treat propositions (essentially theorems) as types and programs as proofs. Now, where the mathematicians disagree-with/dislike such an idea has something to do with the question "If a program is a proof, what is the theorem?". Since we can have buggy programs, the norm rather than the exception, in my op…
Re: The Evolution of Lisp (1993) [pdf]
#14Earlier quoted context omitted.
I doubt any of the "many" people that say that programming is more mathematically rigorous than mathematics are mathematicians. For mathematicians rigor is about proof and they would never say that a discipline that usually does not involve writing proofs is more rigorous than mathematics. Maybe these people mean that formally verified programming is more rigorous than mathematics. That seems reasonable, but it is a…
What I said is along the lines of 'every program is a proof' and what people like Philip Wadler say that we should treat propositions (essentially theorems) as types and programs as proofs. Now, where the mathematicians disagree-with/dislike such an idea has something to do with the question "If a program is a proof, what is the theorem?". Since we can have buggy programs, the norm rather than the exception, in my op…
Re: The Evolution of Lisp (1993) [pdf]
#15Off-topic, just had this (micro)-epiphany that I wanted to share: It is well-known that a majority of programmers dread mathematics beyond something basic like high-school math, sometimes even less. What these programmers don't know is that a significant fraction of mathematicians (probably majority of them) who haven't been involved with programming, computers, computer algebra systems etc, have a similar dread abou…
Look at how lambda calculus "functions" have been done in Java, who had OO and methods (~function) but had to reify lambdas in crude way. Proper math mindset allowed people to use these functions in a more abstract setting to do more with less.
Also after struggling with abstract algebra for long, I finally view these sorts of things as just another encoding of information as a dual of your problem. Modeling. It's a bit sacralized because either mathematicians are too much in love with their field or the rest of the world looks at it with ignorant eyes. It's beautiful, versatile and powerful, but approached the wrong way, it appears as more than it is.
In the end I believe that the two fields blend into one. I'm very curious to read HoTT for instance.
Re: The Evolution of Lisp (1993) [pdf]
#16Objects with Javascript code (34): [10, 16, 18, 22, 26, 30, 38, 44, 50, 56, 64, 70, 88, 94, 98, 120, 126, 132, 136, 138, 144, 161, 165, 167, 169, 174, 176, 180, 182, 184, 192, 214, 221, 225]
Recommend pdftops!
Re: The Evolution of Lisp (1993) [pdf]
#17This appears to be an attack file. Objects with Javascript code (34): [10, 16, 18, 22, 26, 30, 38, 44, 50, 56, 64, 70, 88, 94, 98, 120, 126, 132, 136, 138, 144, 161, 165, 167, 169, 174, 176, 180, 182, 184, 192, 214, 221, 225] Recommend pdftops!
Re: The Evolution of Lisp (1993) [pdf]
#18Off-topic, just had this (micro)-epiphany that I wanted to share: It is well-known that a majority of programmers dread mathematics beyond something basic like high-school math, sometimes even less. What these programmers don't know is that a significant fraction of mathematicians (probably majority of them) who haven't been involved with programming, computers, computer algebra systems etc, have a similar dread abou…
An operating scheduler can be regarded as a mathematical function, which chooses an element from a set. But then that choice has an impact on how the system performs under various conditions, which is pretty chaotic and doesn't follow in nice, obvious ways from that neat set-theoretic function.