|
|
|
|
|
by layer8
534 days ago
|
|
The main problem is likely that many programmers aren’t familiar with Scheme, or any kind of Lisp. So the material is presented in the context of a host language that itself requires substantial effort to really get used to. Personally, while I did some Lisp back in university and was reasonably conversant in it at the time, nowadays whenever something nontrivial is presented in Lisp, it’s just too much mental overhead to get back into it, in addition to trying to understand the thing that is being presented. Terminology like “logic variable” also needs to be explained, if you want to address an audience that isn’t already familiar with logic programming. |
|