Earlier quoted context omitted.
> I hope you realize that you are arguing against an explicitly subjective statement. Yes. > Nevertheless, please elaborate. What do YOU think is the difference here between feeling and looking? Do you mean that your favorite editor (or the majority of editors) better supports outside parenthesis? Lisp has a two-level syntax. The first level is the syntax of s-expressions. On top of s-expressions we have the actual L…
Is there any good starting point to use lisp in the same way as I would use go? I mean I write web servers and command line tools in go. As an editor I use vim. Some time ago I used DrScheme (now Racket) to write Scheme but I never found it to fit easily into my workflow/use-cases. So I would I like to use the language with the following workflow (100% terminal): - write code with vim: vim main.lisp - simply compile…
Essentially for anything slightly complex one would use an interactive programming style and 'only' deliver the application in a batch style.
Racket is more oriented towards batch programming, compared to popular Common Lisp development environments.