|
|
|
|
|
by GianFabien
1039 days ago
|
|
I too like the elegance and simplicity of Lisp. I find the uniform syntax of (verb subject arguments...) appealing. But then when I try to use Common Lisp my brain hurts from the thousands of functions and their semantics. Maybe I should have paid more attention to namespaces, etc. Anyway, I find the C-like syntax of JavaScript and its Self-like semantics acceptable. MDN documentation makes the many Web APIs + HTML + CSS accessible. For me Chrome for the GUI and Deno for the back-end with a sprinkling of WASM and TypeScript is sufficient for most of my projects. |
|