The problem with this is that it isn't as flexible as a normal frige, it basically has to be built into the house. Also, if you don't have it next to a exterior wall, you have to pipe the coolant through the walls or…
If you implement closures as thunks, you can just free them when done, no need for GC. closure int foo(int x) {return x + y;} int(*foo_p)(int) = malloc(sizeof(foo)); memcpy(foo_p,&foo,sizeof(foo)); return foo_p; So,…
The problem with this is that it isn't as flexible as a normal frige, it basically has to be built into the house. Also, if you don't have it next to a exterior wall, you have to pipe the coolant through the walls or…
If you implement closures as thunks, you can just free them when done, no need for GC. closure int foo(int x) {return x + y;} int(*foo_p)(int) = malloc(sizeof(foo)); memcpy(foo_p,&foo,sizeof(foo)); return foo_p; So,…