elaborate on goals for upcoming work
Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
parent
c2c1cbfc44
commit
5e15109b0c
2 changed files with 41 additions and 19 deletions
|
|
@ -20,9 +20,21 @@
|
|||
;; This file contains features that help you develop new features at the REPL
|
||||
|
||||
;; basic goals
|
||||
;; (def dump-sym '' ())
|
||||
;; (def get-sym-deps '' ())
|
||||
;; (def dump-sym-with-deps '' ())
|
||||
;; (def get-sym-deps
|
||||
;; 'gets all global symbols referenced by the definition of a symbol'
|
||||
;; (sym) ;; probably just iter over and call 'set?' on symbols
|
||||
;; ()) ;; then return a stack of symbols
|
||||
|
||||
;; (def dump-sym
|
||||
;; 'writes a symbol to a library file'
|
||||
;; (sym lib) ;; check if lib exists
|
||||
;; ()) ;; write to lib
|
||||
|
||||
;; (def dump-sym-with-deps
|
||||
;; 'writes a symbol, with all its dependencies, to a file'
|
||||
;; (sym lib) ;; make a list of sym and all its deps
|
||||
;; ()) ;; iterate over that list and add new elements that are deps of iter
|
||||
;; when a full iteration happens with no change, begin dumping all symbols into lib
|
||||
|
||||
;; stretch goals
|
||||
;; (def diff-sym '' ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue