read or learn more
λ λ λ
Fogus' Thoughts on life, programming, and thinking
❤ c clj erl pl frink fth cl org pure icl qi ❤
Follow me on Twitter... or RSS...
Run this blog in mobile
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002
<br/> -m
Python generators are very interesting beasts. Essentially, they are functions that can be invoked numerous times while maintaining their state between calls. This is an incremental process defined by the way that the yield keyword is used in the function. That is, every call to the generator’s next() method will return the result of the […]
NetHack-el<br/> What happens when you combine the most advanced, self-documenting, customizable, extensible real-time display editor, Emacs, with nethack, the most elaborate role-playing environment ever invented? Emacs Lisp List<br/> FP in Lisp<br/> But as the port nears completion, I find myself questioning some of the design decisions. Did C++ force me down a path where Lisp […]
Lazy programming<br/> Lazy programming is a general concept of delaying the processing of a function or request until the results are needed. Cloudbook<br/> According to our anonymous source, the initial Cloudbook model will be powered by a Via C7 ULV processor clocked at 1.2GHz, and come with a 30GB hard drive. It will ship in […]
Miguel Tejada was traded today to the Houston Astros for a package of Luke Scott, Matt Albers, Troy Patton, Dennis Sarfate, and Michael Costanzo. On the surface this trade seems like a quantity over quality scenario, but there are a few things to take into consideration:<br/> There is some speculation that Tejada will be listed […]