<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lisp/Makefile, branch debian/1.8.1-2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.1-2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.1-2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-04-02T23:17:33+00:00</updated>
<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>
<entry>
<title>altos/lisp: working on lexical scoping</title>
<updated>2017-02-20T19:16:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-09T17:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=794718abc62f4610495fe2bd535a2b67bc46573c'/>
<id>urn:sha1:794718abc62f4610495fe2bd535a2b67bc46573c</id>
<content type='text'>
Not working yet

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add lambda support to lisp</title>
<updated>2017-02-20T19:16:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-04T04:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77db0e8162cd01c2b42737b3d71b38cea942484f'/>
<id>urn:sha1:77db0e8162cd01c2b42737b3d71b38cea942484f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lisp: Separate out values from atoms</title>
<updated>2017-02-20T19:16:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-03T05:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=11cb03b1d336ee90c422be27588f57be573a9546'/>
<id>urn:sha1:11cb03b1d336ee90c422be27588f57be573a9546</id>
<content type='text'>
This enables changing values of atoms declared as constants, should
enable lets, and with some work, even lexical scoping.

this required changing the constant computation to run
ao_lisp_collect() before dumping the block of constant data, and that
uncovered some minor memory manager bugs.

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