Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Forth > Re: advantages ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 34 of 81 Topic 3560 of 4160
Post > Topic >>

Re: advantages of forth over other languages

by Clever Monkey <spamtrap@[EMAIL PROTECTED] > May 1, 2008 at 12:45 PM

Albert van der Horst wrote:
> In article <fva8b0$cbt$1@[EMAIL PROTECTED]
>,
> Clever Monkey  <spamtrap@[EMAIL PROTECTED]
> wrote:
>> Aleksej Saushev wrote:
>>> Andreas Klimas <klimas@[EMAIL PROTECTED]
> writes:
> <SNIP>
>>> Oh really? This so trivial, that you even can't imagine.
>>> For instance, this is Makefile for expr(1) tool from NetBSD
>>> empty lines removed:
>>>
>>> #    $NetBSD: Makefile,v 1.14 2000/09/19 17:20:00 jdolecek Exp $
>>> PROG=                expr
>>> SRCS=                expr.y
>>> .include <bsd.prog.mk>
>>>
>>> Really complex, isn't it?
>>>
>> Well, I think you've highlighted at least one issue that the OP might
>> have meant: you've described a situation where you not only have to
know
>> C, you also have to know about the public interfaces and ex****ts of
>> those libraries, and you have to learn the extremely arcane syntax of
>> another language: make.  Sure, once you know how to make that basic
>> Makefile, you know it.  But, how do you get to that knowing?  This is
>> part of the "cognitive load" required to work with that language
>> environment.
> 
> There is a huge difference between the above Makefile and using
> Visual studio. If I have a similar project I can just copy the
> include statement without much idea what the hell bsd.prog.mk is.
> 
I never mentioned IDEs, since this is the most trivial aspect of your 
development toolchain, especially when your team is larger than one.  In 
fact, I took pains to be as non-specific about the many and varied tools 
we can use as developers, except to note:

- Languages often have their typical and common sup****t tools, which are 
often languages in their own right.  As developers we use "little 
languages" all the time.  Each one must be grokked.

- When comparing and contrasting languages it is easy to fall into the 
trap of comparing specific and personal development environments vs. a 
bare language.  This is, of course, unfair and misleading.

> If you look into my Makefile's for the ciforth project, you
> see commands for making archives, tests, get bits of information
> from the source, sort it and shape it in different kinds of
> do***entation and builds for a zillion configurations and versions.
> This was a lot of work to figure out, and little of it had to do
> with knowing about make. So the Makefile is an invaluable condensation
> of all there is to know about the project, shaped in a form very
> well adapted to a project. And, by the way, you see very little
> of ``very arcane syntax''. I'm just too lazy too learn that.
> 
This actually seems to prove my point that the toolchain goes beyond the 
language, and that each language has an explicit or implicit reliance on 
any number of other stuff.

Someone had to learn Make well enough to grow this build system you 
describe.  It did not come for free, it did not spring fully formed from 
your forehead and it was not copied verbatim off the internet.

A trivial makefile is just that: trivial.  It can't do much, and if you 
want more, you have to learn the arcane syntax and solve the problems 
and generally debug the build system as you would a program.

I said "arcane" and I meant it.  Make has a syntax all its own, and 
learning how to even get by with make is a good skill that is almost 
required to be a good C coder on most platforms.  Especially if you do 
cross-platform development on a large applications suite with a large 
team, as I do.

> You can't do that with windows. I mean it: full stop.
>
I have no idea what you mean.  Nothing you describe in the previous 
paragraph is platform-specific.  I do what you describe and more with 
Make on Windows every day.

I'm not entirely sure what part of the rest of my comments you 
specifically disagree with (you quote a long passage of mine, and then 
simply say you disagree -- but with what?), but I don't think I'm making 
any earth-shattering assertions here.

Being working developers means having to invest learning time into a 
variety of non-language specific domains.  These domains are somewhat 
shaped by the language itself, and can often be considered part of the 
language when it makes sense to do so.

