<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lisp/Makefile, branch 1.8.5</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.8.5</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-12-05T18:30:32+00:00</updated>
<entry>
<title>altos/scheme: Rename to 'scheme', clean up build</title>
<updated>2017-12-05T18:30:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-12-05T18:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=195cbeec19a6a44f309a9040d727d37fe4e2ec97'/>
<id>urn:sha1:195cbeec19a6a44f309a9040d727d37fe4e2ec97</id>
<content type='text'>
Constant block is now built in a subdir to avoid messing up source
directory.

Renamed to ao_scheme to reflect language target.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Add floats</title>
<updated>2017-11-20T05:07:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-11-20T05:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6d2f271a45759bd792d299f04a424d3382ef4798'/>
<id>urn:sha1:6d2f271a45759bd792d299f04a424d3382ef4798</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Add scheme-style bools (#t and #f)</title>
<updated>2017-11-17T02:40:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-11-17T01:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b3b4731fcb89cb404433f37a7704a503567c43bd'/>
<id>urn:sha1:b3b4731fcb89cb404433f37a7704a503567c43bd</id>
<content type='text'>
Cond and while compare against #f, just like scheme says to.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>lisp: Fix up lisp build so projects can get ao_lisp_const.h built as needed</title>
<updated>2017-04-02T23:17:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-02T23:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6fb817f218a69b28973b0d059d71809717b1e2d1'/>
<id>urn:sha1:6fb817f218a69b28973b0d059d71809717b1e2d1</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Add continuations</title>
<updated>2017-02-20T19:16:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-19T03:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e600fc409c577eec02af612a36431c477a9c875e'/>
<id>urn:sha1:e600fc409c577eec02af612a36431c477a9c875e</id>
<content type='text'>
This provides call/cc and makes 'stacks' visible to the application.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Compile ao_lisp_make_const -no-pie</title>
<updated>2017-02-20T19:16:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-18T00:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ffaf73407bcdf6bc4120c90212de4a2f52cf7991'/>
<id>urn:sha1:ffaf73407bcdf6bc4120c90212de4a2f52cf7991</id>
<content type='text'>
Makes debugging easier

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Evaluate macros once, then smash them into place</title>
<updated>2017-02-20T19:16:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-15T17:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=974717eb9dad105c9897ee24f953d98d57eaec77'/>
<id>urn:sha1:974717eb9dad105c9897ee24f953d98d57eaec77</id>
<content type='text'>
This assumes that macros are all pure functions, which should be true
for syntactic macros.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Add save/restore infrastructure. Needs OS support to work.</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-12T05:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dba374516ed396633659dec571b6a44b03da8ad1'/>
<id>urn:sha1:dba374516ed396633659dec571b6a44b03da8ad1</id>
<content type='text'>
This sticks a few globals past the end of the heap and then asks the
OS to save the heap. On restore, the heap is re-populated by the OS
and then various global variables reset.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: use regular read-eval-print loop for make const</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-11T07:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fb710f7f4f24f74ac3d45fcc423803384d986bb2'/>
<id>urn:sha1:fb710f7f4f24f74ac3d45fcc423803384d986bb2</id>
<content type='text'>
No need to open code this sequence of operations.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Clean up OS integration bits, add defun</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-10T00:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=417161dbb36323b5a6572859dedad02ca92fc65c'/>
<id>urn:sha1:417161dbb36323b5a6572859dedad02ca92fc65c</id>
<content type='text'>
Provide an abstraction for the OS interface so that it
can build more cleanly on Linux and AltOS. Add defun macro.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
