Ask a Question related to UNIX Programming, Design and Development.
-
Marc Rochkind #1
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
-
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... -
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... -
UNIX ADMIN/ JAVA/ CONTRACT/ IMMEDIATE
OMNI GROUP tgugger@buckeye-express.com 419-380-8853 UNIX ADMIN/ JAVA/ CONTRACT TO PERM/ IN -
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... -
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: ... -
Marc Rochkind #2
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:
Maybe. I'm not sure about how attractive Jtux might be in a college CS dept> 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
>
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



Reply With Quote

