[ prog / sol / mona ]

prog


Monads,Async/Await : Algebraic Effects in C99

12 2021-01-14 09:40

#define isstring(x) _Generic((x),char*:1,default:0)
>>11
You means something like constexpr functions with loops?

13 2021-01-14 09:46

>>11
There is nothing "Too dangerous" for C, even inline assembler insert in the middle of function.

14 2021-01-14 09:55

>>11
Its entirely possible to do such things as loops, monads,
functional composition. It will be very slow to utilize the preprocessor for it, but its entirely possible.
http://rosettacode.org/wiki/Category:Order

69


VIP:

do not edit these