<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chromatopelma/bytecode/src/bytecode.rs, branch main</title>
<subtitle>Partial r7rs implementation with a focus on ease of implementation and a reusable library. Work in progress.</subtitle>
<id>https://code.roseh.moe/chromatopelma/atom/bytecode/src/bytecode.rs?h=main</id>
<link rel='self' href='https://code.roseh.moe/chromatopelma/atom/bytecode/src/bytecode.rs?h=main'/>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/'/>
<updated>2023-05-01T14:56:42Z</updated>
<entry>
<title>Rewrite most of the compiler.</title>
<updated>2023-05-01T14:56:42Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2023-05-01T14:56:42Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=a89d6c82e981fec7d6e4c975e083d2b9e04467ad'/>
<id>urn:sha1:a89d6c82e981fec7d6e4c975e083d2b9e04467ad</id>
<content type='text'>
This represents a major step back in terms of functionality, and amount
of code. The latter I think constitutes a major win. Next steps are to
reimplement syntax-rules, call/cc, and call-with-values.
</content>
</entry>
<entry>
<title>Implement multiple return values.</title>
<updated>2022-08-28T02:30:16Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-28T02:30:16Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=59ca512ec8f099a7d4c8aa4392f939d1aa5aee5d'/>
<id>urn:sha1:59ca512ec8f099a7d4c8aa4392f939d1aa5aee5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a few primitive list operations.</title>
<updated>2022-08-23T03:07:06Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-23T03:07:06Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=dc8a480c65fabf35b99398120aeccca8f2874c6d'/>
<id>urn:sha1:dc8a480c65fabf35b99398120aeccca8f2874c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify the heap.</title>
<updated>2022-08-23T03:05:23Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-23T03:05:23Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=fc565d78596a44f6e6253932d726c830e3f6e509'/>
<id>urn:sha1:fc565d78596a44f6e6253932d726c830e3f6e509</id>
<content type='text'>
Garbage collection is no longer recursive, heap takes an offset
explicitly, and we use the vector length to store the free pointer.
</content>
</entry>
<entry>
<title>Allow 0-length allocs.</title>
<updated>2022-08-23T03:04:03Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-23T03:04:03Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=26ed2bcec620c639faef25c75e4076888068e45e'/>
<id>urn:sha1:26ed2bcec620c639faef25c75e4076888068e45e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add int&lt;? and eq?.</title>
<updated>2022-08-07T22:55:47Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-07T22:55:13Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=35d375807bd84f9c7ca82e28042d20ded7b65498'/>
<id>urn:sha1:35d375807bd84f9c7ca82e28042d20ded7b65498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename the compiler in bytecode.rs.</title>
<updated>2022-08-02T01:49:14Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-02T01:49:14Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=99ce19a8053a93457885f32ec54c1c5b7c1961c1'/>
<id>urn:sha1:99ce19a8053a93457885f32ec54c1c5b7c1961c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the typeof opcode.</title>
<updated>2022-07-30T20:30:34Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-30T20:30:34Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=0632650d0e4250e08a76982ab2713a34e3531b33'/>
<id>urn:sha1:0632650d0e4250e08a76982ab2713a34e3531b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the bytecode interpreter.</title>
<updated>2022-07-30T05:41:17Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-30T05:41:17Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=c7ff0b98146693b60a3f075818f96764f646b2d5'/>
<id>urn:sha1:c7ff0b98146693b60a3f075818f96764f646b2d5</id>
<content type='text'>
I'm too scared to actually try to run it right now.
</content>
</entry>
<entry>
<title>Start the garbage collector.</title>
<updated>2022-03-03T21:48:19Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-03-03T21:48:19Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=056fbf7e7dc727d020ba54e439f2b47411c58e76'/>
<id>urn:sha1:056fbf7e7dc727d020ba54e439f2b47411c58e76</id>
<content type='text'>
I don't think we finished it, but I wrote this code a while ago and I'm
just trying to get it committed.
</content>
</entry>
</feed>
