JeffBezanson / phdthesis

phd thesis document source
162 stars 25 forks source link

Belated thesis comments #15

Closed timholy closed 9 years ago

timholy commented 9 years ago

I know these may be too late to be useful, but I only just got around to reading chunks of the more complete document.

HEAD at 00194015efe2c17f9a0f0bc143027d5f03ee6987

julia> ams(a, b) = ccall(:jl_args_morespecific, Cint, (Any,Any), a, b)
ams (generic function with 1 method)

julia> ams(Int, Int)
1
stevengj commented 9 years ago

They are not too late; Jeff is finishing up the text over the next couple of days.

JeffBezanson commented 9 years ago

Thanks, this is helpful! I will incorporate all of this feedback.

As you discovered, yes some sections are still incomplete :)

Re predicates: supporting a single known predicate really does make all the difference!

timholy commented 9 years ago

Re predicates: supporting a single known predicate really does make all the difference!

I believe you :smile:. I just wondered if one might make that point more explicitly.

JeffBezanson commented 9 years ago

I think I incorporated changes for nearly all of this. See if you like my 2-sentence description of sequent calculus! :)

timholy commented 9 years ago

Very helpful 2 lines. Also the name is googleable, in case I or anyone else has further questions.