Skip to content
View zazedd's full-sized avatar

Organizations

@NixOS @tarides

Block or report zazedd

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
zazedd/README.md

studying at fcup, portugal

let lst = [ "Welcome"; "to"; "my"; "GitHub"; "profile"; "!" ]

let () =
  List.fold_left
    (fun acc a ->
      match a with "!" | "Welcome" -> acc ^ a | _ -> " " ^ acc ^ a)
    "" lst
  |> print_endline

let interests = [|
  "Functional Programming";
  "Compilers and Interpreters";
  "Type Theory";
  "Cybersecurity";
|]

let working_at = ("tarides", "creating an OCurrent pipeline for radiocarbon dating")

also check out my website


Pinned Loading

  1. zaml zaml Public

    OCaml inspired language

    OCaml 8

  2. strange_cipher strange_cipher Public

    An encryption/decryption algorithm based on Lorenz's Strange Attractor

    Rust 4

  3. solar-system solar-system Public

    OpenGL Solar System with a couple of interesting features

    C

  4. money money Public

    To get away

    Dart

  5. soundscapes soundscapes Public

    Get a playlist based on how you are feeling

    Elm

  6. .dotfiles .dotfiles Public

    My configuration for all of my systems using Nix

    Nix 2