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
My plan is to make the Lin Runtime well-documented, tiered and easily buildable, so that it can both safely execute untrusted code in smaller/safer runtimes and be able to interact with the Java world at more permissible ones.
Essential Runtime
Lin will either not work at all or features will randomly not work.
__ensureNotNull
__iterator, __iterator -> __hasNext, __next
A native function which removes an entry from an array/object
My plan is to make the Lin Runtime well-documented, tiered and easily buildable, so that it can both safely execute untrusted code in smaller/safer runtimes and be able to interact with the Java world at more permissible ones.
Essential Runtime
Lin will either not work at all or features will randomly not work.
__ensureNotNull
__iterator
,__iterator -> __hasNext, __next
Minimal niceties to have
println
readln
val { fromJSON, toJSON } = module("json")
)currentTimeMillis
Decimal.isNaN
booleanDangerous stuff
exit(code)
The text was updated successfully, but these errors were encountered: