X-Git-Url: http://git.hcoop.net/jackhill/mal.git/blobdiff_plain/ece70f970306f819b148979c3d17f266c7e08146..fbfe6784d2db983018340e4e1492d8d017029867:/impls/cs/core.cs diff --git a/impls/cs/core.cs b/impls/cs/core.cs index 9bb7a7ab..16eb0564 100644 --- a/impls/cs/core.cs +++ b/impls/cs/core.cs @@ -371,6 +371,7 @@ namespace Mal { {"sequential?", sequential_Q}, {"cons", cons}, {"concat", concat}, + {"vec", new MalFunc(a => new MalVector(((MalList)a[0]).getValue()))}, {"nth", nth}, {"first", first}, {"rest", rest},