|
|
|
|
|
by sooheon
2262 days ago
|
|
Formatting helps for presentation, just as it does for human text. (defn fac [x]
(if (= x 1)
1
(* x (fac (dec x)))))
> (I (wanted) (to learn ((some)) Clojure in the past) but [quickly] ([(realized it was (not) for me)]))This is missing semantics for morphology. Delimiters aren't strewn about randomly, they precisely delineate the AST. |
|