MiniAppleTheApple / MiniAppleTheApple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top Langs

Hi,I am MiniApple from Rio De Janeiro!!

mini_apple = %{
  nick_name: "MiniApple",
  real_name: "Thiago Chen Zhu",
  from: {"Brazil", "RJ", "Rio de Janeiro"},
  birthday: ~D[2007-07-26],
  gender: :male,
  favorite_languages: [:elixir, :javascript, :kotlin, :rust],
  primary_language: :elixir,
  about: """
    I am a functional programming lover.
  """
}
(defn introduction ({:real_name "Thiago Chen Zhu"
                     :from {:country "Brazil"
                            :state "RJ"
                            :city "Rio de Janeiro"}
                     :birthday: "2007-07-26"
                     :gender :male
                     :favorite_languages '(:elixir, :javascript, :kotlin, :rust)
                     :primary_language :elixir
                     :about "I am a functional programming lover."})

About