<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lispish/.gitignore, branch master</title>
<subtitle>A simple LISP-like programming language made to learn a few things.</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/'/>
<entry>
<title>Initial commit</title>
<updated>2014-05-14T19:27:34+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-14T19:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/commit/?id=d45a5b21de22438c004e1db96a8f154da09cdc0e'/>
<id>d45a5b21de22438c004e1db96a8f154da09cdc0e</id>
<content type='text'>
- tokenizing, parsing and basic eval support
    - arithmetic (+, -, *, /)
    - quote
    - atom for checking if the arg is an atom (i.e. not a list)
    - eq for checking equality
    - &gt; for checking order
    - if
- some unit testing
- simple repl
- mem management needs improvement :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- tokenizing, parsing and basic eval support
    - arithmetic (+, -, *, /)
    - quote
    - atom for checking if the arg is an atom (i.e. not a list)
    - eq for checking equality
    - &gt; for checking order
    - if
- some unit testing
- simple repl
- mem management needs improvement :-)
</pre>
</div>
</content>
</entry>
</feed>
