Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: alt.folklore.computers,comp.os.linux.misc Subject: Re: The joy of FORTH (not) Date: 25 Oct 2024 01:50:25 GMT Lines: 26 Message-ID: References: <20241021075543.00000494@gmail.com> <20241021151652.00005675@gmail.com> <20241022095931.00001d38@gmail.com> <299011000.751331039.035254.peter_flass-yahoo.com@news.eternal-september.org> <20241023080437.00003148@gmail.com> <1951595391.751507009.101971.peter_flass-yahoo.com@news.eternal-september.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net clbyDT+97DLcp1v70wwdbAFjHdN032yqeTXAcxk2bpU4JVPnrJ Cancel-Lock: sha1:H+wuzJppGZ4SQGBsX3vipYDXteM= sha256:UcS7nJeFSRHMlvqSDtSElV8RY74bT90cHqjg6RMBaz0= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com alt.folklore.computers:228148 comp.os.linux.misc:59979 On Fri, 25 Oct 2024 01:32:51 -0000 (UTC), Lawrence D'Oliveiro wrote: > On Thu, 24 Oct 2024 17:13:05 -0700, Peter Flass wrote: > >> Lawrence D'Oliveiro wrote: >>> >>> On Wed, 23 Oct 2024 08:04:37 -0700, John Ames wrote: >>> >>>> ... but the one has 512 KB Flash/144 KB RAM, and the other only 32 >>>> KB/16 KB. >>> >>> 512kiB seems to be the recommendation for MicroPython. For the 32kiB >>> one, I would want to use a cross-compiler for some more >>> resource-efficient language, like C. >>> >> Ridiculous! 32K should be more than enough to run a decent compiler >> natively. > > It never was. Even back in Apple II days, Apple didn’t recommend using > something like a Pascal compiler on their 6502-based platform. https://en.wikipedia.org/wiki/BDS_C My CP/M boxes had 64k but that clains BDS would run in 30k. TurboPascal was lightning fast comparatively and ran in 64k.