Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
java interpreter?
- From: kkonaka@xxxxxxxxxx (Kenji Konaka)
- Subject: java interpreter?
- Date: Fri, 31 Mar 2000 22:25:54 +0800
hi!
I just have been pondering...;
if I were to write some software very much like Mathematica (UserInterfce)
but based entirely on Java, ...beneath and also for writing something like
the plug-ins, - what am I going to make the surface syntax look like?
say, ...if I have some plug in module written in Java; which looks like
int Math.fibonacci(int n);
how would I type-in to the UserInterface to call this module; something like:
In[10] := Map[Math.fibonacci[], {1,2,3,4,5}];
Out[10] = {1,1,2,3,5};
would java-script do the job? or should I resort to something like
kawa(that's scheme) - some interpreted languages which sit on top of Java,
or some other syntax that I exactly don't know ? - perl,tcl ? :)
any suggestions?
kenji -- just curious :)
---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- Prev by Date: applet signing
- Next by Date: Can one set the File Permissions in Java
- Previous by thread: applet signing
- Next by thread: Open Research Position: Execution-Driven Performance Analysis for Distributed/Parallel Systems
- Index(es):