Browse Source

Wrote about Common Functionality, Assembly

Samuel W. Flint 7 years ago
parent
commit
1d9b7bb488
1 changed files with 5 additions and 2 deletions
  1. 5 2
      lisp-cas.org

+ 5 - 2
lisp-cas.org

@@ -87,7 +87,7 @@ The CAS contained in this is called LARCS, or the Lisp Automated Rewrite and Cal
 #+TOC: headlines 3
 #+TOC: listings
 
-* WORKING Common Functionality [0/4]
+* WORKING Common Functionality [1/4]
 :PROPERTIES:
 :CREATED:  <2016-06-11 Sat 22:23>
 :ID:       f153a0fe-ec04-47b1-bdc5-290cc62bc985
@@ -194,12 +194,15 @@ To be able to apply an expansion, you need to determine eligibility.  To do this
   (mapcar #'export *constant-names*)
 #+END_SRC
 
-** TODO Assembly
+** DONE Assembly
+CLOSED: [2016-07-30 Sat 15:43]
 :PROPERTIES:
 :CREATED:  <2016-06-13 Mon 17:20>
 :ID:       d583d5e4-a2c9-432c-9486-cc6baa4239f4
 :END:
 
+This is where the common functions and constants are assembled into their own package.  Almost all of the functions and variables are exported and available for everything else.
+
 #+Caption: Assemble Common Functions
 #+Name: assemble-common-functions
 #+BEGIN_SRC lisp :tangle "larcs-common.lisp"