let lexa = User.get "lexa"
val lexa : User.t = <abstr>
print_endline (User.about lexa)
my name is clarisse, but people commonly call me lexa. I go by they/them. I am a former student in computer science speaking French and English. I like category theory, linguistics, music and graphic design. I am one of the permanent members of the producer group qexat.
print_endline Group.(page (of_user lexa))
let|> link = Fun.flip @@ List.iter (User.links lexa) in
Printf.printf "* %s\n" link.title
User.support lexa
Support lexa on Ko-Fi: https://ko-fi.com/qexat
let open Db in
let& db = open_path "cool_people.db" in
|> select [ "name"; "page" ]
|> sort_by [ "name" ]
|> pp
| name | page |
|---|---|
| akhil indurti | https://akhil.cc |
| amos wenger | https://fasterthanli.me |
| blueberry wren | https://blueberrywren.dev |
| bob nystrom | https://stuffwithstuff.com |
| emma harper smith | https://emmatyping.dev |
| fox | https://slavfox.space |
| freya holmér | https://acegikmo.com |
| jeanheyd meneide | https://thephd.dev |
| kamila szewczyk | https://iczelia.net |
| louis pilfold | https://lpil.uk |
| lyna | https://blooym.dev/ |
| melody | https://melody.codes |
| monomere | https://monomere.github.io |
| ryan brewer | https://ryanbrewer.dev |