Thank you for fixing the lambda function.
Here is another thing that looks like a bug to me. The "isa" function is not properly handing elements of vectors or lists.
let(V,vector(1.1,2.2),
L,[1.1,2.2],
[type(V),
V isa "vector",
type(V[0]),
V[0] isa "number",
type(L[0]),
L[0] isa "number"
])
returns:
[ "vector", true, "number", false, "number", false ]
which I think should be:
[ "vector", true, "number", true, "number", true ]
Will
William Haynes
Engineering Department / Professor
Massachusetts Maritime Academy
100 Academy Drive
Buzzar
ds
Bay
,
MA 02532
wha...@maritime.edu