Jump to content

best strategy for organizing large strings and functions


Recommended Posts

Hello!


My apologies if there is a better thread for this topic, but I am wanting to organize a composition to reference other files (one which will contain lists which are large enough to be unwieldy and the other for my functions).

Approaching this with ADSF would have me creating a system to load.

Something like:

(defsystem "composition-lisp"
  :description "composition-lisp: Tom trying to organize and load multiple files."
  :version "0.0.1"
  :author "Tom Tolleson <tom@example.com>"
  :licence "Public Domain"
  :depends-on ("optima.ppcre" "command-line-arguments")
  :components ((:file "/common-lisp/composition-lisp/composition-lisp.ads")
               (:file "macros" :depends-on ("packages"))
               (:file "hello" :depends-on ("macros"))))

 

However, I'm wanting to do things in the most simple way possible and I'm sure I've missed it. I'm happy to delete this and repost as a comment in a more appropriate thread if needed.

Thanks,

THT

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy