|
|
|
|
|
by kovrik
3641 days ago
|
|
I find Shen lang interesting, but never actually tried it.
Can anyone explain few things? 1. Why explicitly call `prolog?` function? Why not make it implicit, so user could use, for example, `member` function (defined via `defprolog` notation) as a normal function? 2. Automatic partial application. I see that example was simplified, but then how it looks in reality? Because I find (* 2) returning `lambda`, instead of 2 confusing. |
|