From f9d4f732f2af7f706afbd97f53bbb020154375b3 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 1 Mar 2000 11:05:00 +0000 Subject: New projects added --- html/projects.phtml | 25 ++++++++++++++++--------- html/projects/coqfile.html | 20 ++++++++++++++++++++ html/projects/corba.html | 27 +++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 9 deletions(-) create mode 100644 html/projects/coqfile.html create mode 100644 html/projects/corba.html (limited to 'html') diff --git a/html/projects.phtml b/html/projects.phtml index 426bec3f..51320b35 100644 --- a/html/projects.phtml +++ b/html/projects.phtml @@ -13,15 +13,18 @@ research. They would be ideal projects for interested students or researchers.
-For more information on a project, click on its title. +The projects are divided into those which are specific to Proof +General, and those which would be useful more widely and do not depend +on Proof General. For more information on a project, click on its +title.
+Some projects involve Emacs Lisp. This is the embedded programming language inside Emacs. It is very easy to learn, since it is small, @@ -54,18 +64,15 @@ If you are interested in working on any of these projects, feel free to discuss with the project proposer or on the .
--Note: the proposer of the project is just that; he or she does not -guarantee to be available for formal supervision or intensive help -with the project. But it may be possible to find somebody else -to do that. Contact the project proposer first for more details. -
If you would like to use any of these ideas as a formal project proposal for students at your institution, please feel free but do if some work is begun, to help coordinate efforts. +NB: the proposer of the project does not guarantee to be available for +formal supervision or intensive help with the project (but it may be +possible to find somebody else to do that).
diff --git a/html/projects/coqfile.html b/html/projects/coqfile.html new file mode 100644 index 00000000..03836398 --- /dev/null +++ b/html/projects/coqfile.html @@ -0,0 +1,20 @@ +
+Coq Proof General does not yet handle script management across file +boundaries, as do the LEGO and Isabelle versions. Script management +for multiple files means that whenever a file is viewed in the editor, +it is locked if it has been loaded into the current Coq session. It +may also mean that one can some file-level primitives of Coq, rather +than loading each file manually in the interface. This means that +complete proof scripts will not usually need to be parsed by +Proof General, solving one of the present problems with using +Coq Proof General. +
+Skills: + Some understanding of Coq implementation, co-operation with + the Coq developers to get any Coq modifications (if any) incorporated. + Some Emacs Lisp knowledge. ++Proposer: +David Aspinall. +
diff --git a/html/projects/corba.html b/html/projects/corba.html new file mode 100644 index 00000000..f2143fc2 --- /dev/null +++ b/html/projects/corba.html @@ -0,0 +1,27 @@ ++The future version of Proof General may use CORBA as a communication +mechanism between different components. CORBA is also used by the +Unix/Linux desktops KDE and GNOME, which the free implementations MICO +and ORBIT. We would like to be able to use ML to write applications +and utilities in, to interface with other CORBA components on the +desktop and network. For this a CORBA binding for ML is needed. This +project involves the design and implementation of such a binding, +using one of the open-source ML compilers such as Moscow ML, Poly/ML +or OCaml (there may already be a project underway for the last of +these). +
++A CORBA binding for Haskell would also be an interesting project. +
+ ++Skills: +Good ML programming skills and understanding of abstraction +mechanisms, basic understanding of CORBA. +
+Proposers: +Markus Wenzel and +David Aspinall. + +
-- cgit v1.2.3