[Freeciv-Dev] Re: Perl for scripting
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, Jun 27, 2000 at 11:40:41PM -0500, Cameron Morland wrote:
>
> Well, speaking of weird languages, I suggest we use Postscript to do the
> job. Now _that_'s weird! Here's a simple program to get you going -- if
> you want more, I wrote a Mandelbrot set interpreter in
> PS.... <http://www.eng.uwaterloo.ca/~cjmorlan/fractals/mandelbrot.ps>
Don't joke... there are people who actually find it more
natural to program in postfixed notation :-)
And actually, for some tasks, stack-based processing can be
pretty useful. Constructs like
Ybot {
dup Xleft exch moveto
dup Xright exch lineto
spacing add
dup Ytop ge { exit } if
} bind loop
stroke
pop
or
%string Xleft Ybot fontsize fonttype texto -
/texto {
findfont
exch scalefont
setfont
moveto
show
} bind def
are hard to match ;-)
[]s,
|alo
+----
--
Hack and Roll ( http://www.hackandroll.org )
News for, uh, whatever it is that we are.
http://zope.gf.com.br/lalo mailto:lalo@xxxxxxxxxxxxxxx
pgp key: http://zope.gf.com.br/lalo/pessoal/pgp
Brazil of Darkness (RPG) --- http://zope.gf.com.br/BroDar
- [Freeciv-Dev] Re: Plans for 1.12, (continued)
- [Freeciv-Dev] Re: Plans for 1.12, Steve Hodge, 2000/06/27
- [Freeciv-Dev] Perl for Freeciv scripting? (was: Plans for 1.12), Reinier Post, 2000/06/27
- [Freeciv-Dev] Re: Plans for 1.12, Daniel Burrows, 2000/06/26
- [Freeciv-Dev] Re: Perl for scripting (Re: Plans for 1.12), Lalo Martins, 2000/06/27
- [Freeciv-Dev] Re: Perl for scripting (Re: Plans for 1.12), Tomasz Wegrzanowski, 2000/06/27
- [Freeciv-Dev] Re: Perl for scripting (Re: Plans for 1.12), Lalo Martins, 2000/06/27
- [Freeciv-Dev] Re: Perl for scripting (Re: Plans for 1.12), Tomasz Wegrzanowski, 2000/06/27
- [Freeciv-Dev] Re: Perl for scripting, Cameron Morland, 2000/06/27
- [Freeciv-Dev] Re: Perl for scripting, Tomasz Wegrzanowski, 2000/06/28
- [Freeciv-Dev] Re: %!PS, Cameron Morland, 2000/06/28
- [Freeciv-Dev] Re: Perl for scripting,
Lalo Martins <=
- [Freeciv-Dev] Re: Perl for scripting (Re: Plans for 1.12), Lalo Martins, 2000/06/28
- [Freeciv-Dev] Re: Perl for scripting (Re: Plans for 1.12), Steve Hodge, 2000/06/28
- Message not available
- [Freeciv-Dev] Scripting (was Re: Perl for scripting), Dan Sugalski, 2000/06/28
- [Freeciv-Dev] Re: Scripting (was Re: Perl for scripting), Lalo Martins, 2000/06/28
- [Freeciv-Dev] Re: Plans for 1.12, Reinier Post, 2000/06/26
- [Freeciv-Dev] Re: Plans for 1.12, Tomasz Wegrzanowski, 2000/06/26
- [Freeciv-Dev] Re: Plans for 1.12, Tomasz Wegrzanowski, 2000/06/26
[Freeciv-Dev] Re: Plans for 1.12, Tony Stuckey, 2000/06/20
[Freeciv-Dev] Re: Plans for 1.12, Reinier Post, 2000/06/21
|
|