Want to learn UNIX with Java or Jython instaed of C or C++?

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default Want to learn UNIX with Java or Jython instaed of C or C++?

    Do your students (or you!) struggle with learning C when they really just
    want to learn UNIX? You know, this sort of thing:

    char *buf;
    read(fd, buf, 100);
    <crash>

    Well, with Jtux they (you) can use Java or Jython instead.

    Jtux implements 186 POSIX/SUS interfaces, including those for files,
    directories, processes, sockets, System V IPC, POSIX IPC, signals, and lots
    more.

    Details at [url]http://basepath.com/aup/jtux[/url]. Open Source; BSD license.

    No more pointers ever again! ;-)

    --Marc
    Marc Rochkind Guest

  2. Similar Questions and Discussions

    1. TO LEARN FLEX USING JAVA
      Hi this is Srivani. Iam interested to learn flex with java now.Please send the tutorials and how to run the application.And to run flex application...
    2. Need help with a simple UNIX sockets server based on IO::Socket::UNIX
      Hi. I've tried to create a simple client + server that communicate through a unix socket. As with all socket servers, it has a loop where it...
    3. UNIX ADMIN/ JAVA/ CONTRACT/ IMMEDIATE
      OMNI GROUP tgugger@buckeye-express.com 419-380-8853 UNIX ADMIN/ JAVA/ CONTRACT TO PERM/ IN
    4. Where can I begin to learn SCO Unix?
      Hi, group I am about to learn SCO Unix Open Server. Is there some place allowing me to download a copy for study? And, when those days I...
    5. Variable instaed of GLOB REF
      Howdy all! If you have a function that is expecting a FILEHANDLE as it's argument how could you supply it a variable instead? For instance: ...
  3. #2

    Default Re: Want to learn UNIX with Java or Jython instaed of C or C++?

    On Tue, 15 Jul 2003 13:46:17 -0500, Chuck Dillon <cdillon@nimblegen.com>
    wrote:
    > Marc Rochkind wrote:
    >> Do your students (or you!) struggle with learning C when they really
    >> just want to learn UNIX? You know, this sort of thing:
    >
    > I'm having a hard time appreciating the value of deferring the
    > prerequisite of becoming proficient in C. Before a person who wants 'to
    > learn UNIX' can apply that knowledge s/he must climb the C learning curve
    > to a reasonable level. It seems to me that transitioning from the
    > artificial behavior of the APIs in a Jtux bubble to that of the real C
    > world would make the journey more difficult not less.
    >
    > -- ced
    >
    Maybe. I'm not sure about how attractive Jtux might be in a college CS dept
    where the students do most of their work in Java. There's tradeoff (which
    different faculties would make differently) between requiring that the
    practical OS course or lab be conducted only in C, for authenticity, or
    allowing projects to be done in the same language (Java) used in the other
    courses.

    Since C will always be there, what Jtux does is provide a choice where none
    existed before.

    --Marc
    Marc Rochkind Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139