#7,799 in Computers & technology books

Reddit mentions of Let Over Lambda

Sentiment score: 0
Reddit mentions: 2

We found 2 Reddit mentions of Let Over Lambda. Here are the top ones.

Let Over Lambda
Buying options
View on Amazon.com
or
    Features:
  • Ghirardelli is the premium baking brand in the U.S. because we use our expertise in chocolate to create high quality baking products that have luxuriously deep flavor and smooth texture.
  • With Ghirardelli, you can create impressive, yet easy-to-make desserts. 100% all Natural. 100% Impressive.
  • Made with real chocolate.
  • pack of 1 - 3 pound gift box
  • Made in USA.
Specs:
Height9 Inches
Length6 Inches
Number of items1
Weight1.24120253506 Pounds
Width0.85 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Let Over Lambda:

u/SuperGrade ยท 1 pointr/programming

You can kind of do it, it's just annoying.

If you want it on the heap, it becomes a circular reference, and thus a bit mayhemous in ObjC/C++ without spilling the problem outside and making sure you capture a weak reference/__block (in ObjC)

Basically, you have to do
this = nil;
this = lambda () { refer to this }

Now we're getting into where Lisp macros make this sorta stuff a lot nicer (alambda/what you say is of course trivial; but) this sort of thing is discussed in:

http://www.amazon.com/Let-Over-Lambda-Doug-Hoyte/dp/1435712757/ref=sr_1_1?ie=UTF8&qid=1313767251&sr=8-1