Loading AI tools
From Wikipedia, the free encyclopedia
Squawk is a Java micro edition virtual machine for embedded system and small devices. Most virtual machines for the Java platform are written in low level native languages such as C/C++ and assembler; what makes Squawk different is that Squawk's core is mostly written in Java (this is called a meta-circular interpreter). A Java implementation provides ease of portability, and integration of virtual machine and application resources such as objects, threads, and operating-system interfaces.
This article relies largely or entirely on a single source. (March 2024) |
Developer(s) | Sun Microsystems |
---|---|
Initial release | April 2002 |
Repository | github |
Written in | C and Java |
Operating system | Cross-platform |
Type | Java virtual machine |
License | GNU General Public License |
Website | java |
The Squawk Virtual Machine figure can be simplified as:
The research project was inspired by Squeak. Squawk has a Java ME heritage and features a small memory footprint.[1] It was developed to be simple with minimal external dependencies. Its simplicity made it portable and easy to debug and maintain. Squawk also provides an isolated mechanism by which an application is represented as an object. In Squawk, one or more applications can run in the single JVM. Conceptually, each application is completely isolated from all other applications.
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.