Hacker News new | ask | show | jobs
by deterministic 19 days ago
> Common Lisp it's in places where trying to build such kind of software in C/C++ would be a reciper for disasters.

I personally never blame the tools. I have written fairly complex software in 68000 assembler and it (1) worked fine and (2) was highly maintainable. However it was of course much slower to modify than using a higher level language.

1 comments

M68k asm can be easier than some C++ templates.