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
Great things and people that I discovered, learned, read, met, etc. in 2023. No particular ordering is implied. Not everything is new. also: see the lists from 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011 and 2010 I’m releasing this year’s post early due to upcoming travel, so please hold off […]
Boards of Canada – Geogaddi (2002) My friend Rob introduced this album to me about 6 years ago and it has since been in constant rotation. In many ways, it’s this album that foreshadows the entire Hauntology movement. Every track is a shining star. Untrue – Burial (2007) As Warren Ellis put it, “Dubstep’s on […]
Lambda C++ \#define Lambda(args, ret, body) \ class MakeName(__Lambda__) { \ public: ret operator() args { body; }} Lambda((int a, int b), int, return a+b) foo; cout
Technorati Profile<br/> Google Chart API<br/> Meta-object protocol<br/> Rails is the best thing that ever happened to Python?<br/> Software Masterpiece<br/> <br/> <br/> A rant about C++ new<br/> Most of the problems mentioned in this document stem from the fact that C++ took a particular class of functionality, namely memory allocation and object construction, and threw a […]
On Abandoning Xlisp-Stat<br/> My first Lisp environment<br/> The new CLIPS home<br/> What other languages should learn from Lisp<br/> Optional type declarations (Common Lisp.) CL allows, but does not require, type declarations. Eloquent Javascript<br/> 5 Whys by Joel<br/> <br/> Garlic programmers…<br/> I have noticed a trend in my own productivity: my productivity varies greatly with the […]
Continue >>