nakkaya/ferret

Trying to use `for` throws an error.

Closed this issue · 2 comments

A for of the form:

(for [p start-low]
  ...)

Throws the following error:

WARN unsopported form => [p start_low]

I am using doseq instead.

Hi,

The reason for this error is for is not yet implemented.

Best,

@nakkaya Have you made any progress on this? Or list comprehensions in general?