<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chromatopelma/lib/csc/compiler.csc, 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/lib/csc/compiler.csc?h=main</id>
<link rel='self' href='https://code.roseh.moe/chromatopelma/atom/lib/csc/compiler.csc?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>Insert references, not values into the map.</title>
<updated>2022-08-24T02:22:05Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-24T02:22:05Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=9e3116423f15269e06b2dad558f07f400e02d210'/>
<id>urn:sha1:9e3116423f15269e06b2dad558f07f400e02d210</id>
<content type='text'>
This fixes a bug in compiler.csc.
</content>
</entry>
<entry>
<title>Fix a few small bugs.</title>
<updated>2022-08-10T04:50:36Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-10T04:50:36Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=13e380cadd4ceb2efbc9e7256ca4609f4ed04133'/>
<id>urn:sha1:13e380cadd4ceb2efbc9e7256ca4609f4ed04133</id>
<content type='text'>
N lines of code will have about 2N bugs.
</content>
</entry>
<entry>
<title>Add include-library-declarations.</title>
<updated>2022-08-07T22:57:42Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-07T22:57:42Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=fe3da18e6f452566e13c6e73ba46e27d0b3a434a'/>
<id>urn:sha1:fe3da18e6f452566e13c6e73ba46e27d0b3a434a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove mutable globals.</title>
<updated>2022-08-02T02:37:49Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-02T02:37:49Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=25750ee505bd976d3c606200fec7253ad40c46d9'/>
<id>urn:sha1:25750ee505bd976d3c606200fec7253ad40c46d9</id>
<content type='text'>
Per a closer reading of R7RS, it's an error to mutate an imported
binding with set!. My apologies to Guile when I said they had a bug.
</content>
</entry>
<entry>
<title>Modify the project structure.</title>
<updated>2022-08-02T02:35:19Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-02T02:35:19Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=acc561366f3fe6ec0377103f52ef0f7e923711c9'/>
<id>urn:sha1:acc561366f3fe6ec0377103f52ef0f7e923711c9</id>
<content type='text'>
Now the lib directory contains what will eventually end up on the
user's /usr/lib/csc. When I write make install, it will copy all of
the .csc files from lib into the destination lib directory. This means I
can start working on the standard library in lib/scheme.
</content>
</entry>
</feed>
