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

Survey

Name: Anonymous 2012-01-07 17:55

Favorite Programming Language:
Favorite Programming Paradigm:
Favorite Programming Book:
Favorite Indent Style:
Favorite Text Editor:
Favorite Software License:
Favorite Assembly Syntax:
Favorite Operating System:
Opinion on Software Patents:

Name: Anonymous 2012-01-07 18:30

Favorite Programming Language: Haskell
Favorite Programming Paradigm: Functional
Favorite Programming Book: Lisp in Small Pieces
Favorite Indent Style: K&R
Favorite Text Editor: Emacs
Favorite Software License: BSD
Favorite Assembly Syntax: GNU
Favorite Operating System: FreeBSD
Opinion on Software Patents: They're bad, I guess. I don't really care.

Name: Anonymous 2012-01-07 18:50

Favorite Programming Language: C
Favorite Programming Paradigm: any not oo-forced
Favorite Programming Book: little schemer
Favorite Indent Style: one true brace, 4-sized tabs
Favorite Text Editor: vim
Favorite Software License: software provided “AS IS”
Favorite Assembly Syntax: intel
Favorite Operating System: unix-like
Opinion on Software Patents: really don't care

Name: Anonymous 2012-01-07 19:07

Favorite Programming Language: R6RS
Favorite Programming Paradigm: functional
Favorite Programming Book: Sams Teach Yourself C++ in 21 Days
Favorite Indent Style: GNU
Favorite Text Editor: Textmate
Favorite Software License: GPL3
Favorite Assembly Syntax: GNU
Favorite Operating System: GNU
Opinion on Software Patents: Abolish sw patents

Name: Anonymous 2012-01-07 19:10

Favorite Programming Language: C#
Favorite Programming Paradigm: Whatever is appropriate. I really enjoy making stuff in WPF with XAML, not sure if the model used by that would qualify as a "paradigm".
Favorite Programming Book: Reading is for faggots
Favorite Indent Style: brace next line for everything. EVERYTHING.
Favorite Text Editor: notepad++, using VS2010 for coding
Favorite Software License: non-existent
Favorite Assembly Syntax: Whatever will run on the given processor.
Favorite Operating System: Win7
Opinion on Software Patents: Mandatory. Software developers need to eat.

Name: Anonymous 2012-01-07 19:22

