Skip to content
View lnostdal's full-sized avatar
🎧
Clojure, PostgreSQL, Linux
🎧
Clojure, PostgreSQL, Linux

Sponsoring

@weavejester
@huahaiy
Block or Report

Block or report lnostdal

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

  1. Move a file atomically in Clojure Move a file atomically in Clojure
    1
    
                  
    2
    ;;; Move a file atomically in Clojure.
    3
    ;; This will also replace the target file if it exists since REPLACE_EXISTING is included in the options at the end.
    4
    
                  
    5
    ;; user.dir == current working directory (on Linux at least).
  2. Clojure: Performance of with-local-v... Clojure: Performance of with-local-vars vs. atom vs. volatile vs. unsynchronized-mutable field
    1
    ;; Performance of with-local-vars vs. atom vs. volatile vs. unsynchronized-mutable field.
    2
    
                  
    3
    
                  
    4
    (definterface IOObject
    5
      (setVal [new-val])
  3. ring-jetty9-adapter ring-jetty9-adapter Public

    Forked from sunng87/ring-jetty9-adapter

    Ring adapter for jetty9, which supports websocket and http2

    Clojure

  4. ring-sse ring-sse Public

    Forked from bobby/ring-sse

    Ring async (Spec 1.4+) Server-Sent Events handler (and helpers)

    Clojure