Lisp: where you have to modify the language to get anything useful done.
I don't really get what's going on here. You made a macro/function that lets you take the nth element of any sequence? Doesn't sound that special to me. :-\
Changing bits isn't hard if you write a function for it. In C++:
Edit: I wrote that code a while ago. A non-template function taking a void* would result in smaller code.
I don't really get what's going on here. You made a macro/function that lets you take the nth element of any sequence? Doesn't sound that special to me. :-\
Changing bits isn't hard if you write a function for it. In C++:
Spoiler
Edit: I wrote that code a while ago. A non-template function taking a void* would result in smaller code.

