-
-
25 Like
Apple Swift
Swift is a programming language for iOS, OS X, watchOS and tvOS apps that builds on the best of C and Objective-C, without the constraints of C compatibility.
-
-
Avian is a lightweight virtual machine and class lbrary designed to provide a useful subset of Java’s features, suitable for building self-contained applications. It's Efficient.
avian is a lightweight virtual machine and class lbrary designed to provide a useful subset of java’s features, suitable for building selfcontained applications.
it's efficient. the vm is implemented from scratch and designed to be both fast and small.
justintime (jit) compilation for fast method execution generational, copying garbage collection ensures short pause times and good spatial locality threadlocal heaps provide o(1) memory allocation with no synchronization overhead null pointer dereferences are handled via os signals to avoid unecessary branches
the class library is designed to be as loosely coupled as possible, allowing tools like proguard to aggressively isolate the minimum code needed for an application. this translates to smaller downloads and faster startup.
Productivity Developer Tools Networking and Admin
development cross-platform virtual-machine