Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] default behaviour when closing texmacs

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] default behaviour when closing texmacs


Chronological Thread 
  • From: Henri Lesourd <address@hidden>
  • To: Robert Jerrard <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] default behaviour when closing texmacs
  • Date: Thu, 08 Dec 2005 02:35:26 +0100

Robert Jerrard wrote:

I'll probably try the icon approach when I
exams are done. I have not programmed in lisp before but it looks
straight-forward enough.


As soon as you know how to write a recursive function,
the usual constructs like (if), (do), etc., and the
different datastructures available (lists, arrays,
different kinds of numbers, including infinite precision,
etc.), and how to deal with these datastructures (read
the value of a list element (a "cons") == (car elt) ;
read the next element of a list element == (cdr elt) ;
build a new list element == (cons car-part cdr-part), etc.),
you know everything you need, and the kernel of mandatory
things to know is quite small.

The rest is a matter of practice...

Best, Henri




Archive powered by MHonArc 2.6.19.

Top of Page