<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Squawk_virtual_machine</id>
	<title>Squawk virtual machine - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Squawk_virtual_machine"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Squawk_virtual_machine&amp;action=history"/>
	<updated>2026-05-04T16:14:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Squawk_virtual_machine&amp;diff=3698344&amp;oldid=prev</id>
		<title>imported&gt;JJMC89 bot III: Moving :Category:Software using the GPL license to :Category:Software using the GNU General Public License per Wikipedia:Categories for discussion/Speedy</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Squawk_virtual_machine&amp;diff=3698344&amp;oldid=prev"/>
		<updated>2025-01-08T07:01:35Z</updated>

		<summary type="html">&lt;p&gt;Moving &lt;a href=&quot;/wiki143/index.php?title=Category:Software_using_the_GPL_license&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Software using the GPL license (page does not exist)&quot;&gt;Category:Software using the GPL license&lt;/a&gt; to &lt;a href=&quot;/wiki143/index.php?title=Category:Software_using_the_GNU_General_Public_License&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Software using the GNU General Public License (page does not exist)&quot;&gt;Category:Software using the GNU General Public License&lt;/a&gt; per &lt;a href=&quot;https://en.wikipedia.org/wiki/Categories_for_discussion/Speedy&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Categories for discussion/Speedy&quot;&gt;Wikipedia:Categories for discussion/Speedy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{one source |date=March 2024}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = Squawk&lt;br /&gt;
| logo                   = Duke-squeak-transparent-anti-aliased.png&lt;br /&gt;
| caption                = The pink area is written in C/C++ while the blue area is written in java&lt;br /&gt;
| author                 =&lt;br /&gt;
| developer              = [[Sun Microsystems]]&lt;br /&gt;
| released               = {{Start date and age|2002|04}}&lt;br /&gt;
| discontinued           = yes&lt;br /&gt;
| latest release version =&lt;br /&gt;
| latest release date    =&lt;br /&gt;
| latest preview version =&lt;br /&gt;
| latest preview date    =&lt;br /&gt;
| repo                   = {{URL|https://github.com/tomatsu/squawk}}&lt;br /&gt;
| operating system       = [[Cross-platform]]&lt;br /&gt;
| programming language   = [[C (programming language)|C]] and [[Java (programming language)|Java]]&lt;br /&gt;
| genre                  = [[Java virtual machine]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
}}&lt;br /&gt;
[[File:Standard Java VM vs Squawk Java VM.svg|thumb|Visual comparison with [[HotSpot (virtual machine)|HotSpot]] ]]&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Squawk&amp;#039;&amp;#039;&amp;#039; is a [[Java (software platform)|Java]] [[Java ME|micro edition]] [[Java virtual machine|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 (programming language)|C]]/[[C++]] and [[Assembly language|assembler]]; what makes Squawk different is that Squawk&amp;#039;s core is mostly written in [[Java (programming language)|Java]] (this is called a [[Meta-circular evaluator|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.&lt;br /&gt;
&lt;br /&gt;
The Squawk Virtual Machine figure can be simplified as:&lt;br /&gt;
* Write as much of the VM in Java as possible&lt;br /&gt;
* Targeting small, resource constrained devices&lt;br /&gt;
* Enable Java for micro-embedded development&lt;br /&gt;
The research project was inspired by [[Squeak]]. Squawk has a [[Java Platform, Micro Edition|Java ME]] heritage and features a small [[memory footprint]].&amp;lt;ref&amp;gt;[http://research.sun.com/projects/squawk/docs/lctes03.pdf A Java Virtual Machine Architecture for Very Small Devices] {{webarchive |url=https://web.archive.org/web/20080216085123/http://research.sun.com/projects/squawk/docs/lctes03.pdf |date=February 16, 2008 }}&amp;lt;/ref&amp;gt; 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.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free and open-source software|Computer programming}}&lt;br /&gt;
* [[Sun SPOT]]&lt;br /&gt;
* [[Jikes RVM]], another JVM written mostly in Java&lt;br /&gt;
* [[Rubinius]], a VM for Ruby written in Ruby&lt;br /&gt;
* [[MicroEJ]] VEE, another JVM written mostly in (an extended version of) Java&lt;br /&gt;
* [[List of Java virtual machines]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://web.archive.org/web/20070903053400/http://today.java.net/pub/a/today/2007/08/31/j1-2k7-mtH11.html SunSPOTs and Squawk technology Podcast]&lt;br /&gt;
*[https://web.archive.org/web/20080216085123/http://research.sun.com/projects/squawk/docs/lctes03.pdf A Java Virtual Machine Architecture for Very Small Devices]&lt;br /&gt;
*[https://web.archive.org/web/20080216085121/http://research.sun.com/projects/squawk/docs/oopsla05-squawk.pdf The Squawk Virtual Machine: Java(TM) on the Bare Metal]&lt;br /&gt;
*[http://developers.sun.com/learning/javaoneonline/2006/coolstuff/TS-1598.html Javaone 2006 Squawk for Wireless Sensor Networks]&lt;br /&gt;
*[http://hal.inria.fr/docs/00/11/36/91/PDF/courbot-uisw-05.pdf Application-Driven Customization of an Embedded Java Virtual Machine]&lt;br /&gt;
*[http://hal.inria.fr/docs/00/11/36/93/PDF/marquet-icess-05.pdf Ahead of time deployment in ROM of a Java-OS]&lt;br /&gt;
*[https://web.archive.org/web/20061022070257/http://www.sunspotworld.com/ Project Sun Spot]&lt;br /&gt;
*[https://web.archive.org/web/20080216085117/http://research.sun.com/projects/squawk/docs/oopsla05-squawk-poster.pdf Squawk Poster]&lt;br /&gt;
&lt;br /&gt;
{{Java Virtual Machine}}&lt;br /&gt;
{{Java (software platform)}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Squawk Virtual Machine}}&lt;br /&gt;
[[Category:Discontinued Java virtual machines]]&lt;br /&gt;
[[Category:Sun Microsystems software]]&lt;br /&gt;
[[Category:Free software programmed in C]]&lt;br /&gt;
[[Category:Free software programmed in Java (programming language)]]&lt;br /&gt;
[[Category:Software using the GNU General Public License]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{software-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;JJMC89 bot III</name></author>
	</entry>
</feed>