Lisp: question of Mirko.Vukovic

  • pascal_j_bourguignon / 200 / Wed, 24 Jun 2009 01:46:00 GMT / Comments (0)
  • Mirko.Vukovic writes:

    No, no, no.
    The only reason why I am programming in fortran and lisp in UPPERCASE is because I yearn for the good old days. But seriously, I like the idea very much, except, that the one thing I like more are, ahem, portability. Would this fly across platforms and IDE's?
    Of course. What matters is not what is in the file, or what you type,but what is displayed.

    When I type (SIGMA '(1 2 3 4)) in my lisp buffers in emacs, it displays as (=CE=A3 '(1 2 3 4)), as part of font-locking, and I'm happy,=20 but it saves to files as (SIGMA '(1 2 3 4)) and my co-workers are happy,=20 and my lazy friend can type Alt-S-s, bound to (lambda () (interactive)=20 (insert "SIGMA")) and be happy too.=20=20

    It more or less defeats the purpose of Unicode,=20 but that maintains backward compatibility.
  • Keywords:

    mirko.vukovic, lisp

  • http://programming.itags.org/lisp/162555/«« Last Thread - Next Thread »»
  • Lisp Questions

    • accelerators + TAB

      Hi.Is this possible to use key "TAB" as shortcut in sections ACCELERATORSin file acad.mnu ?for examp...

      By krzysiek, 1 Comments

    • Abuse of defvar?

      As a Lisp newbie, I thought I would ask some opinions from personsmore knowledgeable than I about th...

      By david_trudgett, 9 Comments

    • abuse

      How much abuse much I take on freenode.net #lisp?This is over the top.Now apparently I am banned and...

      By john_thingstad, 9 Comments

    • Abstraction without performance penalty?

      (loop(when (or hope despair)(cerror "Deal with life as it is.""What do I do now?")))...

      By mmcconnell17704_yahoo, 2 Comments

    • Abstracting functions in DSLs

      Greetings,I've created a simple embedded language for defining "missions" in thegame I work on ...

      By michael_warnock_gmail, 6 Comments