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
I’ve been looking at different programming languages over the years and have built a collection of useful (relatively) links pertaining to some interesting languages. In some cases, the links below will not be the optimal choice, comments regarding such would be much appreciated. In many cases I chose JVM implementations because there was a time […]
So with a month and a half to go I wonder if I can make it to the magical 100 books in a year? Certainly I could if I limit myself to Algis Budrys and PG Wodehouse (which in reality would not be a bad thing). I may or may not cheat to get there, […]
I am spending most of my programming mindshare on the following languages these days: Clojure Scala Java Javascript Python C However, I am trying to find some cycles to work in one or more of Ruby, Groovy, F#, C#, and R. Ahhhh, to not be required to sleep. -m
fogus.jaka – Jaka – Closure – Continuation – Environment – Function – Type – Kernel – Repl – Pair – Lambda fogus.jaka.meta – Mop fogus.jaka.types – Atom – Integer – Float – Symbol fogus.jaka.comp – Compiler Originally you choose one of three doors which have equally randomized probabilities. You have on average a 1/3 chance […]
I have been playing around with my personal programming language Ix and have settled on, what I consider, I clean syntax. I tried to do fancy parsing, but soon realized that since everything is a function call of some sort, then the syntax falls out naturally: — This is a comment — fn( foo “This […]