|
|
|
|
|
by tikhonj
5158 days ago
|
|
Logo is a Lisp and yet does not really use s-expressions, and even has infix operators. Now, you might argue that means Logo is not a Lisp, but it is actually extremely similar to basic Scheme. You could turn an interpreter for one into an interpreter for the other with mostly minor tweaks. It's also a dialect of Lisp historically. |
|