Skip to content

Commit

Permalink
Cleanup TODOs, add some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BostX committed Jul 22, 2022
1 parent 877f615 commit 6c053f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.rkt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#lang racket

;; TODO try #lang hacket - haskell + racket
;; https://lexi-lambda.github.io/hackett/index.html

(module+ test
(require rackunit
racket/match))
Expand Down Expand Up @@ -80,8 +83,6 @@ racket main.rkt -nfp shells title
racket main.rkt -f \"shells|linux\" -p title
"
#:once-each
;; TODO check if the case-sensitivity-params value is allowed
;; TODO crp: read /home/bost/dev/notes/org-roam/*utf8.org
;; see also .spacemacs definition
[("-f" "--files") REGEXP
"Regexp matching a list of file-names in the org-roam
Expand Down
3 changes: 3 additions & 0 deletions notes.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
racket/function ;; curry
racket/syntax
syntax/id-set))
;; Also the `partial` from (require rackjure) can be used
#;(require (rename-in racket/function
(curry partial)))

(define-syntax (notes form)
(syntax-parse form
Expand Down

0 comments on commit 6c053f2

Please sign in to comment.