J Software

T

The Bear

Has anyone used C# with J Software? I'm in the research phase of a project.
J seems to be very powerful/fast at handling large calculations. I'd like to
use J to perform the calculations, and C# to handle the interfacing...


thanks,
T.B.
 
S

Stefano \WildHeart\ Lanzavecchia

The Bear said:
Has anyone used C# with J Software? I'm in the research phase of a
project. J seems to be very powerful/fast at handling large calculations.
I'd like to use J to perform the calculations, and C# to handle the
interfacing...

I haven't so I can only give you some hints... My guess is that you want to
use J as a calculation engine. You could use J's COM interface and wrap it
in a managed component. I suppose that Visual Studio.Net would do all the
work for you. Otherwise you could go low-level and get to the J server via
TCP using its native protocol (documented). I would love to help you and
play around with this but I cannot really pretend I have the time.

By the way: have you tried to post the same question to the JForum? Somebody
with C or Java experience might be able to give you a kick-start...
Best of luck on this project!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top