Newsgroups: comp.sys.acorn.misc
From: John Nolan <john.no...@orpheusmail.co.uk>
Date: Fri, 23 Feb 2007 12:53:36 GMT
Local: Fri 23 Feb 2007 12:53
Subject: TopModel
Yes, it's me again ! :)
I'm not saying anything that has not been said before but, some of you may As a result of a News thread some while ago, I at last got around to looking Since TopModel is (still) listed as a future project, I decided to email I know that most of you have more than enough to do, and so have I. But, Thinking of the analogy of chains, for a moment, the problem with them is With TopModle2, over the years, I have been struggling with surface David Ruck has tried to help, and I have his article, that I have studied. But I want to persevere and break through. Then, coming to the RISCOS world and returning to the "chain". It may be, Some of the "weak links" are where a key flagship application is either The two musical brothers, who produced Sibelius, soon jumped ship, for sound The problem of the idea of "commercial" co-operation is that it is almost an But I think that this radical, difficult, brave and selfless approach could John N. -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| |||||||||||||
Newsgroups: comp.sys.acorn.misc
From: Keith Hopper <asg...@inspire.net.nz>
Date: Sat, 24 Feb 2007 15:05:30 +1300
Local: Sat 24 Feb 2007 02:05
Subject: Shots in the arm [was Re: TopModel
In article <na.74aa674eb9.a80620john.no...@orpheusmail.co.uk>,
John Nolan <john.no...@orpheusmail.co.uk> wrote: > Yes, it's me again ! :) [snip] > With TopModle2, over the years, I have been struggling with surface This sort of thing doesn't only apply TopModel! > rendering. I think that I have cracked it, but the results seem inconsistent > and the steps complex. The apparent inconsistencies, and the complex steps, > are probably interrelated. You have only to omit, or modify, one vital step > and (obviously) you get a different result. However, if the differences are > subtle, and not obvious and don't "shout" at you, they are not so easy to > spot. [snip] > Some of the "weak links" are where a key flagship application is either I have no intention of jumping ship - BUT my real complaint is the > missing, or has problems of difficulty in use. I realise that there is a > chicken and egg situation here. If the RISCOS world is small, developers > jumps ship in order to make a living, so the RISCOS world grows smaller. lack of tools to do the job. Y0ou may talk about Basic or gnu C (gccsdk) and the various I admire people tremendously who can actually write a C program which > The problem of the idea of "commercial" co-operation is that it is almost an When you only have one pound/dollar/franc and half a dozen kids, they > oxymoron (comparatively new word for me ! :-) ). How do you decide drop the > effort on one of more competing applications in order to make a fewer no. > excellent ? And would the originator want to share it ? Take the example of > ProCAD v. RiscCAD (is it ?). > But I think that this radical, difficult, brave and selfless approach could > be one of the several "shots in the arm" that we RISCOS types all need. don't get much pocket money each and therefore have a natural tendency to compete. I'm not interested in money (apart from the need to eat and have a roof over my head) or kudos - which is only transitory for most people, I would just like to be able to use high-level languages to produce solutions to (my own at the moment) problems. -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: comp.sys.acorn.misc
From: Steffen Huber <s...@huber-net.de>
Date: Wed, 07 Mar 2007 13:23:58 +0100
Local: Wed 7 Mar 2007 12:23
Subject: Re: Shots in the arm [was Re: TopModel
Keith Hopper wrote: Unfortunately, there aren't many of them, and even people I would > I admire people tremendously who can actually write a C program which > doesn't fall over. describe as "competent developers" have a hard time (and spend too much time) debugging their software. Someone once said that C should only be used as a "library programming > I have been writing programs for over 50 years and I > still cannot understand how anyone can use C for anything non-trivial. I Well, Ada is certainly a rather large hammer, but it is comparatively > only ever look at C to see how things could be done so much more easily in > a high-level language - which we don't at the moment have available apart > from Ada - which is seen by many as being a bit of a sledge-hammer to crack > a nut - less of a problem now though with RISCOS machines having reasonable > speed and memory. easy to handle (e.g. you don't usually have to bugger around with makefiles, it automatically detects dependencies and recompiles intelligently). I always felt that Ada could provide the logical next step for many Unfortunately, Ada on RISC OS is currently let down by two rather Maybe some day we will get a recent GNAT based on GCC 4.1.2 which Steffen -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: comp.sys.acorn.misc
From: Richard Porter <dontuset...@address.uk.invalid>
Date: Wed, 07 Mar 2007 15:32:52 GMT
Local: Wed 7 Mar 2007 15:32
Subject: Re: Shots in the arm [was Re: TopModel
The date being 7 Mar 2007, Steffen Huber <s...@huber-net.de> decided
to write: > Keith Hopper wrote: Eh? I've been involved with development projects using C and have done >> I admire people tremendously who can actually write a C program which >> doesn't fall over. some programming myself. If a program falls over it's usually because of a logic error which can occur in any language. Yes, you can take advantage of things which C will let you do so you have to know what you're doing. You can get hoist with your own petard if you try to be too clever. > Unfortunately, there aren't many of them, and even people I would That's probably because they dived straight into the coding without > describe as "competent developers" have a hard time (and spend too > much time) debugging their software. spending enough time on the design work, or haven't used good structured/modular design methodologies. > Someone once said that C should only be used as a "library programming Of course. C is a compiled language. Basic is an interpretted language > language" because it is rather universally callable from other > languages. I tend to agree. However, seeing where RISC OS stands > today (where still many lines of code are written in BBC BASIC and > Assembler), C would still be an improvement. which is quicker to get up and running but a lot slower to execute. >> I have been writing programs for over 50 years and I still cannot I fought to have one project written in C rather than Pascal which I >> understand how anyone can use C for anything non-trivial. I only ever >> look at C to see how things could be done so much more easily in a >> high-level language - which we don't at the moment have available >> apart from Ada - which is seen by many as being a bit of a >> sledge-hammer to crack a nut - less of a problem now though with >> RISCOS machines having reasonable speed and memory. absolutely hate. We did have some good programming and inspection standards, and excellent programmers who weren't going write crap code. Using high level languages is a bit like going by bus instead of > Well, Ada is certainly a rather large hammer, but it is comparatively I've only come across Ada on the defence projects and haven't used it > easy to handle (e.g. you don't usually have to bugger around with > makefiles, it automatically detects dependencies and recompiles > intelligently). > I always felt that Ada could provide the logical next step for many myself (I did use MASCOT and Coral 66). -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: comp.sys.acorn.misc
From: Ron. Briscoe <ron.bris...@blueyonder.co.uk>
Date: Wed, 07 Mar 2007 15:44:23 GMT
Local: Wed 7 Mar 2007 15:44
Subject: Re: Shots in the arm [was Re: TopModel
In article <557p68F23avl...@mid.individual.net>,
Steffen Huber <s...@huber-net.de> wrote: [Snip] > Unfortunately, Ada on RISC OS is currently let down by two rather If you like Ada, then a visit to Bent Brackes site will interest you ;-). > major problems: first of all, the available GNAT is incredibly old, > and 32bit code generation only works by major hacking, and sometimes > shows up major bugs in the compiler/code generation. What is even > more important: some aspects of Ada are a bit tedious if you have no > or only basic tool support - working with a plain old text editor with > a bit of syntax colouring just does not cut it. And finally: GNAT > does not work on an IYONIX, even with the help of Aemulor. Which is > very unfortunate, because it consumes large amount of memory and would > really gain from the fast filing system, faster memory and speedier > processor. In the meantime, I use VirtualRPC for the final compile, > while using PC-GNAT for the syntax checking part...which does not > add to the overall user friendliness ;-) > Maybe some day we will get a recent GNAT based on GCC 4.1.2 which > is what the rest of the world uses. <http://www.arcsite.de/hp//bracke> A lot of the software there is written using Ada. Regards Ron. -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| |||||||||||||
Newsgroups: comp.sys.acorn.misc
From: John Cartmell <j...@cartmell.demon.co.uk>
Date: Mon, 26 Feb 2007 11:17:59 +0000 (GMT)
Local: Mon 26 Feb 2007 11:17
Subject: Re: TopModel
In article <na.74aa674eb9.a80620john.no...@orpheusmail.co.uk>,
John Nolan <john.no...@orpheusmail.co.uk> wrote: > Then, coming to the RISCOS world and returning to the "chain". It may be, I understand what you are saying - and there may be times when developers may > that RISCOS could hold it's own, and even make progress, if there were less > commercial competition within its folds and more "commercial" co-operation. > It's not easy to see how this would happen but, if the many "weak links" of > the RISCOS world could be strengthened in a co-operative way, we could all > benefit, include those talented people who make part of their living from > it. > Some of the "weak links" are where a key flagship application is either > missing, or has problems of difficulty in use. I realise that there is a > chicken and egg situation here. If the RISCOS world is small, developers > jumps ship in order to make a living, so the RISCOS world grows smaller. well be best going to a rival and saying, "I'm developing this in competition with you - can we co-operate?" That may well have worked in one circumstance recently with co-operation allowing merged resources and more sales. But there is still plenty of 'slack' elsewhere as I mentioned in my talk at -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |