Sonny To on 19 Sep 2008 08:16:44 -0700


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

Re: [Qi] Fwd: book deal goes through with printer

  • From: "Sonny To" <son.c.to@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: [Qi] Fwd: book deal goes through with printer
  • Date: Fri, 19 Sep 2008 11:16:31 -0400
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of son.c.to@gmail.com designates 72.14.220.154 as permitted sender) smtp.mail=son.c.to@gmail.com; dkim=pass (test mode) header.i=@gmail.com
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :dkim-signature:domainkey-signature:received:received:message-id :date:from:to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references:reply-to :sender:precedence:x-google-loop:mailing-list:list-id:list-post :list-help:list-unsubscribe:x-beenthere-env:x-beenthere; bh=NaU6d1W1a2y234UuVjt2BhVfJM76byb/igra8JIQMh8=; b=OMRpndRmh8wOL11iHWGwzt+ZwXb+2pU6+XuxXaK9W9cL+CS0rj+rH4RDetqoH8yHjf gSXCARoao6lA431YjmkdUq2n8hjJDyrKSeEI2bHh3/6HC4GMglJfGe6XIsmGFH+QlogK 9vnwNbXGdgXt7DTIAo0zdKNDjC+PA+s8U7hUI=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tRhXMyxczPxiOaTt/3/WbD/T1WyWoy5eqPuHsiD42D8=; b=Labk2sHDZtpYS9mcOspHobTIhPclsP4KHdaJNaD0fzOl/LR48ySNBLHjb3QUwp/1yu ZVM+jEdSIh5GaNBtlUdoyonkTSholeuJsT0h3LCJhLukX3MZeyyNfr5bWDz8W96+b+Uw Yijand4YXXjg7zvwtc6gutCFaw5fBTMzHXIvE=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

On Fri, Sep 19, 2008 at 10:56 AM, Kyle R. Burton <kyle.burton@gmail.com> wrote:
>
> Don't know if any of you guys are following Qi, but the best way I can
> paraphrase it's core concept is: Qi re-defines what 'strongly typed'
> means for programming languages.  One of the things the tutorial goes
> through is extending the type-system by creating a Prime Number type.
> That type then becomes part of the compile-time analysis and type
> checking.
>
> Kyle

what if you have a very large prime number? it would take forever to compile