|
|
|
|
|
by aerique
3042 days ago
|
|
I recently had to use Go for the first time at work, while generally Common Lisp is my go-to language. I kinda liked it for a systems language. It has conveniences trickled down from higher level languages[1] that are missing from C & C++ and which make them such a chore to use [1] for example: garbage collection and being able to print an object without have to import vast libraries |
|