deosjr / whistle

6 stars 2 forks source link

lisp: add Load() to DRY up the loading function and make it available for external packages #6

Closed deadprogram closed 1 year ago

deadprogram commented 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.