-
Notifications
You must be signed in to change notification settings - Fork 11
SICP 2.2.3
Prelude:
Discussed FBP, 2D and higher CA, future logistics, TDD, pair programming, DB optimizations.
- Minor flow-based example at figure 2.7
- Dann: What's the downside of this approach?
- Some minor performance penalties for doing it naively, there doesn't seem to be one.
- Granted we might be biased in a similar way (functional and/or flow-based programmers all; maybe primarily imperative programmers would see weaknesses we don't?)
- Dann: What's the downside of this approach?
- Deep tangent to floating point precision, the IEEE floating point standard and treatment of NaN
- More giant tangents
- Trees, Tries (and their pronunciation)
- Thorny because you're always talking about trees when you're talking about tries, so we don't think they should be pronounced the same way. The two accepted pronunciations are "tree" and "try" (we've decided to go with "try" internally to the group) [I thought the conclusion was "try tree", with mandatory finger bunnies].
- Zippers (not these, these)
- Trees, Tries (and their pronunciation)
- Confusion about the Racket definition of
foldl
- Different results are found between
- Haskell
foldl'
- Rackets'foldl
- Thefoldl
defined in SICP [I think Haskell and SICP agree, yes? Racket is the only oddball I've seen so far.]
- Different results are found between
- Haskell
Howdy y'all!
We had another fine meeting on Friday, discussing signal-flow decomposition, tries, queens and NaNs. (Which would make a great band name, those last three.) For this coming meeting we've finally arrived at 2.2.4, the rather lionized picture language.
You can see the last week's notes here: https://github.com/CompSciCabal/SMRTYPRTY/wiki/SICP-2.2.3-notes
And I've started a page for next week's notes: https://github.com/CompSciCabal/SMRTYPRTY/wiki/SICP-2.2.4-notes
Feel free to jot down thoughts, questions and comments ahead of the meeting -- we'll use that page as a communal scratchpad to synchronize our conversation.
As a PSA, here are a few fun upcoming events that may be of interest: https://bentomiso.com/events/bit-bazaar-winter-market-opening-party https://www.uniiverse.com/listings/toronto-tech-wrap-up-2013-toronto-RFWNZ http://guestlistapp.com/events/211971
Happy coding!
Nov 24