Mit „clojure“ getaggte Nachrichten
-
articles.nhmtech.com/maybe-not…
A reply to Rick Hickey's talk github.com/matthiasn/talk-tran… from an OCaml perspective, with some references to Haskell.
#RichHickey #MaybeNot #Clojure #ClojureSpec -
An example figwheel + rum + ring + bidi usages #Clojure
https://github.com/veer66/rum3 -
Thai Clojurians Facebook group https://www.facebook.com/groups/clojurethai #Clojure
-
Thai Clojurians including new comers will studying http://langintro.com/cljsbook/functions_in_cljs.html together this week. #Clojure
-
(lazy-seq ...) #Clojure (in Thai) https://veer66.wordpress.com/2016/10/19/lazy-seq-clojure/
-
What is fn* in #Clojure?
-
By lazy evaluation-based file reading, when it is out of scope of with-open, maybe file has not been read yet but file was closed. #clojure
-
I cannot put Thai string in Hiccup and #Ring so I wrote this to use instead of Ring's one. http://qttr.at/1fix #Clojure
-
Using inlein is so convenient for a small program with some dependencies. #clojure
-
In #Clojure, although sequence is being used, (cons something seq) constructs a cons cell, which is similar to a singly-linked list.
-
I just realize that for coding in #Clojure, I use sequences instead of singly-linked lists. http://clojure.org/reference/sequences
-
(println 10) in #Clojure is quite similar to print(10) in Python. It is very easy to understand just moving the parenthesis.
-
Can we use a memory pool/arena in #Clojure in order to avoid costly memory allocation?
-
My program took 2 seconds for running; but after I use pmap instead of map, it took 1 minute lol. #Clojure
-
Maybe this is the thing in #Clojure that is the most similar to CLOS. http://qttr.at/1bxq
-
By running lein with openjdk I got this: "Caused by: java.lang.ClassNotFoundException: sun.misc.Launcher" #clojure