Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.9K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Is Integration with other JavaScript UI frameworks possible?

Posted 10 years ago

I have only just now begun learning about the Wolfram Cloud product. I am curious if it is possible to leverage existing JavaScript frameworks such as Kendo UI, GreenSock, etc? Or is the Wolfram Cloud environment constrained solely to Wolfram Language UI controls? If it is possible to incorporate Kendo UI, is there an equivalent component to the WebSharper Extensions for Kendo UI Complete product?

POSTED BY: Calvin Craig
3 Replies

If you want, you can you can always use the Compile function and then use the llvm to asm.js compiler. I don't know anyone who has done this or how useful that would be.

You may also want to consider the EmbedCode function. https://reference.wolfram.com/language/ref/EmbedCode.html. That might be easier to use than APIFunction.

The only language I know that really does what you're talking about that people actually use is ClojureScript and even it is a partial implementation of Clojure. I guess people also use ASM.js as noted above. The other examples on the list are either toy or productivity related languages which were designed to higher level versions of Javascript or a compiler that supports too little of the language to be really useful. I guess this is part of the reason why llvm is so cool.

POSTED BY: Sean Clarke
Posted 10 years ago
POSTED BY: Calvin Craig
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard