Closed deadprogram closed 1 year ago
This PR adds a Load() function to the main lisp package to both DRY up the loading function for internal packages like datalog and also make it easier for external packages that just want to use the default implementation.
lisp
datalog
This PR adds a Load() function to the main
lisp
package to both DRY up the loading function for internal packages likedatalog
and also make it easier for external packages that just want to use the default implementation.