Roelof

I would do my own lab (Studio, Author) as I did. Very easy.

The presentation can then be tailored to the audience and based 
on your own experience.

Select carefully the minimum stuff that you want to pass.
You will probably have prepared too much, if the audience 
asks questions during your talk.

Don't forget to define at least one invertible verb.
Then tell your audience that the system can define its inverse: 
"yes, you don't need to write the program! Ain't that for us, 
lazy people?" This will impress an audience of programmers. 
They will remember.

Example:
from system\main\convert.ijs and Chris Burke's article in Vector 12-2: 

   dfh=: 16 #. '0123456789ABCDEF' i. ]
   dfh'FF'
255
   dfh inv 255        NB. no need to define the program!
FF
   hfd=: dfh inv
   hex2 =: &. (dfh :. hfd)
   'FF' - hex2 '22'
DD


~ Gilles


---------- Original Message -----------
From: "Björn Helgason" <[EMAIL PROTECTED]>
To: "General forum" <general@jsoftware.com>
Sent: Wed, 20 Sep 2006 05:40:03 +0000
Subject: Re: [Jgeneral] FW: tutorial

> And while you are at it
> 
> Try the Studio/Demos... part
> 
> You can spend hours there
> 
...
------- End of Original Message -------

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to