atlas-engineer / nclasses

A `define-class` macro for less boilerplate
Other
7 stars 2 forks source link

Update readme.org #10

Closed jgarte closed 1 year ago

jgarte commented 1 year ago

Hi,

This commit just fixes a broken link in the README.

ps

@Ambrevar

Unrelated, I'd be curious to know what you think of these tools for Guix CL development:

https://git.sr.ht/~whereiseveryone/guixrus-scripts https://git.sr.ht/~charje/cl-guix-utils

I'm hosting charje, who's going to give a demo online on April 2nd (TBA).

TLDR

After connecting to the port of a REPL started with, for example guix rus-shell -i sbcl -- sbcl

cl-user> (asdf:load-system "charje.guix")
t
cl-user> (charje.guix:require "str")
t
cl-user> (str:concat "yay" "!")
"yay!"

There's also tooling for determining the ASDF system of a Guix package:

In a sbcl repl:


cl-user> (charje.guix:guix-provides-asdf "alexandria")
"sbcl-alexandria"

In a clisp repl:


cl-user> (charje.guix:guix-provides-asdf "alexandria")
"cl-alexandria"
Ambrevar commented 1 year ago

Charje's scripts are useful indeed, and I'm curious to know how they work!

jgarte commented 1 year ago

@Ambrevar On April 2nd, charje is going to give a demo. I'll announce it on guix-devel. I'll Cc you in case you'd like to come to the demo. It will be over the internet on a Big Blue Button instance: https://meet.nixnet.services