Dan Leslie

Results 8 issues of Dan Leslie

Canadian news sites tend to go trending easily because of the digital culture in Canada; it would be helpful to see revisions of Canadian news. The CBC, Tyee, National Post,...

Unless I missed it in my cursory scan of the project, it appears that Cyclone lacks `apropos` support. (Something I wish was in RnRS). In order for [geiser](https://github.com/jaor/geiser) to support...

- Removed baked-in -msse call - Added explicit casts for some compiler warnings Fixes #1206 And now it works fine on my Pinebook Pro and my RPi4.

**SLADE Version**: all **Operating System**: Anything aarch64 **Issue Details**: This would _almost_ work on arm/aarch64/etc if not for the `dumb` library and the baked-in `cmake` C flag `-msse`. As it...

linux
compilation

I bisected, it appears that 4749522605b2e88d2c2ce38cdd579e2b99990b37 was the last commit to build a functional Docker container. Build log for current head 21818f7547569a796e16a6694e5bf6541f096d75 is attached. [build.log](https://github.com/andwn/marsdev/files/13326683/build.log)

I've started poking at this in this branch: https://github.com/dleslie/r7rs-swank/tree/chicken5 In the above, Chicken5 now launches r7rs-swank without issue, but appears to get stuck in an infinite loop when evaluating even...

``` #> gxpkg install github.com/ecraven/r7rs-swank ... install github.com/ecraven/r7rs-swank ... build github.com/ecraven/r7rs-swank *** ERROR IN gx#core-expand-ref% -- Syntax Error *** ERROR IN "common/handlers.scm"@354.23 --- Syntax Error: Reference to unbound identifier ......

I ran into a segmentation violation while a short way into the tutorial you wrote: ``` scheme (import chicken scheme) (use hypergiant) (define keys (make-bindings `((quit ,+key-escape+ press: ,stop)))) (define...