You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to mimic process substitution? Currently by using exec we replace the kscript process with the actual jvm process at the end is really nice. Not sure how to do this from within the JVM.
Alternatively we could also reimplement in Go-lang
By rewriting it in Kotlin we pay with 120ms per launch but we gain a lot of stability, cleaner code and portablity.
The text was updated successfully, but these errors were encountered:
2 Problems would need to be solved
exec
we replace the kscript process with the actual jvm process at the end is really nice. Not sure how to do this from within the JVM.Alternatively we could also reimplement in Go-lang
By rewriting it in Kotlin we pay with 120ms per launch but we gain a lot of stability, cleaner code and portablity.
The text was updated successfully, but these errors were encountered: