From owner-freebsd-hackers Wed Mar 29 19:27:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA13062 for hackers-outgoing; Wed, 29 Mar 1995 19:27:37 -0800 Received: from netcom9.netcom.com (root@netcom9.netcom.com [192.100.81.119]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA13056; Wed, 29 Mar 1995 19:27:35 -0800 Received: from localhost by netcom9.netcom.com (8.6.11/Netcom) id TAA09389; Wed, 29 Mar 1995 19:19:53 -0800 Message-Id: <199503300319.TAA09389@netcom9.netcom.com> To: Dave Cornejo cc: jkh@freefall.cdrom.com (Jordan K. Hubbard), richard@cogsci.ed.ac.uk, freebsd-hackers@FreeBSD.org Subject: Re: HotJava In-reply-to: Your message of "Wed, 29 Mar 95 19:08:54 PST." <199503300308.TAA18643@white.dogwood.com> Date: Wed, 29 Mar 95 19:19:50 -0800 From: Bakul Shah Sender: hackers-owner@FreeBSD.org Precedence: bulk > 2) The job is non-trivial. He was rather vague, but mumbled something > about possibly needing kernel support. I suspect this may have to do with on-the-fly code generation from the byte-code. Non-trivial as well as kernel support. Anyway, as far as kernel support is concerned, it shouldn't be a problem on a free OS, right?:-) I must say I am not sold on Java yet. Scheme remains my favorite prototyping language. Once you learn to exploit features like creating functions (closures) on the fly and functional composition, O-O languages look rather anemic and under powered.