LISP's non-C-style syntax has something for everyone! For LISP users, they don't have to use C-style syntax. For non-LISP users, they can pretend that the reason they don't use LISP is something silly like the syntax, instead of admitting that they're too committed to their existing thought model of programming.
If you don't want to use LISP, that's totally fine with me. There is a beautiful diversity of programming languages out there (and even if you want to use C/C++/Java, that's still perfectly wonderful, keep at it you brilliant prince). Claiming that the language is deficient because of its syntax means you're missing something, unless you have a proposal for an alternate syntax that is still homoiconic. Let me know!
Saturday, December 12, 2009
Sunday, November 15, 2009
Thursday, November 12, 2009
Monday, November 9, 2009
Sunday, November 8, 2009
To convert to/from hexidecimal in emacs, it's advised to use M-x calculator instead of M-x calc. The single-quote key (M-x calculator-rotate-displayer) will eventually get you to the point that you're outputting with the correct formatter (instead of scientific notation). Then:
- H to switch to hex i/o
- C-y to yank a hex number in
- D to switch to decimal
- M-x calculator-copy to copy the number
- backspace to clear the number from calculator
Friday, November 6, 2009
Subscribe to:
Posts (Atom)