Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

SICP at CppCon

Name: Little Girl Admirer 2020-10-08 0:59

https://youtu.be/7oV7hiAsVTI

I've long since grown out of SICP and have embraced modern C++ move and copy semantics, but I am still excited by the thought of the sepples community being exposed to it.

Actually I love this whole series of talks. All of them are informative and interesting. I do recommended.

Name: Anonymous 2020-10-08 5:39

A lot of SICP stuff is now embedded into C++, or at least into the Objective C. Even tail recursion is there. The only thing missing are continuations, since you need GC for them.

Name: Anonymous 2020-10-08 5:40

>>2
The only thing missing are continuations, since you need GC for them.

Although one can still compile most continuation use cases into usual code. And the rest can probably be emulated with the existing lambda code in Objective C.

Don't change these.
Name: Email:
Entire Thread Thread List