Go to file
Vivian Lim 6f7cc53982 forumy stuff 2022-12-14 02:16:16 -08:00
.vscode initial commit 2022-12-10 19:17:51 -08:00
examples work towards being able to follow along with the samples in the core paper 2022-12-13 01:56:13 -08:00
guile-goblins@e2eb28afd6 wip on actually adding goblins. need to move to a linux machine for guile-fibers 2022-12-12 23:58:40 -08:00
guile-modules forumy stuff 2022-12-14 02:16:16 -08:00
src wip cleanup 2022-12-11 00:39:48 -08:00
.gitignore initial commit 2022-12-10 19:17:51 -08:00
.gitmodules wip on actually adding goblins. need to move to a linux machine for guile-fibers 2022-12-12 23:58:40 -08:00
Cargo.lock sample of using closure subroutines 2022-12-11 02:07:18 -08:00
Cargo.toml initial commit 2022-12-10 19:17:51 -08:00
README.md initial commit 2022-12-10 19:17:51 -08:00
default.nix initial commit 2022-12-10 19:17:51 -08:00
flake.lock initial commit 2022-12-10 19:17:51 -08:00
flake.nix work towards being able to follow along with the samples in the core paper 2022-12-13 01:56:13 -08:00
goblins.scm forumy stuff 2022-12-14 02:16:16 -08:00
hello.scm initial commit 2022-12-10 19:17:51 -08:00
repl-init.scm initial commit 2022-12-10 19:17:51 -08:00

README.md

guile-goblins-rs

attempt to run goblins-guile embedded in rust via rust-guile

setup

if using nix, nix develop

if not, install guile 3 (! make sure it's 3)

cargo run --example repl (aliased to repl in nix develop) will launch the guile repl running inside of rust