On Thu, Aug 28, 2003 at 07:32:42PM +1200, Carey Evans wrote:
> Since you're reminiscing about Forth, here's the latest language I'm
> playing with, although it's really quite old:
>
> dumpNext: aStream
> "Print the next character on aStream to the Transcript as decimal and hex."
> | z |
> z := aStream next asInteger.
> Transcript print: z; space.
> z printOn: Transcript base: 16.
> Transcript cr; flush.
Hmmm.. yes, that's a nice language... I remember studying that at Uni.
I prefer Haskell more though :)
Mike.
--
Mike Beattie <[EMAIL PROTECTED]> ZL4TXK, IRLP Node 6184
"In the beginning the Universe was created. This has made a lot of people
very angry and been widely regarded as a bad move." - Douglas Adams