<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mal/js, branch master</title>
<subtitle>Forked from https://github.com/kanaka/mal</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/'/>
<entry>
<title>All step0: add test, fix bugs, remove step0 eval.</title>
<updated>2015-03-07T15:04:07+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2015-03-07T15:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=10b07148ba8efec543ded60a4b7916960709ce1e'/>
<id>10b07148ba8efec543ded60a4b7916960709ce1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All: rename stepA_interop to stepA_mal</title>
<updated>2015-02-28T17:09:54+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2015-02-28T17:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=90f618cbe7ac7740accf501a75be6972bd95be1a'/>
<id>90f618cbe7ac7740accf501a75be6972bd95be1a</id>
<content type='text'>
Also, add missed postscript interop tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, add missed postscript interop tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Multiple: interop enhancements.</title>
<updated>2015-02-28T16:35:04+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2015-02-28T16:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=2ab1e5845c213a9951bee46a0c991202e6c46d5c'/>
<id>2ab1e5845c213a9951bee46a0c991202e6c46d5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>miniMAL: add classOf and fix printing.</title>
<updated>2015-02-26T05:01:16+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2015-02-26T05:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=3fb3743ff483cd1e4612d87557eecc62817b10b2'/>
<id>3fb3743ff483cd1e4612d87557eecc62817b10b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All: add keywords.</title>
<updated>2015-01-09T22:16:50+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-12-19T02:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=b8ee29b22fbaa7a01f2754b4d6dd9af52e02017c'/>
<id>b8ee29b22fbaa7a01f2754b4d6dd9af52e02017c</id>
<content type='text'>
Also, fix nth and count to match cloure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, fix nth and count to match cloure.
</pre>
</div>
</content>
</entry>
<entry>
<title>All: swap step9,A. Fixes for bash, C, perl.</title>
<updated>2015-01-07T03:57:24+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-10T04:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=01c9731649a7ed97fad0bdeac9cb75b7323c0ad6'/>
<id>01c9731649a7ed97fad0bdeac9cb75b7323c0ad6</id>
<content type='text'>
step9_interop -&gt; stepA_interop
stepA_more -&gt; step9_try

C: fix glib headers
bash: behavior change of declare -A and pattern replacement.
perl: squelch new 5.18 warnings related to switch/given statement.

Also, include some in-progress interop related files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
step9_interop -&gt; stepA_interop
stepA_more -&gt; step9_try

C: fix glib headers
bash: behavior change of declare -A and pattern replacement.
perl: squelch new 5.18 warnings related to switch/given statement.

Also, include some in-progress interop related files.
</pre>
</div>
</content>
</entry>
<entry>
<title>go: add step5_tco. Refactor env.</title>
<updated>2014-10-07T02:03:03+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-10-07T02:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=17e1c5f9f4006399398e8bb7e219a79962ebf3f0'/>
<id>17e1c5f9f4006399398e8bb7e219a79962ebf3f0</id>
<content type='text'>
Move EnvType interface definition to types.go. Remove Env pointers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move EnvType interface definition to types.go. Remove Env pointers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add step5/9 tests for impls that support it.</title>
<updated>2014-04-27T22:58:48+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-27T22:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=cc021efe10380039a13da5300990639203450634'/>
<id>cc021efe10380039a13da5300990639203450634</id>
<content type='text'>
- Also remove broken make/tests/*.mk tests. Not used any more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also remove broken make/tests/*.mk tests. Not used any more.
</pre>
</div>
</content>
</entry>
<entry>
<title>JS: add localStorage history load/save. Slurp using sync XHR.</title>
<updated>2014-04-27T21:55:31+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-27T21:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=b58698b257fb6552e053cd245d63a140d3f7a478'/>
<id>b58698b257fb6552e053cd245d63a140d3f7a478</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>JS web: use/import to Himera style web REPL.</title>
<updated>2014-04-26T21:03:03+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-26T21:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=a9993e0a683bc56ef091762e192fdb47676be82b'/>
<id>a9993e0a683bc56ef091762e192fdb47676be82b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
