Skip to content

Commit

Permalink
Add notes in preparation for next lfe release
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Sep 17, 2016
1 parent 89ee419 commit aa62241
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
{lodox, {git, "git://github.com/lfe-rebar3/lodox.git", {tag, "0.15.1"}}}
]}.

%% TODO:
%% {deps, [{lfe, "1.2.0"]}.

{lodox, [
{apps, [
{levaindoc, [
Expand Down
4 changes: 4 additions & 0 deletions src/levaindoc.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
(export (convert-string 1) (convert-string 3) (convert-string 4)
(convert-file 1) (convert-file 3) (convert-file 4)))

;; TODO:
;; (include-lib "lfe/include/clj.lfe")

;;; ============================================================ [ Conversions ]

(eval-when-compile
;; TODO: Remove this and use clj:defn once a new lfe Hex package is published.
(defun defn (name args doc body)
"Similar to Clojure's `defn`. Define and export a function."
`(progn (defun ,name ,args ,doc ,body)
Expand Down

0 comments on commit aa62241

Please sign in to comment.