From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id A59ECBC69 for ; Fri, 26 Oct 2007 13:09:09 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAKpnIUfRVYC/kmdsb2JhbACOXgIBAQcEBAkg X-IronPort-AV: E=Sophos;i="4.21,332,1188770400"; d="scan'208";a="18648208" Received: from fk-out-0910.google.com ([209.85.128.191]) by mail4-smtp-sop.national.inria.fr with ESMTP; 26 Oct 2007 13:09:09 +0200 Received: by fk-out-0910.google.com with SMTP id b27so986277fka for ; Fri, 26 Oct 2007 04:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; bh=kFAz6Xoe65FuDbbsbbimTrEbecrhOQaJryvAcyGfiuw=; b=bVdu6BlFdG1Awi8SfPLTkI7f2wXwxZsLBtjRU1ipso9cv7Pgj3PgvHWYM2Qv2d8FBI7SjO+KH6RRalgZeStMkcl1pbg9580iJSr9Vq8cNjbKM/sJ1jy88HjhrDyeaps4p6DkdmnscmOTTZD698i75qC1EuvAirTEyrPWq4/tm4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=LqngQXLoZpKQTeJy8ljeTFnsZR6CFJnZmW6IuBqubUcqcIHTKlHJakcKZYOGqsTXNXX8rpx1VCNA17te5xAIvpMed/+B6UUYzHAfYlw66L0/s0+UiHoYuU0gQPLFGJq2ZTykK2RVATvasvkbqaCcss85eSwavm7TaUTP6TIASfk= Received: by 10.82.114.3 with SMTP id m3mr5814883buc.1193396948734; Fri, 26 Oct 2007 04:09:08 -0700 (PDT) Received: from ?192.168.0.12? ( [82.235.58.110]) by mx.google.com with ESMTPS id y6sm6627585mug.2007.10.26.04.09.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Oct 2007 04:09:06 -0700 (PDT) Subject: Re: [Caml-list] Which syntax to teach ? From: David Teller To: Jon Harrop Cc: caml-list@yquem.inria.fr In-Reply-To: <200710250002.58587.jon@ffconsultancy.com> References: <1193225773.3612.27.camel@Blefuscu> <200710250002.58587.jon@ffconsultancy.com> Content-Type: text/plain Date: Fri, 26 Oct 2007 13:09:12 +0200 Message-Id: <1193396952.7675.11.camel@Blefuscu> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: David Teller X-Spam: no; 0.00; syntax:01 ens-lyon:01 0100,:01 solver:01 cheers:01 wrote:01 caml-list:01 functions:01 motivation:02 let:03 gui:03 shell:04 thu:05 i'd:06 linux:07 On Thu, 2007-10-25 at 00:02 +0100, Jon Harrop wrote: > They could use FTP and a remote shell to access your Linux box from their > Windows box. Not feasible, I'm afraid, as the university won't let me put a server accessible from the outside. > I'd also suggest giving them some working programs at the beginning of the > course (e.g. the ray tracer and the GUI sudoku solver) and telling them that > they'll be able to understand them by the end of the course. I found this > kind of motivation sorely lacking on many of my courses (e.g. Greens > functions). Interesting idea. I'll keep it in mind, thanks. Cheers, David