Date: Thu, 23 Aug 2001 10:10:27 -0700 From: Jordan Hubbard <jkh@freebsd.org> To: kris@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/klone Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/klone/files freebsd Message-ID: <20010823101027R.jkh@freebsd.org> In-Reply-To: <200108231130.f7NBUeG50002@freefall.freebsd.org> References: <200108231130.f7NBUeG50002@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
That's pretty cool! I've attempted to use siod (Scheme In One Defun) to do this very thing a few times, but it was always a real pain. This looks much more applicable to such things, thanks. - Jordan From: Kris Kennaway <kris@FreeBSD.org> Subject: cvs commit: ports/lang Makefile ports/lang/klone Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/klone/files freebsd Date: Thu, 23 Aug 2001 04:30:40 -0700 (PDT) > kris 2001/08/23 04:30:40 PDT > > Modified files: > lang Makefile > Added files: > lang/klone Makefile distinfo pkg-comment pkg-descr > pkg-plist > lang/klone/files freebsd > Log: > Initial import of klone-2.1.359 > > KLONE is a small and fast fully interpreted language intended to be > embedded into C applications to provide them with a powerful, yet fast > and small extension language. Its syntax is very inspired from Lisp (its > external syntax has been kept as close as possible to Common Lisp as > possible), but its implementation is original and efficient, to give full > extensibility, intimate interfacing to C, incremental garbage collection, > and full portability on either K&R or ANSI C. > > Obtained from: OpenBSD > > Revision Changes Path > 1.247 +2 -1 ports/lang/Makefile > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010823101027R.jkh>