Practical Foundations of Mathematics
paultaylor.eu
Practical Foundations of Mathematics
1–10 of 24 posts
Re: Practical Foundations of Mathematics
#2Re: Practical Foundations of Mathematics
#3Re: Practical Foundations of Mathematics
#4I think the author assumes u know how to apply a practical foundation. We need another book here.
Re: Practical Foundations of Mathematics
#5With an opening like that how can I not read the rest of the book?
This actually touches on some work I've been doing the past week - arbitrary term rewriting to test how reliable a given LLM is when it needs to reason about symbolic manipulation. Everything is dynamically generated to avoid the usual problem of memorising every validation set every llm seems to suffer from.
Re: Practical Foundations of Mathematics
#6Re: Practical Foundations of Mathematics
#7Looking at the table of contents, this seems like a really odd title. In what sense is this practical and a foundation for mathematics?
in a strong computational sense
Re: Practical Foundations of Mathematics
#8Looking at the table of contents, this seems like a really odd title. In what sense is this practical and a foundation for mathematics?
> In what sense is this practical and a foundation for mathematics? in a strong computational sense
Re: Practical Foundations of Mathematics
#9I think the author assumes u know how to apply a practical foundation. We need another book here.
Whether programming language theory is practical or not depends, I think, on your attitude to programming languages. For example, if you think C is a masterpiece of clean and elegant design I suspect you won't have much time for programming language theory. If you think C is riddled with mistakes, then you will find solutions in programming language theory.
Re: Practical Foundations of Mathematics
#10I think the author assumes u know how to apply a practical foundation. We need another book here.
The practical application of these foundations is the field of programming language theory. At least that is the application I know of. Whether programming language theory is practical or not depends, I think, on your attitude to programming languages. For example, if you think C is a masterpiece of clean and elegant design I suspect you won't have much time for programming language theory. If you think C is riddled…
PLT is not one theory but a set of theories from which you are free to pick and choose any subset you would like to model in your language's abstract machine and syntax/semantics.
C simply chose a "minimal theory" and there is nothing wrong with that.