<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mal/ruby/core.rb, branch gh-pages</title>
<subtitle>Forked from https://github.com/kanaka/mal</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/'/>
<entry>
<title>Ruby: Updated for Ruby 1.9+</title>
<updated>2015-02-27T23:36:27+00:00</updated>
<author>
<name>Inge Jørgensen</name>
<email>inge@manualdesign.no</email>
</author>
<published>2015-02-27T23:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=107d969497d482b07c33c4f28123727fa0a0b263'/>
<id>107d969497d482b07c33c4f28123727fa0a0b263</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: perf test, Makefile refactor, add *host-language*</title>
<updated>2014-04-18T02:49:07+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-18T02:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=db4c329aff4621e05b92a55be4f18173f5a4f655'/>
<id>db4c329aff4621e05b92a55be4f18173f5a4f655</id>
<content type='text'>
Other:
- bash,make,postscript: quasiquote of vectors
- Fix Java slurp
- add time function to core.mal
    - switches on *host-language* for make time-secs vs time-ms
- Ignore */experiments directories
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Other:
- bash,make,postscript: quasiquote of vectors
- Fix Java slurp
- add time function to core.mal
    - switches on *host-language* for make time-secs vs time-ms
- Ignore */experiments directories
</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>All: fix get. All pass stepA tests.</title>
<updated>2014-04-15T06:24:43+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-15T06:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=7e9a2883fe5c25a521b1dc37e4c549e1ed508ece'/>
<id>7e9a2883fe5c25a521b1dc37e4c549e1ed508ece</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: add stepA_more and rest of core functions.</title>
<updated>2014-04-13T19:37:56+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-13T19:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=3a56f91a12ccad642227178c76f8d76cc42f81ee'/>
<id>3a56f91a12ccad642227178c76f8d76cc42f81ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: add step8_macros</title>
<updated>2014-04-11T04:27:50+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-11T04:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=d85fc03775e0f99d1c17ce62d5aad5bbcd8ae106'/>
<id>d85fc03775e0f99d1c17ce62d5aad5bbcd8ae106</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: step4_if_fn_do with core functions.</title>
<updated>2014-04-11T03:24:58+00:00</updated>
<author>
<name>Joel Martin</name>
<email>github@martintribe.org</email>
</author>
<published>2014-04-11T03:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/mal/commit/?id=8bf53bec72d27d7d895b39812ffae1e990425158'/>
<id>8bf53bec72d27d7d895b39812ffae1e990425158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
