Independent-Society-of-Knowledge / Kotlin-For-Science

Kotlin for science is an open-source project to develop and maintain libraries for Kotlin that are used in Science.
GNU General Public License v2.0
17 stars 1 forks source link

Kotlinify - Reading simple functions of kotlin and re writing them in the syntax that is more featured. #2

Open thisismeamir opened 1 month ago

thisismeamir commented 1 month ago

One of the important things in Kotlin for science is to make the binded functions feel natural in kotlin language.

nort3x commented 1 month ago

you probably shouldn't touch bounded functions, as the name suggests they are bounded to their original libraries,

if this contract is broken loads of experience will be flushed down the toilet for the original users of the libraries and this is not a good idea because it doesn't provide any benefits by restricting these

convince should be introduced on top of these with whatever possible ( hand written, well structured probably by users over time or smartly analyzed code styles, currently i don't know any technique for that which has better performance than a handful of people contributing 1 commit a week, if such tech existed we would have that as an option in commerical IDEs)

project will probably live in incubator stage for a considerable time so tweak it however you can