Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <stdio.h>
#include <string.h>
#include <string>
#include <map>
#include <queue>
#include <set>
#include <algorithm>
#include <functional>
#include <cmath>
(ns lection02.core)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Namespaces
;; Refer
;;---------------
(comment
(ns lection03.core)
;; Eval
(eval '(+ 1 2))
(defn my-pre-macro1 [a b]
(eval (list '+ a b)))