Bug 110004 - Accepting Kotlin programming language
Summary: Accepting Kotlin programming language
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha0+
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL: https://kotlinlang.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-29 14:06 UTC by Volga
Modified: 2017-08-27 07:46 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volga 2017-07-29 14:06:12 UTC
Description:
Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code or uses the LLVM compiler infrastructure. It’s designed to be an industrial-strength object-oriented language, and a "better language" than Java, but still be fully interoperable with Java code, allowing companies to make a gradual migration from Java to Kotlin. When Kotlin codes used in LibreOffice, they should be works the same as Java, Python.

Steps to Reproduce:
-

Actual Results:  
-

Expected Results:
-


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0
Comment 1 Jean-Baptiste Faure 2017-07-30 19:43:36 UTC
Is really needed ? If Kotlin is fully interoperable with Java then it could be possible to encapsulate Kotlin code in Java code and use it as is in a LibreOffice plugin.

Did you try?

Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Best regards. JBF
Comment 2 Volga 2017-08-20 03:57:57 UTC
(In reply to Jean-Baptiste Faure from comment #1)
> Is really needed ? If Kotlin is fully interoperable with Java then it could
> be possible to encapsulate Kotlin code in Java code and use it as is in a
> LibreOffice plugin.
Yes, Kotlin is 100% interoperable with Java.
Comment 3 Jean-Baptiste Faure 2017-08-27 07:46:28 UTC
(In reply to Volga from comment #2)
> (In reply to Jean-Baptiste Faure from comment #1)
> > Is really needed ? If Kotlin is fully interoperable with Java then it could
> > be possible to encapsulate Kotlin code in Java code and use it as is in a
> > LibreOffice plugin.
> Yes, Kotlin is 100% interoperable with Java.

Ok, so there is nothing more to do to use Kotlin as programming language in LibreOffice. So closing as WorksForMe.

Best regards. JBF