Skip to content
View christopherfujino's full-sized avatar
💻
Maybe coding
💻
Maybe coding

Block or report christopherfujino

Report abuse

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

Report abuse
christopherfujino/README.md
(for-each
  (lambda (lang) (printf "I like ~a\n" lang))
  (list "C" "Go" "OCaml"))
(for-each
  (lambda (lang) (printf "I am proficient in ~a\n" lang))
  (list "C++" "Dart" "JavaScript" "Ruby" "Python"))

Pinned Loading

  1. slothscript slothscript Public

    A scripting language for automation and system administration.

    OCaml

  2. dhb dhb Public

    An interactive environment for bitwise and integer arithmetic.

    Lex

  3. doc-builder doc-builder Public

    Build and maintain docs from tested external source files.

    Go