|
|
|
|
|
by iLemming
305 days ago
|
|
> elisp is a pretty suboptimal programming language for general-purpose programming. Well, because it ain't. it isn't a general-purpose language. It serves a single, specific purpose and excels at that function remarkably well. > if you want to do anything complicated Then you'd delegate the task to more specialized tools, possibly written in general-purpose PLs. Which Elisp is not. |
|