about summary refs log tree commit diff stats
path: root/shen/rms.shen
diff options
context:
space:
mode:
Diffstat (limited to 'shen/rms.shen')
-rw-r--r--shen/rms.shen8
1 files changed, 8 insertions, 0 deletions
diff --git a/shen/rms.shen b/shen/rms.shen
new file mode 100644
index 0000000..f7a17cb
--- /dev/null
+++ b/shen/rms.shen
@@ -0,0 +1,8 @@
+(set *hush* true)

+(LOAD "rms-sysdep.lisp")

+(declare sqrt [number --> number])

+(specialise sqrt 1)

+(tc +)

+(load "rms-defs.shen")

+(set *hush* false)

+(output "~A~%" (rms (iota 10)))