Date: Mon, 02 Oct 1995 21:37:37 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Brian Tao <taob@io.org> Cc: Warner Losh <imp@village.org>, chat@FreeBSD.ORG Subject: Re: vgalib for FreeBSD! Message-ID: <29802.812695057@time.cdrom.com> In-Reply-To: Your message of "Mon, 02 Oct 1995 22:57:45 EDT." <Pine.BSI.3.91.951002225448.14434Q-100000@trepan.io.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> If one of them is a Forth program, his lines would come out > something like: (((ham green_eggs) AND) like) NOT; > sam>I; Heretic! That's some sort of RPN'd LISP you're spoutin' there! It should read: (defun I () (progn (not (like (and green-eggs ham))))) Forth would be: : _i ham @ green-eggs @ and not ; (`I' is already a standard word in forth) :-) Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29802.812695057>