<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Dynamic_typing</id>
	<title>Dynamic typing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://coderwiki.org/index.php?action=history&amp;feed=atom&amp;title=Dynamic_typing"/>
	<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Dynamic_typing&amp;action=history"/>
	<updated>2026-05-19T01:39:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://coderwiki.org/index.php?title=Dynamic_typing&amp;diff=82&amp;oldid=prev</id>
		<title>Dylan: info</title>
		<link rel="alternate" type="text/html" href="http://coderwiki.org/index.php?title=Dynamic_typing&amp;diff=82&amp;oldid=prev"/>
		<updated>2025-08-12T21:28:00Z</updated>

		<summary type="html">&lt;p&gt;info&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;One of the ways we can group together [[Programming language|programming languages]] is with these two groups:&lt;br /&gt;
&lt;br /&gt;
* [[Static typing|&amp;#039;&amp;#039;&amp;#039;Statically-typed&amp;#039;&amp;#039;&amp;#039; programming languages]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Dynamically-typed&amp;#039;&amp;#039;&amp;#039; programming languages&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Dynamic&amp;#039;&amp;#039; typing is where we don&amp;#039;t give [[Variable|variables]] specific [[Data type|data types]], but instead variables have &amp;#039;&amp;#039;&amp;#039;no set type&amp;#039;&amp;#039;&amp;#039; and can often even &amp;#039;&amp;#039;change their data type&amp;#039;&amp;#039; if [[Assignment|reassigned]] a [[value]] of a different [[data type]].&lt;/div&gt;</summary>
		<author><name>Dylan</name></author>
	</entry>
</feed>