Skip to content
View Nondv's full-sized avatar

Block or report Nondv

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

Pinned Loading

  1. clojure-style-guide clojure-style-guide Public

    Forked from bbatsov/clojure-style-guide

    Русский перевод Clojure Style Guide

    26 5

  2. experiments experiments Public

    Just random stuff

    Ruby 5 3

  3. A simple lisp POC implemented in clo... A simple lisp POC implemented in clojure. Dynamically bound. Lambdas can receive code unevaluated. Written just to prove a point LOL
    1
    (comment
    2
      ;; To run code from the file:
    3
      (stupid-eval
    4
        '()
    5
        (read-string (slurp "code.lisp")))