-
I started another Scheme implementation focusing on libraries:
https://github.com/LiiiLabs/goldfish
Goldfish Scheme is not that awesome, but S7 Scheme is awesome enough!
-
https://srfi.schemers.org/srfi-151/srfi-151.html
We need to create two new library to add bitwise support.
There are already logand, logor available in S7 Scheme, and adding srfi-151 support cou…
-
I was trying to write scheme in a-shell.
After a glance at the *Implementations* section at [scheme.org](https://www.scheme.org), I chose `s7` since it exists as two files: `s7.c` and `s7.h`.
But the…
-
### Mogan Version
1.2.9.1
### Operating System Version and Architecture
Linux nixos
### Describe Bug
❯ xmake build research
[ 9%]: linking.release goldfish
[ 35%]: cache compiling.release src/…
-
Is any way that in near future TIC-80 on Android will support Ruby language? Trying to build android with -DBUILD_WITH_RUBY=ON cause only error in Github Actions(cannot build on computer because I'm t…
-
Here are some recommendations from @weinholt:
* `(chibi match)` - excellent pattern matching syntax. There are a few R6RS-adaptions here and there, but the original from foof is in Snow and Akku.
…
-
This issue is meant for organization/documentation purposes.
As s7 scheme doesn't have any separate module/namespace structure, coming from clojure I really missed this feature. So I cam up with a …
-
error C2129: static function 'unsigned char is_decodable(s7_scheme *,s7_pointer)' declared but not defined
I checked the source code, apparently it is marked out by C MACRO.
-
### Description
the description command is shown to the HTML.
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this issue most clo…
-
as https://github.com/XmacsLabs/mogan/issues/145 says,
I need to replace s7 with PicoScheme.