As a guy who started in lisp I always find LSP to be a weird uncanny valley situation. It's like 99% of a REPL, but it will always have corner cases where that 1% difference is important.
Do you recommend any resources explaining the workflow?
51–60 of 79 posts
As a guy who started in lisp I always find LSP to be a weird uncanny valley situation. It's like 99% of a REPL, but it will always have corner cases where that 1% difference is important.
Do you recommend any resources explaining the workflow?
Earlier quoted context omitted.
When you use “we” hopefully you are referring to someone on your team. Just be careful, the first step down the rabbit hole of AI psychosis is humanization of LLM.
It’s me and my plucky gang of agents!
Pretty pleaser please people don't get your agents registered as direct-reports in the org-chart with HR!
1. Use bash to stream code into a new file
2. Run file
3. Check the change step 2 did.
4. Delete file from step 1
As a guy who started in lisp I always find LSP to be a weird uncanny valley situation. It's like 99% of a REPL, but it will always have corner cases where that 1% difference is important.
I still don't understand what is about REPL that lisp people find particularly useful. Do you recommend any resources explaining the workflow?
As a guy who started in lisp I always find LSP to be a weird uncanny valley situation. It's like 99% of a REPL, but it will always have corner cases where that 1% difference is important.
I still don't understand what is about REPL that lisp people find particularly useful. Do you recommend any resources explaining the workflow?
As a guy who started in lisp I always find LSP to be a weird uncanny valley situation. It's like 99% of a REPL, but it will always have corner cases where that 1% difference is important.
I still don't understand what is about REPL that lisp people find particularly useful. Do you recommend any resources explaining the workflow?
Earlier quoted context omitted.
I still don't understand what is about REPL that lisp people find particularly useful. Do you recommend any resources explaining the workflow?
Not only Lisp, but Javascript and Ruby (AKA dynamic languages) devs also rely heavily in REPLs, for me at least the reason is that you don't know what value a variable holts, so you need to inspect them somehow, with typed languages you have less reasons to reach such tool.