aboutsummaryrefslogtreecommitdiff
path: root/matlab/core.m
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-02-10 01:51:28 -0600
committerJoel Martin <github@martintribe.org>2015-02-10 01:51:28 -0600
commit0b234e13a114a9f7eb6e44c1febf11158907f0a5 (patch)
tree0ee56d5e99a54ad5e987fc1a27465192b4cb042d /matlab/core.m
parent53942f889aa103e5ea298b92b7a4fc7d7a133d1a (diff)
downloadmal-0b234e13a114a9f7eb6e44c1febf11158907f0a5.tar.gz
mal-0b234e13a114a9f7eb6e44c1febf11158907f0a5.zip
matlab: fix do/slice, strings. Self-hosting!
Fix Makefile stats/stats-lisp.
Diffstat (limited to 'matlab/core.m')
-rw-r--r--matlab/core.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/matlab/core.m b/matlab/core.m
index ef3848e..2f9e1f3 100644
--- a/matlab/core.m
+++ b/matlab/core.m
@@ -206,6 +206,7 @@ classdef core
n('count') = @(a) length(a);
n('apply') = @core.apply;
n('map') = @core.map;
+ n('conj') = @(x) disp('not implemented yet');
n('with-meta') = @core.with_meta;
n('meta') = @core.meta;