Jump to content

Is there any way to add any other language program(like JAVA or Python) to LSL.


payal0002
 Share

You are about to reply to a thread that has been inactive for 2823 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

This probably belongs in the scripting forum, but depending what you're really trying to do, it may not be worth moving the thread because there's no way to use anything but LSL for in-world scripting. On the other hand, if you have a library of functions in some other language, you can set up an external server implementing that library, and then your LSL script can pass data back and forth with that server over http. There are even LSL functions to help with JSON serialization, etc.

Oh, umm, for completeness: it's possible to do some minimal viewer-side javascript in Media On A Prim scripts. That's surely not relevant here, though.

Link to comment
Share on other sites

The problem with changing languages is the viewer is only an interface and the language interpreter lives in the servers.

There are some development systems that use other languages but, they have to translate their source into LSL... which becomes limiting.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2823 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...