This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: I can't wrap my head around stack-based languages
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
I was fiddling around with Factor the other day, and I wanted to write a select word as an exercise. For those who don’t know what select does, it takes a predicate and a list and returns a new list containing only the elements that correspond to the predicate. In Smalltalk, this looks [...]