nakkaya / ferret

Ferret is a free software lisp implementation for real time embedded control systems.

Home Page:https://ferret-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using syntactic sugar fails.

chr15m opened this issue · comments

Might be a good idea to document prominently that one must use e.g. (vec ...) instead of [...]. This is a stumbling block for new users.

You can use the hash-map syntactic sugar {:a 12} successfully due to #7 fix.

Hi,

Vectors are not yet supported. They are on the roadmap. Only the data types under Runtime -> Object System -> Objects are implemented.

Best,