X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: Ruby 1.8.7 (pl174) "make test" fails (floating point) *only* with default CFLAGS -O2 Date: Mon, 5 Oct 2009 14:29:13 -0400 Organization: Aioe.org NNTP Server Lines: 46 Message-ID: References: <7ac90bf8-5f37-466d-b531-211b75874bab AT a6g2000vbp DOT googlegroups DOT com> <65a0ba18-c3ed-42e9-92ed-78ed7c94f5a0 AT v20g2000vbs DOT googlegroups DOT com> NNTP-Posting-Host: pldq+kT97bAAp/ObDwnZyQ.user.aioe.org X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1933 X-Notice: Filtered by postfilter v. 0.8.0 X-Newsreader: Microsoft Outlook Express 6.00.2800.1933 Cancel-Lock: sha1:ncVsAxahH1SDkpsgify9Eipe2kg= X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rugxulo" wrote in message news:65a0ba18-c3ed-42e9-92ed-78ed7c94f5a0 AT v20g2000vbs DOT googlegroups DOT com... > > Now I'm on an ETA kick. It's another esoteric language, only eight > commands, but it's quite different from Brainf***. > > http://www.miketaylor.org.uk/tech/eta/doc/ > http://www.frox25.no-ip.org/~mtve/code/eso/eta/ > http://www.stephensykes.com/ So, ETA has: 1) two arithmetic operators: E and S 2) one stack operator: H 3) ability to input and output characters: O and I 4) two methods of adjusting control flow : T and A 5) ability to implement numbers: N Let me _try_ to compare to FORTH, of which I'm no expert: E /MOD SWAP T 0= IF EXECUTE ELSE THEN A (I believe the equivalent FORTH functionality is part of the FORTH interpreter.) O EMIT I KEY N nnn S - H ROLL You might try a post to comp.lang.forth, forwarding this, if interested. Rod Pemberton PS. Not real sure what this has to do with DJGPP...