Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Newsgroups: comp.lang.forth Subject: Re: Are Computer able to think? References: <7407f668-e6b6-4176-bb9f-af9695fc75b4@googlegroups.com> <97d7d1ca-626c-4770-b242-da0ec3ddab50@googlegroups.com> <7xppuk25y4.fsf@ruckus.brouhaha.com> <51e5be27$0$15975$e4fe514c@news2.news.xs4all.nl> <7xvc4aue0h.fsf@ruckus.brouhaha.com> <51e633d4$0$6624$9b4e6d93@newsspool2.arcor-online.net> <7xd2qhya46.fsf@ruckus.brouhaha.com> <51e66852$0$15916$e4fe514c@news2.news.xs4all.nl> <6dc92917-11d0-4990-bd26-a592ad620540@googlegroups.com> <51e847cb$0$15878$e4fe514c@news2.news.xs4all.nl> <51e976a6$0$15887$e4fe514c@news2.news.xs4all.nl> <7x38rae8vc.fsf@ruckus.brouhaha.com> <51e9be26$0$15968$e4fe514c@news2.news.xs4all.nl> From: Lars Brinkhoff Organization: nocrew Date: Sat, 20 Jul 2013 10:07:48 +0200 Message-ID: <85bo5xd57v.fsf@junk.nocrew.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:2JrDPItgDad/vQEGkdEEyT+t9Ts= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 11 NNTP-Posting-Host: 85.229.87.73 X-Trace: news.sunsite.dk DXC=J[_DSke?OA8oDTKD0DTdP>YSB=nbEKnk;R3J>`Eg\V_7nY:6X7^ZBN7I57e>YZ9SO;i6C];H\kJ`95oU@eTA=?M09Z^]C_eLQk; X-Complaints-To: staff@sunsite.dk Xref: csiph.com comp.lang.forth:24617 Hans Bezemer wrote: > Dynamic memory allocation is a relatively expensive operation. Many garbage collectors make allocation a quick pointer increment operation. Much like ALLOT Forth, actually. > What I'm trying to say is: yes, all things automatic makes life a > lot easier and for a lot of programs it doesn't matter a lot. But > you lose control This sounds like a reasonable line of argument.