-
**Describe the bug**
`cyclone` fails to compile programs due to missing runtime dependencies on `gcc` and `libck`
**To Reproduce**
Steps to reproduce the behavior:
1. `nix-env -i cyclone`
2. `e…
-
Hi! Does Cyclone Scheme have a method of handling dates and times beyond `(current-seconds)`?
I've scoured the documentation but there doesn't appear to be any way to format an ISO 8601 compliant d…
-
I'm using Cyclone 0.3.3. I have the following code in a file ``bitfield.sld``:
```
(define-library
(koz bitfield)
(import (rename (except (scheme base) length set!)
(byte…
-
Hello,
I am attempting to build Cyclone on FreeBSD-14 (CURRENT) on amd64. cyclone-bootstrap builds successfully, and I have created a FreeBSD Port of that (in my local working Ports tree), and have…
-
Arthur reported the following error when using cyclone-winds in an MSYS2 environment:
```
cyclone> (import (cyclone match))
Error: Unable to load symbol: "/usr/local/share/cyclone/cyclone/match.s…
-
There is a wealth of information here: https://docs.scheme.org/surveys/
Review Cyclone output and compare with other schemes for accuracy.
-
When I run `icyc` on MacOS, the REPL seems to "hang" and not execute anything.
```
okefenokee:~ conner$ rlwrap icyc
:@
@@@
@@@@:
`@@@@@+
.…
-
I started down this path after seeing failures when trying to use `cyclone format`.
I installed `cyclone-bootstrap` as directed in the documentation for the Mac since
the brew installation is not …
-
[The file on Dockerhub](https://hub.docker.com/r/schemers/cyclone/dockerfile) assumes that Cyclone is already installed on the system.
Instead, we need to use one that pulls from the `cyclone-boots…
-
Hi, @justinethier! Could you help me please? What am I missing?
```scheme
(import (scheme base)
(scheme write))
(define proc-list
'(("lambda-add"
. (lambda ()
((lamb…