Favorite Programming Language: C
Favorite Programming Paradigm: Imperative
Favorite Programming Book: K&R
Favorite Indent Style: Allman
Favorite Text Editor: Vim
Favorite Software License: GPL
Favorite Assembly Syntax: (-_-')
Favorite Operating System: GNU/Linux
Opinion on Software Patents: Fuck em

Name: Anonymous 2012-01-07 19:25

Favorite Programming Language: Java
Favorite Programming Paradigm: Object-oriented Programming
Favorite Programming Book: Design Patterns
Favorite Indent Style: Eclipse Default
Favorite Text Editor: Eclipse
Favorite Software License: GPL
Favorite Assembly Syntax: Bytecode for the JVM
Favorite Operating System: Windows
Opinion on Software Patents: They're necessary in the corporate environment.

Name: Anonymous 2012-01-07 19:34

>>5
You don't know what a programming paradigm is clearly.

Take your MS shit and go back to /g/

Name: Anonymous 2012-01-07 19:38

Favorite Programming Language: C
Favorite Programming Paradigm: Procedural
Favorite Programming Book: K&R
Favorite Indent Style: 1TBS
Favorite Text Editor: vim
Favorite Software License: ISC
Favorite Assembly Syntax: AT&T!
Favorite Operating System: OpenBSD
Opinion on Software Patents: harmful

Name: Anonymous 2012-01-07 19:49

Favorite Programming Language: C
Favorite Programming Paradigm: Procedural
Favorite Programming Book: Huh. No idea. K&R I guess.
Favorite Indent Style: 1TBS
Favorite Text Editor: vim
Favorite Software License: 2-clause BSD
Favorite Assembly Syntax: Don't care.
Favorite Operating System: Debian GNU/Linux (although I haven't tried any BSDs yet)
Opinion on Software Patents: Evil. Patenting equations? Nonsense.

Name: Anonymous 2012-01-07 19:54

>>5
I call subtle troll

Favorite Programming Language: Erlang
Favorite Programming Paradigm: Functional
Favorite Programming Book: Learn You Some Erlang
Favorite Indent Style: GNU
Favorite Text Editor: Geany
Favorite Software License: Public domain
Favorite Assembly Syntax: '
>Assembly
>syntax

lol'd
Favorite Operating System: GNU/Linux
Opinion on Software Patents: Not particularly stong, especially when the developers know of and acknowledge the developer community like what Valve has done.

Name: Anonymous 2012-01-07 19:56

Favorite Programming Language: python
Favorite Programming Paradigm: oop
Favorite Programming Book: learn python the hard way
Favorite Indent Style: forced
Favorite Text Editor: idle
Favorite Software License: bsd
Favorite Assembly Syntax: n/a
Favorite Operating System: ubuntu
Opinion on Software Patents: fuck perl

Name: Anonymous 2012-01-07 20:12

Language: Ruby
Paradigm: OOP & Modular
Book: Why's poignant guide. I don't generally read books, but at least this one's funny.
Indent style: OTBS. 8 length tabs that use the tab character instead of spaces.
Editor: Vim
License: "Do whatever the fuck you want to" Public License.
Assembly Syntax: I only know NASM :(
OS: Snow Leopard... though I now use Windows because my MBP is dead-ish
Software Patents: Should exist to allow software to be sold, but should be weak to reduce barriers to entry in the marketplace.

Name: Anonymous 2012-01-07 20:15

Favorite Programming Language:  APL /Forth
Favorite Programming Paradigm:  Functional/Stack Based
Favorite Programming Book: Modern Operating Systems
Favorite Indent Style: K&R
Favorite Text Editor: vim at terminal EFTE in X
Favorite Software License:beer license
Favorite Assembly Syntax: AT&T
Favorite Operating System: NetBSD
Opinion on Software Patents: Shouldnt exist

Name: Anonymous 2012-01-07 20:16

>>12
lol!

Name: Anonymous 2012-01-07 20:19

Favorite Programming Language: Haskell
Favorite Programming Paradigm: Functional
Favorite Programming Book: TAoCP.
Favorite Indent Style: http://www.kernel.org/doc/Documentation/CodingStyle https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
Favorite Text Editor: vim
Favorite Software License: BSD
Favorite Assembly Syntax: intel
Favorite Operating System: YHBT
Opinion on Software Patents: They are OK, but the patent system itself should be fixed. They should be checked for prior work before acceptance, should be valid from the date of publication (not the date the application was filed), it should be a lot harder to get one, etc.

Name: Anonymous 2012-01-07 20:28

Favorite Programming Language:This
Favorite Programming Paradigm:thread
Favorite Programming Book:is
Favorite Indent Style:bad
Favorite Text Editor:and
Favorite Software License:you're
Favorite Assembly Syntax:a
Favorite Operating System:fucking
Opinion on Software Patents: faggot

Name: Anonymous 2012-01-07 20:58

Favorite Programming Language: I have no favourite language, the only requirement is being well designed and not repeating ages-old mistakes.
Favorite Programming Paradigm: Since neither functional-only and OO-only can solve the expression problem, they have to incorporate ideas from the other paradigm. They're dual, and both necessary.
Favorite Programming Book: That's too hard to choose.
Favorite Indent Style: Good languages should have only one obvious way to indent code, and no, that's not an hidden reference to FIOC. Lisp is an example of that, just let the editor handle the indentation.
Favorite Text Editor: Emacs, though I wish it dropped EmacsLisp for Scheme or CL.
Favorite Software License: BSD, MIT.
Favorite Assembly Syntax: Assuming x86, Intel.
Favorite Operating System: None.
Opinion on Software Patents: The idea is ok, the execution is terrible.

Name: Anonymous 2012-01-07 21:27

Favorite Programming Language: Whatever is appropriate.
Favorite Programming Paradigm: Whatever is appropriate.
Favorite Programming Book: Whatever you want to read.
Favorite Indent Style: What everyone else does.
Favorite Text Editor: What everyone else uses.
Favorite Software License: Whatever they want me to use.
Favorite Assembly Syntax: Whatever they use.
Favorite Operating System: Whatever they use.
Opinion on Software Patents: Whatever their opinion is.

Name: Anonymous 2012-01-07 21:38

>>19
``Favorite'' means what you like the most.

Name: Anonymous 2012-01-07 21:48

>>20

liking things only makes assimilation more difficult

Name: Anonymous 2012-01-07 23:55

Favourite Programming Language: my own nameless lisp with syntax
Favourite Programming Paradigm: functional, multimethod OOP
Favourite Programming Book: n/a
Favourite Indent Style: K&R for C-like
Favourite Text Editor: kate
Favourite Software License: MIT or BSD
Favourite Assembly Syntax: Intel for x86 and source-before-destination for RISC
Favourite Operating System: I'm forced to use GNU/Linux due to lack of a better choice, so I can't really say it's my ``favourite''
Opinion on Software Patents: Software is math, which cannot be patented.

Name: Anonymous 2012-01-08 0:03

>>22
>kate
mah nigga

Name: Anonymous 2012-01-08 0:10

Favorite Programming Language: Lisp is Shit.
Favorite Programming Paradigm: Lisp is Shit.
Favorite Programming Book: Lisp is Shit.
Favorite Indent Style: Lisp is Shit.
Favorite Text Editor: Lisp is Shit.
Favorite Software License: Lisp is Shit.
Favorite Assembly Syntax: Lisp is Shit.
Favorite Operating System: Lisp is Shit.
Opinion on Software Patents:  Lisp is Shit.

Name: Anonymous 2012-01-08 2:25

Can't you look at any of the many survey shit-threads in the back pages?

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2012-01-08 2:48

Favorite Programming Language:C
Favorite Programming Paradigm:Imperative
Favorite Programming Book:I don't read books
Favorite Indent Style:I don't write poetry
Favorite Text Editor:Notepad2
Favorite Software License:CC BY-NC-SA 3.0
Favorite Assembly Syntax:Intel
Favorite Operating System:Windows XP
Opinion on Software Patents:Should not exist

Name: Anonymous 2012-01-08 5:04

Favorite Programming Language: Perl 6
Favorite Programming Paradigm: Whatever works
Favorite Programming Book:     K&R
Favorite Indent Style:         The one Linux kernel uses
Favorite Text Editor:          Vim
Favorite Software License:     MIT
Favorite Assembly Syntax:      I don't give a shit
Favorite Operating System:     None in particular, see #2
Opinion on Software Patents:   Horrible!

Name: Anonymous 2012-01-08 5:11

Favorite Programming Language: C, Objective-C, C#
Favorite Programming Paradigm: Mostly imperative, OOP
Favorite Programming Book: Just finished "iOS Programming" by Conway & Hillegrass. I enjoyed it a lot.
Favorite Indent Style: Allman/BSD/ANSI style
Favorite Text Editor: emacs, Xcode, Visual Studio. The right one for each job.
Favorite Software License: BSD
Favorite Assembly Syntax: Intel
Favorite Operating System: Mac OS X
Opinion on Software Patents: It's like patenting mathematical proofs and formulae.

Name: Anonymous 2012-01-08 5:37

Favorite Programming Language: C
Favorite Programming Paradigm: Imperative
Favorite Programming Book: Modern Operating Systems by Tanenbaum
Favorite Indent Style: no-space 1TBS
Favorite Text Editor: geany
Favorite Software License: GPL
Favorite Assembly Syntax: AT&T
Favorite Operating System: GNU/Linux
Opinion on Software Patents: They hurt development

Name: Anonymous 2012-01-08 5:40

Favorite Programming Language: Rust
Favorite Programming Paradigm: Imperative with OOP
Favorite Programming Book: JavaScript: The Good Parts!
Favorite Indent Style: K&R
Favorite Text Editor: Notepad++
Favorite Software License: MIT
Favorite Assembly Syntax: Intel
Favorite Operating System: Windows ME
Opinion on Software Patents: cancer

Name: Anonymous 2012-01-08 5:44

Favorite Programming Language: Python
Favorite Programming Paradigm: Functional for games, OOP for software
Favorite Programming Book: -
Favorite Indent Style: Python's PEP8
Favorite Text Editor: Vim
Favorite Software License: GPL 3
Favorite Assembly Syntax: Intel ftw
Favorite Operating System: GNU/Linux
Opinion on Software Patents: Fuck them up.

Name: Anonymous 2012-01-08 5:59

Favorite Programming Language: hate em all equally
Favorite Programming Paradigm: procedural
Favorite Programming Book: sicp
Favorite Indent Style: linux style
Favorite Text Editor: vi
Favorite Software License: i ignore them
Favorite Assembly Syntax: -
Favorite Operating System: ubuntu
Opinion on Software Patents: i ignore them

Name: Anonymous 2012-01-08 6:01

Favorite Programming Language: Ruby
Favorite Programming Paradigm: Functional
Favorite Programming Book: K&R
Favorite Indent Style: 1TBS
Favorite Text Editor: vim on Linux, n++ on Windows
Favorite Software License: GPL
Favorite Assembly Syntax: Intel
Favorite Operating System: Linux
Opinion on Software Patents: Mehhh.

Name: Anonymous 2012-01-08 6:31

Favorite Programming Language: Haskell
Favorite Programming Paradigm: Get things done
Favorite Programming Book:     -
Favorite Indent Style:         4 spaces.  Haven't been able to automate my C code style using any tool.
Favorite Text Editor:          Vim
Favorite Software License:     BSD2
Favorite Assembly Syntax:      Whichever the specification uses.
Favorite Operating System:     OpenBSD
Opinion on Software Patents:   -

Name: Anonymous 2012-01-08 7:19

so there are at least 34 people on prog.

Name: Anonymous 2012-01-08 8:33

Favorite Programming Language: Clojure
Favorite Programming Paradigm: Functional
Favorite Programming Book: Programming Clojure
Favorite Indent Style: K&R style
Favorite Text Editor: Sublime Text 2
Favorite Software License: MIT
Favorite Assembly Syntax: Intel
Favorite Operating System: Linux.
Opinion on Software Patents: They are horrible and need to die.

Name: Anonymous 2012-01-08 8:34

>>35
me, you, The Sussman and 31 shitposters from /g/.

Name: Anonymous 2012-01-08 8:39

>>37
No, Anonymous, you are the shitposters.

Name: Anonymous 2012-01-08 10:57

Favorite Programming Language: perl5/6, ruby is cool
Favorite Programming Paradigm: functional with a splash of oop
Favorite Programming Book: learn you a haskell
Favorite Indent Style: 1 tab = 4 spaces, fuck fioc
Favorite Text Editor: joe/jpico or nano
Favorite Software License: wtfpl
Favorite Assembly Syntax: intel
Favorite Operating System: arch and freebsd
Opinion on Software Patents: don't care

Name: Anonymous 2012-01-08 11:01

>>11
Valve
Fuck Valve! I bought Left4Dead 1!

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