Skip to content
View clovisphere's full-sized avatar
😺
😺
  • Nairobi, Kenya

Block or report clovisphere

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
clovisphere/README.md

Saving the world one commit at a time (with questionable commit messages).

(* ~/bio/whoami.ml *)

type engineer = {
  role: string;
  location: string;
}

let me = {
  role = "Software Engineer";
  location = "Nairobi, Kenya";
  stack = ["Python"; "OCaml"; "Go", "Ruby"; "Scheme"];
}

let () =
  Printf.printf "Hey, there 👋 I'm a %s based in %s.\n" me.role me.location;
  Printf.printf "Currently hacking in: %s\n" (String.concat ", " me.stack);

Clov's Github activity graph

Pinned Loading

  1. omar omar Public

    Omar is an AI-powered spiritual guide offering wisdom, reflection, and comfort across faiths and philosophies.

    Python