<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mal/php/step6_file.php, 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: 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: TCO let* and quasiquote.</title>
<updated>2014-04-24T02:59:50+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-24T02:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=6301e0b6374cecc5599665be14d6ddc6a31ce1e8'/>
<id>6301e0b6374cecc5599665be14d6ddc6a31ce1e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All: *ARGV* and *host-language*. Misc syncing/fixes.</title>
<updated>2014-04-19T18:04:09+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-19T18:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=86b689f3d7111a9fa13da389a30f3dfdf877d1a4'/>
<id>86b689f3d7111a9fa13da389a30f3dfdf877d1a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All: move some fns to core. Major cleanup.</title>
<updated>2014-04-17T04:57:50+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-17T04:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=8cb5cda46cf3aef847ae3926dc53a5e5f87fe261'/>
<id>8cb5cda46cf3aef847ae3926dc53a5e5f87fe261</id>
<content type='text'>
- Don't import/require core until step4.
- Define cond/or macros from step8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't import/require core until step4.
- Define cond/or macros from step8
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix metadata on functions.</title>
<updated>2014-04-10T04:58:27+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-10T04:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=a34b02006527d28db5df5c6553be804770b81f79'/>
<id>a34b02006527d28db5df5c6553be804770b81f79</id>
<content type='text'>
- Don't use metadata to store ast, env, params data.
- In Clojure, store metadata on the :meta key of the real metadata.
  This also allows using any datatype as metadata.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't use metadata to store ast, env, params data.
- In Clojure, store metadata on the :meta key of the real metadata.
  This also allows using any datatype as metadata.
</pre>
</div>
</content>
</entry>
<entry>
<title>All: split types into types, env, printer, core.</title>
<updated>2014-04-03T03:23:37+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-03T03:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=ea81a8087bcd7953b083a2be9db447f75e7ebf56'/>
<id>ea81a8087bcd7953b083a2be9db447f75e7ebf56</id>
<content type='text'>
- types: low-level mapping to the implementation language.
- core: functions on types that are exposed directly to mal.
- printer: implementation called by pr-str, str, prn, println.
- env: the environment implementation

- Also, unindent all TCO while loops so that the diff of step4 and
  step5 are minimized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- types: low-level mapping to the implementation language.
- core: functions on types that are exposed directly to mal.
- printer: implementation called by pr-str, str, prn, println.
- env: the environment implementation

- Also, unindent all TCO while loops so that the diff of step4 and
  step5 are minimized.
</pre>
</div>
</content>
</entry>
<entry>
<title>All: remove slurp-do, use str around slurp instead.</title>
<updated>2014-04-02T04:12:33+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-02T04:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=1617910ad342a55762f3ddabb975849d843cff85'/>
<id>1617910ad342a55762f3ddabb975849d843cff85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Current state of mal for Clojure West lighting talk.</title>
<updated>2014-03-24T21:32:24+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-03-24T21:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=3169070063b2cb877200117ebb384269d73bcb93'/>
<id>3169070063b2cb877200117ebb384269d73bcb93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
