cndreisbach / funl

FunL is a function-level programming language implemented in Javascript.
The Unlicense
6 stars 0 forks source link

Composition is ridiculously slow / broken #5

Closed cndreisbach closed 11 years ago

cndreisbach commented 11 years ago
funl> [1, [1, 2], 3]:1
[ 1, 2 ]
funl> (1 | [1, [1, 2], 3])

These should be equivalent. Instead the latter hangs forever.

cndreisbach commented 11 years ago

Fixed in 5213db9aaf209ab14fbf10d206adf50473b19211