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

Good Programming Language for Begginers

Name: Anonymous 2006-07-15 15:37

What is a good Programming Language to learn for beginners

Name: Anonymous 2006-07-15 15:48

tcl

Name: Anonymous 2006-07-15 15:49

Basic

Name: Anonymous 2006-07-15 16:47

>>3
Seconded. Get something like a Commodore 64.

Name: Anonymous 2006-07-15 16:58

Delphi.

Name: Anonymous 2006-07-15 16:58

Basic or Java.

Name: Anonymous 2006-07-15 17:09

Assembler with MMX instructions.

Name: Anonymous 2006-07-15 18:19

Learn how to program the quantum computers of tomorrow !!! Or don't, if human kind actually fails at making a useful quantum computer

Name: Anonymous 2006-07-15 21:10

>>1

C. Once you learn the basics of C, every other programming language is a breeze to get started on.

Name: Anonymous 2006-07-15 21:36

>>1
brainfuck. Once you learn the basics of brainfuck, every other programming language is a breeze to get started on.

Name: Anonymous 2006-07-15 21:55

USE PYTHON ITS PERFECT FOR EVERYTHING

Name: Anonymous 2006-07-15 23:22

>>1
Java. Once you learn the basics of Java, everything leads to suicide.

Name: Anonymous 2006-07-16 2:15

>>11
# tinyp2p.py 1.0 (documentation at http://freedom-to-tinker.com/tinyp2p.html)
import sys, os, SimpleXMLRPCServer, xmlrpclib, re, hmac # (C) 2004, E.W. Felten
ar,pw,res = (sys.argv,lambda u:hmac.new(sys.argv[1],u).hexdigest(),re.search)
pxy,xs = (xmlrpclib.ServerProxy,SimpleXMLRPCServer.SimpleXMLRPCServer)
def ls(p=""):return filter(lambda n:(p=="")or res(p,n),os.listdir(os.getcwd()))
if ar[2]!="client": # license: http://creativecommons.org/licenses/by-nc-sa/2.0
  myU,prs,srv = ("http://"+ar[3]+":"+ar[4];, ar[5:],lambda x:x.serve_forever())
  def pr(x=[]): return ([(y in prs) or prs.append(y) for y in x] or 1) and prs
  def c(n): return ((lambda f: (f.read(), f.close()))(file(n)))[0]
  f=lambda p,n,a:(p==pw(myU))and(((n==0)and pr(a))or((n==1)and [ls(a)])or c(a))
  def aug(u): return ((u==myU) and pr()) or pr(pxy(u).f(pw(u),0,pr([myU])))
  pr() and [aug(s) for s in aug(pr()[0])]
  (lambda sv:sv.register_function(f,"f") or srv(sv))(xs((ar[3],int(ar[4]))))
for url in pxy(ar[3]).f(pw(ar[3]),0,[]):
  for fn in filter(lambda n:not n in ls(), (pxy(url).f(pw(url),1,ar[4]))[0]):
    (lambda fi:fi.write(pxy(url).f(pw(url),2,fn)) or fi.close())(file(fn,"wc"))

Name: Anonymous 2006-07-16 12:34

Python.

Name: Anonymous 2006-07-16 15:39

Unless you think these guys know more about teaching programming than MIT and Caltech, learn Scheme.

http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-4.html

Name: Anonymous 2006-07-16 15:49

>>15
scheme hurts my eyes.

Name: Anonymous 2006-07-16 16:00

>>16
Because (f a) is so much different than f(a).

Name: Anonymous 2006-07-16 16:35

>>17
it is, dumbass. even math idiots know that. [f a] =/= f[a]

Name: Anonymous 2006-07-16 16:46

>>18
Touche.

Name: Anonymous 2006-07-16 22:30

Hex, because when you know how a computer works from the inside out, you TOTALLY can program in more complex OO languages.  Right?

Name: Anonymous 2006-07-16 23:37

MODS /B/ IS NOT WORKING PLZ FIX CUZ I LIEK /B/. KTHNKSBAI.

Name: Anonymous 2006-07-19 2:52

as an MIT alum, i can tell you that scheme is worthless

invest your time learning C/C++ or Python

Name: Anonymous 2006-07-19 3:05

javascript.

Name: Anonymous 2006-07-19 3:37

>>23
I'll second the Javascript recommendation.  It’s a wonderful modern and easy language for beginners to learn the fundamentals about programming on.

Name: Anonymous 2006-07-19 4:14

my first was javascript. worked for me. =)

Name: Anonymous 2006-07-19 7:06

>>22 is proof that you don't have to be smart to go to MIT.

Name: Anonymous 2006-07-19 14:33 (sage)

>>26
Everyone knows Ivy Leagues are for legacy students first, minorities second, and smart people third.

Name: Anonymous 2006-07-19 16:01

since when is MIT an ivy league school? lol

Name: Anonymous 2006-07-19 17:25

MIT is for people who think computers haven't changed much since 1975.

Name: Anonymous 2006-07-19 21:36

Oh, that's not quite fair. MIT is an excellent university... at the postgrad level.

Undergrads just wasted ~$120,000 for their degree.

Name: Anonymous 2006-07-21 4:44

umm... makeing a program or a web site ...porgram/Visual basic
website/html/java

Name: Anonymous 2006-07-21 9:34

java
hahahahahahahaha. no.

Name: Anonymous 2006-07-21 9:34 (sage)

>>31
>makeing a program or a web site ...porgram/Visual basic

PffffffHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA

Name: Anonymous 2006-07-21 9:38

I'd say Java is a good programming language for beginners. I wouldn't use it for any serious projects, mind you, but it's definitely a good introductory language to object-oriented programming.

Name: Anonymous 2006-07-21 9:38 (sage)

>>32
>>33

On the same minute, awesome :D

Name: Anonymous 2006-07-21 9:38 (sage)

I'd say Java is a good programming language for beginners.
You're trying to make us laugh to death, aren't you?

Name: Anonymous 2006-07-21 10:09

>>36
No, I'm not. I do think Java is a good language for beginners.

I started learning a variation of BASIC on dBase 3.0 with the clipper compiler. Old school style. I learned a variety of languages since then, including Perl, Java, C++, among many others, and Java is still the easiest to learn with. I definitely recommend it to anyone who wants to learn programming.

Name: Anonymous 2006-07-21 10:49 (sage)

Java may not be leet enough for the /prog/tards, but it's not a bad language at all.

Name: Anonymous 2006-07-21 12:38

bad languages (ones that make it really easy to fuck yourself in the ass) are good for beginners. they make you remember your mistakes so you don't make them again.

Name: Anonymous 2006-07-21 14:11 (sage)

I noticed that beginners don't seem to be able to understand the errors java throws.

>>39
You have to be able to understand your mistakes in order to remember them. Think about what concepts you would have to understand before realizing why accessing an index past the end of an array could cause a crash.

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