Skip to content
View zazedd's full-sized avatar
Block or Report

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 ubi, 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_on = ("zaml", "A type-inferred, statically typed functional programming language inspired by OCaml and Lambda calculus.")

also check out my website


Pinned

  1. zaml zaml Public

    OCaml inspired language

    OCaml 3

  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