Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Programming board?

Name: VISUAL BASIC ONLINE 2022-05-23 6:55

Is there any programming discussion happening here? SICP, HtDP, tAoCP, G4, LISP, ..?

Name: VISUAL BASIC ONLINE 2022-05-23 7:22

# Program to generate a random number between 0 and 9

# importing the random module
import random

print(random.randint(0,9))

Name: Anonymous 2022-05-23 13:01

10 PRINT "YOU ARE A FAG"
20 GOTO 10

Name: Anonymous 2022-05-24 21:02

We are now discussing computer science. Show that x(t+1)=x(t)/2 approaches 0 very fast.

Name: Anonymous 2022-05-25 5:16

PRINT AN ISSUE OF PROGRIDER

Name: Progrider Kook 2022-05-26 0:54

Name: Anonymous 2022-05-26 2:00

>>6
Looks like any other URL to me.

Name: Anonymous 2022-05-26 2:04

>>5
Would that be a zine? Would you photocopy it at Kinko's?

Maybe we can start a club and snail mail SSDs around.

Name: Anonymous 2022-05-26 5:28

>>4
inf/2 = inf

Name: Anonymous 2022-05-26 13:58

>>9
Of course, it is assumed x(0) is a real number.

Name: Anonymous 2022-05-31 14:49

>>1
TAPL is better

Name: Anonymous 2022-05-31 19:34

The Anus programming language?

Name: Anonymous 2022-05-31 23:58

>>10
Infinity is a real number.

Name: Anonymous 2022-06-01 6:18

The only real number is the dubs constant, a crucial idea in the pumblenut theorem.

Name: Anonymous 2022-06-01 10:19

>>13
Not really. The reals are defined as a complete ordered field. That means in particular that every real number x different from zero has an additive inverse -x such that x+(-x)=0. But infinity + (-infinity) is indeterminate.

Name: Anonymous 2022-06-01 13:04

>>12
https://www.cis.upenn.edu/~bcpierce/tapl/
Types and Programming Languages
Benjamin C. Pierce

The MIT Press
Massachusetts Institute of Technology
Cambridge, Massachusetts 02142
http://mitpress.mit.edu
ISBN 0-262-16209-1

A type system is a syntactic method for enforcing levels of abstraction in programs. The study of type systems--and of programming languages from a type-theoretic perspective--has important applications in software engineering, language design, high-performance compilers, and security.

This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.

The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages. (The full table of contents is available here.)

Benjamin C. Pierce is Professor of Computer and Information Science at the University of Pennsylvania.

Don't change these.
Name: Email:
Entire Thread Thread List