[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: article: "Nand to Tetris: Building a Modern Computer System from First Principles"
- To: Robert <http://dummy.us.eu.org/robert>
- Subject: Re: article: "Nand to Tetris: Building a Modern Computer System from First Principles"
- From: Brian <http://www..edu/~b>
- Date: Thu, 9 May 2024 20:23:17 +0200
- Arc-authentication-results: i=1; mailroute.net; arc=none (no signatures found); dkim=pass (2048-bit rsa key sha256) header.d=.edu http://www..edu/~header.i= header.b=NTVf00lw header.a=rsa-sha256 header.s=google; dmarc=pass policy.published-domain-policy=reject policy.applied-disposition=none policy.evaluated-disposition=none (p=reject,d=none,d.eval=none) policy.policy-from=p header.from=.edu; iprev=pass smtp.remote-ip=209.85.128.43 (mail-wm1-f43.google.com); spf=pass http://www..edu/~smtp.mailfrom=b smtp.helo=mail-wm1-f43.google.com; x-ptr=pass smtp.helo=mail-wm1-f43.google.com policy.ptr=mail-wm1-f43.google.com; x-return-mx=pass header.domain=.edu policy.is_org=yes (MX Records found: alt2.aspmx.l.google.com,alt1.aspmx.l.google.com,alt3.aspmx.l.google.com,alt4.aspmx.l.google.com,aspmx.l.google.com); x-return-mx=pass smtp.domain=.edu policy.is_org=yes (MX Records found: aspmx.l.google.com,alt1.aspmx.l.google.com,alt3.aspmx.l.google.com,alt4.aspmx.l.google.com,alt2.aspmx.l.google.com); x-tls=pass smtp.version=TLSv1.3 smtp.cipher=TLS_AES_256_GCM_SHA384 smtp.bits=256
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d= mailroute.net; h=from:content-type:content-transfer-encoding :mime-version:subject:date:references:to:in-reply-to:message-id; s=mr01; t=1715279012; b=PPUrEx2HxirTTM1zc0w+Z39VdnnuTBLV/OLWCo CX94M=; b=fDqAHl7XYOdknt29wgFT4TN8rjkN9JN3RKdnPZCCqHaF9ChNHVUe4K 6QovWCYjzP5oJS8SF/aFej0WKPZG9NE8Q9Z/Ns+CLZFPBfLPB0Lhei/jfhD8suJJ sAfAakkFmtvvGNmCYYCr+oQv4Jlk6NCs6DqJuadZ2oTn7eM9s/gFAstWPIAxWWPE p0GF2hYc+LIwwdoYKg0IVgAV8t7cZKWesIseBDW/ouroFP9EequAQOfmP97KWC3a 4D6IsGo9i1PLx4pKwiww4+OfpCwv2xt+s3zLWvoUNNuWCma/uhKCehSjVaObXaT/ 7uKDr6PqCeJAg2tD5Leg5bU+5kY6uEww==
- Arc-seal: i=1; a=rsa-sha256; cv=none; d=mailroute.net; s=mr01; t= 1715279012; b=0R5+v7BzcZ/fY/GIazHvV1mbjt+rAb6JiovcCYugeQjYFR0Fr mjxR1fgf6QBlzFLDTqRlaXajthOyUNIOmj1Qqm6AcyqFm+BQsQM+2tnZ7W0M+OzQ vAvJYQr4FyaX6Krg6WbDyxfdPisa+92Xx1lUBjYs6LHEubMJVIdurb2uy5jUAZNa Mya1q/qt8dbwFScKVaSHJ0lVrL2vyJL/2k93OG12lEdZvtX9pmDDdemQ2FyH0lUO 2fQGrRFiUoegIOYlpXVXH2/24kKDNa/pKX3joz9rqfMkO8ZMOzNNISlTOT2/4TJU PN50nlUvm4BGvBIbdwO3a2VFx3QT1225gHwg==
On May 9, 2024, at 5:01 PM, Robert <http://dummy.us.eu.org/robert> wrote:
> I am amazed that this can be done in a single semester.
It's all about abstraction. They don't actually do the physical hardware, for
example; they use a circuit simulator. And I'm sure they don't write a
compiler from scratch. Etc.