Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!multikabel.net!newsfeed20.multikabel.net!newsfeeder.ewetel.de!border3.nntp.ams.giganews.com!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 19 Nov 2012 10:03:52 -0600 From: Chris Hinsley Newsgroups: comp.lang.forth Date: Mon, 19 Nov 2012 16:03:53 +0000 Message-ID: <2012111916035398607-chrishinsley@gmailcom> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: why bother with standards ? User-Agent: Unison/2.1.9 Lines: 21 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-MJmMcLYU4yy3F0/T6C/L/Vp7YO0K/4SQM66t5rYA95fUNlcfC55mgsP4Bt2UNAYx5ChJzxHVu/W5H8h!UxupeqODCZOPeOhgOa691DF3iUqSAiIzggIPj1h5Z4001rsxeXW9KGcAwmF3lrCFaZEa/Rw= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1963 Xref: csiph.com comp.lang.forth:17381 I was mulling over my Forth hobby and I'm kinda coming to the conclusion that I'm going to ditch most of the ANS words I've implamented (educational though it may have been) and go off on my own ! I think I can see what Chuck is getting at when he said he didn't agree with there being a standard ! My own thoughts are that the concept of Forth, as a way of programming a machine at a low level, are the best thing about Forth. And I feel constrained by the standard. So I'm going to strip things down to only what I require and then go off and implament my project useing only what I need. I've not come to this desition lightly ! Lot's of questioning as to what I want from Forth. And I'm sorry but it's not the 'standard' or 'compatability'. It's a mechanisum to enable me to be independant of 'other peoples' compilers and langauges, I don't really care if other peoples code can run on my system, so long as my code does then I'm happy. Chris