-
Recent Posts
Archives
- November 2016
- April 2015
- March 2015
- February 2015
- November 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- March 2013
- July 2012
- March 2012
- December 2011
Categories
- Adobe Reader
- AUCTeX
- autopair
- blogging
- bug
- C
- cl-lib
- closure
- Common Lisp
- comparison
- dash
- debug
- documentary
- dynamic scoping
- elisp
- ELPA
- English
- entropy
- ergodic theory
- export
- exposition
- fish
- fix
- font
- gotcha
- html
- htmlize
- image
- immutable
- information theory
- Internet
- intuition
- Japanese
- javascript
- JPEG
- js2-mode
- KAIST
- keyboard
- kimchi
- Korea
- LaTeX
- lexical-binding
- lexical scoping
- LuaTeX
- managed
- measure theory
- monospace
- movie
- mutable
- namespace
- NEF
- org-mode
- package
- Photoshop
- PNG
- pointer
- portable
- prefix
- process
- Python
- rainbow-delimiters
- region
- rice
- SLIME
- special-variable
- stew
- tablet
- Ubuntu
- unicode
- Windows
- Windows 8
- wireless
- Wordpress
- XeTeX
Meta
Monthly Archives: April 2014
On a documentary film on Orgdot the experiment
What happens when a group of people decide to tackle a social problem, not by voting or charities or anything like that, but by starting a business? I recently saw a documentary film Anxiety (also known with a different title, … Continue reading
default argument in Python and Lisp
Table of Contents the Python mutable default argument gotcha how to give default arguments in Lisp comparing Lisp and Python the None trick and the nil trick further reading optional reading more on the Python gotcha the gotcha will get … Continue reading
emacs lisp and static variable
Table of Contents for a toggle function simply using global variables let over lambda optional reading symbol properties This post is part of the Living with Emacs Lisp series and is about the following question. How does one emulate static … Continue reading
Posted in Emacs, Lisp
Leave a comment
immutable objects and object identity
Table of Contents 1. Meaning of object in Python, Lisp, JavaScript 1.1. in JavaScript 1.2. in Python 1.3. In Common Lisp 1.4. in Emacs Lisp 1.5. value 1.6. JS objects 2. immutable objects and object identity 2.1. what is object … Continue reading