Skip to content

Commit

Permalink
Add a script that starts a guile nREPL, requires guix
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Jul 21, 2024
1 parent 1157614 commit 3570a15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/guile/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.socket
guile-ares-rs/
.nrepl-port
5 changes: 5 additions & 0 deletions dev/guile/nrepl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

git clone https://git.sr.ht/~abcdw/guile-ares-rs
cd guile-ares-rs || exit
make ares-rs

0 comments on commit 3570a15

Please sign in to comment.