Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail X-Newsreader: iForth 2.0 console (October 21, 2006) From: mhx@iae.nl (Marcel Hendrix) Subject: Re: Programming Style Newsgroups: comp.lang.forth Message-ID: <09841591978434@frunobulax.edu> Date: Wed, 12 Jun 2013 20:51:26 +0200 References: <51b85722$0$6053$e4fe514c@dreader36.news.xs4all.nl> Lines: 13 Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 82.157.147.127 X-Trace: news.sunsite.dk DXC=deNS1\hf>8`Cf4eYcI3F5hYSB=nbEKnkkR7n<_f>_`ifhhA9SOoCJOhe7IB49][_9bY7S096R@MTlfl@lTbjj__k X-Complaints-To: staff@sunsite.dk Xref: csiph.com comp.lang.forth:23504 albert@spenarnc.xs4all.nl (Albert van der Horst) writes Re: Programming Style [..] > That is interesting. I remember seeing the CATCH code of tForth and there > was a lot going on with regards closing files etc. In lina I don't do anything > like that, I just close a file before I start interpreting it. [..] At work, I eoutinely INCLUDE 200 MB text files (yes, in Forth). With your scheme I would lose 200 MB ALLOCATEd or ALLOTted memory at each error before a reboot. I hate rebooting. -marcel