JaroslavTulach at 04:55, 11 July 2020 - 2020-07-11 04:55:52

←Older revision Revision as of 04:55, 11 July 2020
Line 1: Line 1:
One of the unique features of [[Truffle]] is its [[wikipedia::polyglot]] nature. The ability to freely mix languages like [[JavaScript]], [[Ruby]] or [[R]] at full speed (as demonstrated by my [https://github.com/jtulach/sieve#readme sieve project]) is clearly amazing. Not only it changes the way we interop between [[library|libraries]] written in different languages, but it also changes the way we develop [[PolyglotAPI]]s ready for polyglot world!
One of the unique features of [[Truffle]] is its [[wikipedia::polyglot]] nature. The ability to freely mix languages like [[JavaScript]], [[Ruby]] or [[R]] at full speed (as demonstrated by my [https://github.com/jtulach/sieve#readme sieve project]) is clearly amazing. Not only it changes the way we interop between [[library|libraries]] written in different languages, but it also changes the way we develop [[PolyglotAPI]]s ready for polyglot world!
 +
 +
[[GraalVM]] [[Insight]] is an example where such a [[Polyglot]] system can bring many benefits. One can write [[Insight]]s in any language [[JavaScript]], [[Ruby]], etc. and apply them to any other language including also [[C]], [[C++]], [[Fortran]], etc. Write your [[Insight]] scripts once and apply them on any [[polyglot]] ready program!

JaroslavTulach at 08:29, 15 August 2019 - 2019-08-15 08:29:31

←Older revision Revision as of 08:29, 15 August 2019
Line 1: Line 1:
-
One of the unique features of [[Truffle]] is its [[wikipedia::polyglot]] nature. The ability to freely mix languages like [[JavaScript]], [[Ruby]] or [[R]] at full speed (as demonstrated by my [https://github.com/jtulach/sieve#readme sieve project]) is clearly amazing.
+
One of the unique features of [[Truffle]] is its [[wikipedia::polyglot]] nature. The ability to freely mix languages like [[JavaScript]], [[Ruby]] or [[R]] at full speed (as demonstrated by my [https://github.com/jtulach/sieve#readme sieve project]) is clearly amazing. Not only it changes the way we interop between [[library|libraries]] written in different languages, but it also changes the way we develop [[PolyglotAPI]]s ready for polyglot world!

JaroslavTulach: New page: One of the unique features of Truffle is its wikipedia::polyglot nature. The ability to freely mix languages like JavaScript, Ruby or R at full speed (as demonstrated b... - 2017-08-01 06:34:05

New page: One of the unique features of Truffle is its wikipedia::polyglot nature. The ability to freely mix languages like JavaScript, Ruby or R at full speed (as demonstrated b...

New page

One of the unique features of [[Truffle]] is its [[wikipedia::polyglot]] nature. The ability to freely mix languages like [[JavaScript]], [[Ruby]] or [[R]] at full speed (as demonstrated by my [https://github.com/jtulach/sieve#readme sieve project]) is clearly amazing.