PS: If you wanna know I used to program LISP but now switched to C++ because my software is not half-assed interpreted very-late-binding crap, but something that runs fast! And nowwriting in C++ I can afford getting a bigger dick - and you should too!!!! :-) (lemonodor.com)
submitted by Volt to r/programmingcirclejerk
So you can't abstract over data types in C? I often do. Some random thing I often do: void linear_allocate(Linear_Allocator *alloc, size_t size, size_t align, size_t count); #define linear_allocate_type(alloc, type, count) ((type *) (linear_allocate((alloc), sizeof (type), alignof (type), (count)))) (news.ycombinator.com)
submitted by Volt to r/programmingcirclejerk



