help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does anyone really use emacs in terminal?


From: Pascal J. Bourguignon
Subject: Re: Does anyone really use emacs in terminal?
Date: Sun, 12 May 2013 23:18:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Dan Espen <despen@verizon.net> writes:
> Ah, something to search for that might yield results.
>
> Searching for "vim games", I found this:
>
> http://www.vim.org/scripts/script.php?script_id=172
>
> Downloading and looking at tetris.vim I see that vim has some kind of
> command language, with functions, buffer access, arithmetic:
>
> fu! s:Sort()
>  wh line('.')>1&&matchstr(getline(line('.')-1),'\d\+$')<s:score|move -2|endw
>  let s:pos=line('.')
>  g/^$/d
>  11,$d _
>  redr
> endf
>
>
> I'd don't know if it approaches the power of Emacs Lisp, but there
> is enough there for games.

In the bottom of the Turing tar pit, yes.



-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.
You can take the lisper out of the lisp job, but you can't take the lisp out
of the lisper (; -- antifuchs


reply via email to

[Prev in Thread] Current Thread [Next in Thread]