~fitzsim/eroboros

Vacietis: Update submodule
README: Use --depth=1 when cloning Emacs
Vacietis: Point to sr.ht/~fitzsim

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~fitzsim/eroboros
read/write
git@git.sr.ht:~fitzsim/eroboros

You can also use your local clone with git send-email.

Test with Vacietis
==================

git clone --depth=1 git://git.savannah.gnu.org/emacs.git
cd ./emacs
./autogen.sh
./configure --without-all --without-json --without-x --without-libgmp
cd ..
cp ./ftoastr-test.c ./emacs/lib
./emacs.lisp ./emacs

Test with C compiler
====================

cd ./emacs
make -j
cd ./lib
cc -o ftoastr-test ftoastr-test.c libgnu.a
./ftoastr-test # => 0.1
echo $? # => 3