summaryrefslogtreecommitdiff
path: root/README.gmi
blob: 57b6621f2828ef2b75776f8cb2566f202aec0aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
A Common Lisp library for Gemini

=> gemini://gemini.circumlunar.space The Gemini website

Development
===========

You can start a dev shell with Nix. First run:

    direnv allow

Assuming you have nix installed, this will tell direnv to load the nix-shell
environment by default. Or just run `nix-shell`.

Now, to start a repl, just do `sbcl`, or run `start-repl.sh`.

Then in emacs, `M-x slime-connect`.

---

The Gemini protocol is specified on the official website. I recommend using the
Amfora or Lagrange client, but there are many to choose from.

=> gemini://gemini.circumlunar.space/docs/specification.gmi Gemini Spec
=> https://gemini.circumlunar.space/clients.html List of clients