aboutsummaryrefslogtreecommitdiff
path: root/load.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-07 21:52:02 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-07 21:52:02 -0500
commit8005a11556e96d9aa076720e9227748c0da09f80 (patch)
tree4a07b0731e2c39620eb476cd4d1521c56fe4f633 /load.bqn
parent44a0fe64a165fd49fd1699d7e227a5705ecc09cb (diff)
Add loader script
Diffstat (limited to 'load.bqn')
-rw-r--r--load.bqn6
1 files changed, 6 insertions, 0 deletions
diff --git a/load.bqn b/load.bqn
new file mode 100644
index 0000000..ed26d0c
--- /dev/null
+++ b/load.bqn
@@ -0,0 +1,6 @@
+# Loader for BQNoise scripts
+# Result is a function that •Imports the script with the given name 𝕩
+
+"load.bqn takes a single option namespace, or no arguments" ! 1≥≠•args
+
+(•args≠⊸⊑⟨•Import,•args⊸•Import⟩)∘(∾⟜".bqn")