If we are to compare HelloWorld, let's compare HelloWorld.  If we are to 
compare solving real-world problems for customers and maintaining a code 
base for decades, lets talk about that.  Context is everything.

Anyway, everyone knows that after the Language Wars are over we will all 
be forced to use COBOL in re-education camps.  I, for one, welcome our 
wordy and punctuation-filled overlords.
-- 
clvrmnky <mailto:spamtrap@[EMAIL PROTECTED]
>

Direct replies to this address will be blacklisted.  Replace "spamtrap" 
with my name to contact me directly.
 




 81 Posts in Topic:
advantages of forth over other languages
Andreas Klimas <klimas  2007-10-03 00:09:20 
Re: advantages of forth over other languages
"Celime" <cm  2007-10-03 16:59:11 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2007-10-03 17:35:37 
Re: advantages of forth over other languages
Andreas Klimas <klimas  2007-10-03 23:41:47 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2007-10-03 21:31:42 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2007-10-05 00:11:14 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2007-10-04 18:54:59 
Re: advantages of forth over other languages
Elizabeth D Rather <er  2007-10-04 15:54:29 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2007-10-04 20:42:38 
Re: advantages of forth over other languages
Elizabeth D Rather <er  2007-10-04 17:38:16 
Re: advantages of forth over other languages
Nils-Arne Dahlberg <ni  2007-10-05 12:45:52 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2007-10-05 12:03:05 
Re: advantages of forth over other languages
kenney@[EMAIL PROTECTED]   2007-10-05 06:01:01 
Re: advantages of forth over other languages
Bernd Paysan <bernd.pa  2007-10-05 14:35:14 
Re: advantages of forth over other languages
kenney@[EMAIL PROTECTED]   2007-10-05 13:41:05 
Re: advantages of forth over other languages
Bernd Paysan <bernd.pa  2007-10-06 14:01:19 
Re: advantages of forth over other languages
"Celime" <cm  2007-10-05 14:41:36 
Re: advantages of forth over other languages
kenney@[EMAIL PROTECTED]   2007-10-05 13:41:05 
Re: advantages of forth over other languages
"Celime" <cm  2007-10-05 14:32:52 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2007-10-03 12:15:17 
Re: advantages of forth over other languages
"Celime" <cm  2007-10-05 14:36:07 
Re: advantages of forth over other languages
Jason Damisch <jasonda  2007-10-03 10:50:17 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2007-10-03 18:13:48 
Re: advantages of forth over other languages
helmwo@[EMAIL PROTECTED]   2007-10-03 17:50:41 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2007-10-03 19:42:57 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2007-10-04 06:40:55 
Re: advantages of forth over other languages
Andreas Klimas <klimas  2008-04-23 00:56:57 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2008-04-23 22:21:34 
Re: advantages of forth over other languages
Richard Owlett <rowlet  2008-04-23 20:56:47 
Re: advantages of forth over other languages
John Passaniti <put-my  2008-04-23 23:55:14 
Re: advantages of forth over other languages
Aleksej Saushev <asau@  2008-04-26 11:16:29 
Re: advantages of forth over other languages
Clever Monkey <spamtra  2008-04-30 12:54:44 
Re: advantages of forth over other languages
Albert van der Horst <  2008-05-01 14:28:07 
Re: advantages of forth over other languages
Clever Monkey <spamtra  2008-05-01 12:45:08 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2008-05-01 21:58:50 
Re: advantages of forth over other languages
Clever Monkey <spamtra  2008-05-02 13:11:16 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2008-05-02 12:15:13 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2008-05-02 20:58:26 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2008-05-02 18:28:21 
Re: advantages of forth over other languages
John Passaniti <my-fir  2008-05-03 03:25:24 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2008-05-03 11:43:40 
Re: advantages of forth over other languages
John Passaniti <put-my  2008-05-04 04:54:23 
Re: advantages of forth over other languages
Bernd Paysan <bernd.pa  2008-05-04 00:30:45 
Re: advantages of forth over other languages
Alex McDonald <blog@[E  2008-05-03 13:06:45 
Re: advantages of forth over other languages
Clever Monkey <spamtra  2008-05-07 16:12:07 
Re: advantages of forth over other languages
Bruce McFarling <agila  2008-05-04 19:45:37 
Re: advantages of forth over other languages
John Passaniti <my-fir  2008-05-06 04:11:01 
Re: advantages of forth over other languages
Bruce McFarling <agila  2008-05-06 12:35:30 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2008-05-07 18:29:17 
Re: advantages of forth over other languages
Bruce McFarling <agila  2008-05-07 13:14:51 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2008-05-07 20:45:17 
Re: advantages of forth over other languages
Bruce McFarling <agila  2008-05-07 13:21:16 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2008-05-07 20:49:41 
Re: advantages of forth over other languages
Bruce McFarling <agila  2008-05-07 15:36:51 
Re: advantages of forth over other languages
Brad Eckert <nospaambr  2008-05-08 08:08:13 
Re: advantages of forth over other languages
Robert Spykerman <robe  2008-05-11 20:06:29 
Re: advantages of forth over other languages
dhoffman@[EMAIL PROTECTED  2008-05-11 23:48:50 
Re: advantages of forth over other languages
Jerry Avins <jya@[EMAI  2008-05-12 18:43:20 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2008-05-13 19:52:50 
Re: advantages of forth over other languages
Alex McDonald <blog@[E  2008-05-12 02:07:34 
Re: advantages of forth over other languages
mhx@[EMAIL PROTECTED] (M  2007-10-03 21:51:07 
Re: advantages of forth over other languages
helmwo@[EMAIL PROTECTED]   2007-10-03 20:00:21 
Re: advantages of forth over other languages
Andreas Klimas <klimas  2007-10-03 23:52:19 
Re: advantages of forth over other languages
helmwo@[EMAIL PROTECTED]   2007-10-03 20:04:29 
Re: advantages of forth over other languages
"slava@[EMAIL PROTEC  2007-10-03 16:52:26 
Re: advantages of forth over other languages
Andreas Klimas <klimas  2007-10-04 00:34:18 
Re: advantages of forth over other languages
Andreas Klimas <klimas  2007-10-04 01:12:50 
Re: advantages of forth over other languages
"slava@[EMAIL PROTEC  2007-10-03 16:54:14 
Re: advantages of forth over other languages
Andreas Klimas <klimas  2007-10-04 00:12:13 
Re: advantages of forth over other languages
stephenXXX@[EMAIL PROTECT  2007-10-04 10:40:23 
Re: advantages of forth over other languages
John Doty <jpd@[EMAIL   2007-10-04 05:51:23 
Re: advantages of forth over other languages
Bernd Paysan <bernd.pa  2007-10-04 15:03:58 
Re: advantages of forth over other languages
John Passaniti <nntp@[  2007-10-05 01:21:18 
Re: advantages of forth over other languages
Elizabeth D Rather <er  2007-10-04 15:44:56 
Re: advantages of forth over other languages
mhx@[EMAIL PROTECTED] (M  2007-10-04 21:59:13 
Re: advantages of forth over other languages
znmeb <zznmeb@[EMAIL P  2007-10-06 22:09:23 
Re: advantages of forth over other languages
David Thompson <dave.t  2007-10-14 23:03:24 
Re: advantages of forth over other languages
=?iso-8859-1?q?Jean-Fran=  2007-11-01 18:14:30 
Re: advantages of forth over other languages
John Passaniti <put-my  2007-11-01 22:02:13 
Re: advantages of forth over other languages
gavino <gavcomedy@[EMA  2007-11-08 16:13:55 
Re: advantages of forth over other languages
Jonah Thomas <jethomas  2008-05-06 07:15:05 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 18 20:40:38 CDT 2008.