Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created August 5, 2011 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boxxxie/1128542 to your computer and use it in GitHub Desktop.
Save boxxxie/1128542 to your computer and use it in GitHub Desktop.
(helper-macro menubuttons :Field :Type :Collation :Attributes :Null :Default :Extra :Action)
;produces
(defstruct menubuttons-fields :Field :Type :Collation :Attributes :Null :Default :Extra :Action )
(def *menubuttons-csv-file* "data/menubuttons.csv")
(defn fetch-menubuttons-data [] (load-data-from-csv *menubuttons-csv-file* inventory-fields))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment