diff options
author | antrik <antrik@users.sf.net> | 2009-03-27 05:28:07 +0100 |
---|---|---|
committer | antrik <antrik@users.sf.net> | 2009-03-27 05:30:28 +0100 |
commit | 4c9332756681d2db0488832b9aa75beddbd4826b (patch) | |
tree | a96732b2ce07d6a78086996a4279b3bd7ef346db /community/gsoc/project_ideas/language_bindings.mdwn | |
parent | d2bdbe708c64b2ff7c40d13dc62176f51d4f33e9 (diff) | |
download | web-4c9332756681d2db0488832b9aa75beddbd4826b.tar.gz web-4c9332756681d2db0488832b9aa75beddbd4826b.tar.bz2 web-4c9332756681d2db0488832b9aa75beddbd4826b.zip |
Drop unsuitable exercise suggestions from some GSoC ideas
These exercises wouldn't result in a useful patch, and thus are not
appropriate in view of our patch requirement...
Diffstat (limited to 'community/gsoc/project_ideas/language_bindings.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/language_bindings.mdwn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/community/gsoc/project_ideas/language_bindings.mdwn b/community/gsoc/project_ideas/language_bindings.mdwn index 228a1046..6dc83463 100644 --- a/community/gsoc/project_ideas/language_bindings.mdwn +++ b/community/gsoc/project_ideas/language_bindings.mdwn @@ -65,12 +65,3 @@ bindings](http://www.nongnu.org/hurdextras/#pith), which might serve as a reference if you want to work on Perl. Possible mentors: Anatoly A. Kazantsev (jim-crow) for Python - -Exercise: Write some simple program(s) using Hurd-specific interfaces in the -language you intend to work on. For a start, you could try printing the system -uptime. A more advanced task is writing a simple variant of the hello -translator (you can use the existing C imlementation as reference), -implementing only open() and read() calls. Don't only write an implementations -using the existing C libraries (libps, libtrivfs), but also try to work with -the MiG-generated stubs directly. If you are ambitious, you could even try to -write your own stubs... |