Re: A Succinctness Challenge
From: Alexander Burger (abu_at_software-lab.de)
Date: 05/30/04
- Next message: Svein Ove Aas: "Re: Lisp"
- Previous message: Andreas Scholta: "Re: Lisp"
- In reply to: Marco Baringer: "Re: A Succinctness Challenge"
- Next in thread: David Steuber: "Re: A Succinctness Challenge"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 May 2004 14:11:53 GMT
Marco, thank you very much for going through the trouble to write a
solution. If you permit, I'll put your article on my page as the first
member of reader-conctributed solutions.
Marco Baringer <mb@bese.it> wrote:
> framework designed for writing your apps :). of course, your framework
> imposes one kind of mindset, ucw imposes another, certain apps are
> easier with your framework, certain apps are easier with ucw,the real
You are right, concerning the GUI framework.
I didn't know ucw, but it seems to be a web development package. Then
it does not really access the type if (interactive) applications I
need for my projects, but covers mainly the HTTP/HTML part, right? But
this is Ok, as you said, if we settle on certain types of apps.
> ucw tends to do only the web/frow-contral stuff and leave everytihng
> else to the programmer, i honestly don't know where the line should
If I understand your code correctly, you implemented the management of
object-relations on-the-fly.
So now it would be interesting to separate the parts which implement a
general API (the "abstractions") from those which a special for the
demo application (the "elaborations") to see the resulting
succinctness.
Explanation: In my usual work I have to write such applications
permanently, and then there are much more complicated relations than
in the given spec, between tens or hundreds of classes, so we cannot
code these things explicitly each time.
- Alex
-- Software Lab. Alexander Burger Bahnhofstr. 24a, D-86462 Langweid abu@software-lab.de, http://www.software-lab.de, +49 821 9907090
- Next message: Svein Ove Aas: "Re: Lisp"
- Previous message: Andreas Scholta: "Re: Lisp"
- In reply to: Marco Baringer: "Re: A Succinctness Challenge"
- Next in thread: David Steuber: "Re: A Succinctness Challenge"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|