Add kernel meta language project discussed at BSDCan. List gnn and

phk as coordinators, and point to the Wiki for more information.

Submitted by:	gnn
This commit is contained in:
Murray Stokely 2005-06-04 13:55:06 +00:00
parent 24abc83d8a
commit a858627dbd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24729

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.24 2005/06/03 11:45:42 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.25 2005/06/04 13:45:40 murray Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -272,6 +272,17 @@
and <a href="mailto:bruno@FreeBSD.og">&a.bruno;</a> are
coordinating.</li>
<li><strong>Kernel meta-language</strong>: Develop a dialect of the
C language that simplifies the task of writing kernel code.
It should include language extensions that make it
possible to write kernel code more cleanly and with less bugs. An
example of this would have language support for linked lists,
to obviate the need for messy MACROs. <a
href="mailto:gnn@FreeBSD.org">&a.gnn;</a> and <a
href="mailto:phk@FreeBSD.org">&a.phk;</a> are coordinating. A Wiki
with more information is available <a
href="http://wikitest.freebsd.org/moin.cgi/K">here</a>.</li>
</ul>
<a name="mentors"></a>