From owner-freebsd-questions Thu Aug 8 23:20:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14607 for questions-outgoing; Thu, 8 Aug 1996 23:20:18 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA14602 for ; Thu, 8 Aug 1996 23:20:16 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id XAA25656; Thu, 8 Aug 1996 23:19:53 -0700 (MST) From: Don Yuniskis Message-Id: <199608090619.XAA25656@seagull.rtd.com> Subject: Re: BASIC Compiler To: darnison@albury.net.au (Don Arnison) Date: Thu, 8 Aug 1996 23:19:53 -0700 (MST) Cc: questions@FreeBSD.org In-Reply-To: <199608090253.MAA28444@orac.albury.net.au> from "Don Arnison" at Aug 9, 96 12:53:04 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > People, Well, that's *one* thing we've been called... :> > I am hunting for a BASIC compiler which will run on FreeBSD. It does not > have to be X compliant, or anything clever. Can you help, please? Dig through the ports collection -- the "lang" subdirectory thereof. I know there's at least one basic interpreter hiding in there... --don