←back to thread

188 points refset | 2 comments | | HN request time: 0s | source
Show context
eikenberry ◴[] No.41865152[source]
Nice to see a language take developer UX seriously and focus on good compilation times. I wish this was more common.
replies(1): >>41867810 #
1. refset ◴[] No.41867810[source]
Fast compilation is undoubtedly more essential in the Lisp paradigm of REPL-driven, interactive programming with S-expressions than in other languages. A pre-requisite perhaps for the world to 'Stop Writing Dead Programs' [0]

[0] https://jackrusher.com/strange-loop-2022/

replies(1): >>41893931 #
2. tester756 ◴[] No.41893931[source]
Fast compilation is needed in all languages.

Nothing is as annoying as waiting 5-15min for compilation of c++ code