[914] in java-interest
java newbie questions
daemon@ATHENA.MIT.EDU (Philippe Bois)
Tue Aug 15 09:36:03 1995
From: Philippe Bois <Philippe.Bois@irisa.fr>
Date: Tue, 15 Aug 1995 11:44:54 +0200
To: java-interest@java.sun.com
hi,
I have been working on the Grif Structured Editor. I must create a language
fit to Grif with commands like cut/paste and so on. The language will be
built on another one. It will be Perl, Tcl or Java. Commands are gathered
in a script.
I succeed in embedding Perl and Tcl in my C application because their approach
are quite the same.
In both languages it is possible
-> to evaluate a file with perl_parse or Tcl_eval_file procedures,
-> to evaluate a string with Tcl_eval or perl_call_sv,
-> to create new commands with Tcl_createCommand or NewXs,
-> to bind C variables with Tcl variable with tcllink_var, with Perl variable with my own procedure LinkVar.
-> to create an interpreter with Tcl_createinterp or perl_alloc.
I would like to use the java language. Is it possible to do the same thing
with Java ? How ?
Any help is appreciated.
Thanks.
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com