Joseph Donaldson

Results 3 issues of Joseph Donaldson

make-client-socket and make-server-socket now both accept a domain keyword argument specifying the address family for the resulting socket. By default, domain is 'inet (i.e., IPv4) but can also be 'inet6...

extend the module system to support prefixing exported symbols with a user-provided symbol. For example, the following prefixes all of the exports from the test module with t-. (import (:prefix...

This includes better support for gcc attributes, asm exprs/statements, and _Static_assert. Corrections to string and character literal parsing were also made. With these changes, we can now successfully parse many...