|
Collaborative articulation of how abstraction and language is employed in the computational manifestation of numbers -- including analysis of the role of syntax, semantics, and meaning in the specification and use of software interfaces.
Recent Items Archives |
2004-06-07A Fine Kettle of Fish, indeed.
In A Fine Kettle of Fish orcmid provides some background into a discussion on programming interfaces, and how they come to mean something. There's a lot more to it, but here I want to add my view of what I did when orcmid created pseudo-code for an interface called Num.java and I produced a Java file using 'ints.'
A few days later I'm on the train from NYC and looking at the interface and wonder what it might be to actually write a class that implements the interface. So, I start to do that, but soon realize, that I really don't know what a Peano Numeral is and what this interface provides. I need a context here. And furthermore, without that, it seems pretty hard to write a Java class that implements the three methods. So I'm left with some questions: (1) What is a Peano Numeral?, (2) How might I use it?, and (3) then what meanings am I agreeing to, in terms of the Java language, when I implement it? I have the feeling that I'm missing something fundamental here, but don't know what that is.
Comments:
Post a Comment
|
|
You are navigating the Miser Project |
created 2004-05-31-22:34 -0700 (pdt)
by orcmid |