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

OS for programming

Name: Anonymous 2011-01-20 14:04

I'm not professional, high skilled programmer with ten years of experience. I used to code in pascal (fuck year, baby) when i was young boy, now i'm focused on cpp - for me it's a tool to learn algorithms. On M$ Windows i had to do 4 things-
1. Find a nice IDE
2. Install
3. Code
4. Push F9 to compile

I don't play any games, security is very important for me so I decided to change my OS to Debian. Which IDE should I use?

Name: Anonymous 2011-01-20 14:06

Emacs, SICP, ed(1), JEWS, Vim, <--- check my dubs, Go back to /b/ please, Fuck off faggot, etc.

Name: 2 2011-01-21 4:54

>>11,13
ONE WORD: THE OMG OPTIMISATION OF MY ANUS. READ SICP CFLAGS JUST KICKED IN YO! LISP Lain I lol'd nice Not this shit again sage sage sage sage Lain Lain Lain Lain JEWS Quality Fuck off, ``VIPPER'' DQN u mad bro? lololol Go back to /b/, ``please'' Fuck off, ``faggot'' Go back to /b/, ``please'' Fuck off, ``faggot'' Go back to /b/, ``please'' Fuck off, ``faggot'' Too bad Ruby on Rails is SLOW AS FUCK Lisp has no libraries Lisp has macros, metaprogramming facility and lots of other things that other programming languages will never have, it can beat you precious inferior programming language anytime YHBT IHBT WHBT YHL HAND Xarn Xarn Xarn Xarn Christopher Erika Taro The Sussman The Anticudder it's not the anticudder But he stole the precious course! http://www.youtube.com/watch?v=rdj6deraQ6k We conjure the spirits of computer with our spells We conjure the spirits of computer with our spells We conjure the spirits of computer with our spells We conjure the spirits of computer with our spells We conjure the spirits of computer with our spells We conjure the spirits of computer with our spells Lain Lain Lain Lain sage sage sage sage The ABC Programming Language The D Programming Language The Go Programming Language ED! ED! ED IS THE STANDARD! Vim SICP Emacs Lain Lain Lain FrozenVoid Xarn MrVacBob-sama-kun an operator for everything! Sepples Sepplesox Sepplecocks Sepplecox Don't use C++ Use C++ Use Java Java sucks C++ sucks C sucks Learn C Read K&R Read SICP fuck off faggot eat shit and die Go back to /b/ ``please'' Forget it, it's NP-complete What's a good IDE for Windows? whats an good lisp ide for linux What Scheme implementation? I'm reading SICP, what scheme implementation should I use? my other car is a cdr Terrible! Haskell is a medium sized dog *was ;_; U MENA HASKAL /prog/ Challege: HAX MY ANUS I'd hax Leah Culver anus, if you know what The Spaceship Operator <=> The Goes-to Operator --> Prolog in real world? How do you pronounce ``faggot''? 1) faggot 2) faggot 3) faggot (faggot) 4) Other Read SICP sage 5) Cudder 6) faggot JEWS Racket LISP Lain Lain Lain I implemented something in LISP x.y).list That's not LISP Prove it It has too much syntax But it Processes LISt Yo'ure faggot Your wrong bitch I work in a russian supercomputer center of atomic weapon ask for uor question !CeREbeLLuM We need a Lisp OS Use Emacs Emacs lacks a good editor It has the ed(1) standard mode 404 ;_;

This post brought to you by the Gay Nigger Association of America

Name: Anonymous 2011-01-21 5:18

(call-with-post-continuation >>16)
20XX THE YEAR OF THE ANONIX DESKTOP opiates opiates opiates I feel the need, the need for the weed! Marijuana MUST be legalized TOURING-COMPLETE Who are you on #sicp? U mena #haskal! LISP (part λf.(λx.(f (x x))(λx.(f (x x)))) suave spacetoad suave lisp yoshi i broke /prog/scrape lolol Xarn is a bad boyfriend THE GINGER Croma LISP RMS Matthew Stallman Mark `Rimmis` Shuttleworth GNUFreedom This might surprise you, but I invented that meme This might surprise you, but I invented the ``This might surprise you, but I invented that meme'' meme [b]test[b] [u][b]test[u][b] [u][o]test[/o][/u] !TRiPCoDE Why don't we talk about programming? It's a programming board! What programming board? I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
HAHAHAHA
YOU THINK YOURE THOUGH UH ?
I HAVE ONE WORD FOR YOU
  THE FORCED INDENTATION OF THE CODE
GET IT ?
I DONT THINK SO
YOU DONT KNOW ABOUT MY OTHER CAR I GUESS ?
ITS A CDR
AND IS PRONOUNCED ``CUDDER''

OK YOU FUQIN ANGERED AN EXPERT PROGRAMMER
THIS IS /prog/
YOU ARE ALLOWED TO POST HERE ONLY IF YOU HAVE ACHIEVED SATORI
PROGRAMMING IS ALL ABOUT ``ABSTRACT BULLSHITE'' THAT YOU WILL NEVER COMPREHEND
I HAVE READ SICP
IF ITS NOT DONE YOU HAVE TO
TOO BAD RUBY ON RAILS IS SLOW AS FUCK

BBCODEAND ((SCHEME)) ARE THE ULTIMATE LANGUAGES
ALSO
WELCOME TO
/prog/
EVERY THREAD WILL BE REPLIED TO
NO EXCEPTION

When I use an editor, I don't want eight extra KILOBYTES of worthless help screens and cursor positioning code! I just want an EDitor!!
Not a "viitor". Not a "emacsitor". Those aren't even WORDS!!!!
ED! ED! ED IS THE STANDARD!!!

    1. Use fprintf ("fast printf") instead of printf.
    2. ++i is faster than both i++ and i = i + 1.
    3. void main(void) is faster than int main(void) or int main(int, char **) since no value needs to be returned to the OS.
    4. Swapping with exclusive-or (a^=b^=a^=b swaps a and b) is faster than using a temporary. This works for all types (including structures), but not on all compilers. Some compilers may also give you a harmless warning.
    5. Static storage duration objects are faster than automatic storage duration objects because the CPU doesn't have to set aside storage on the stack every time a function is called. Make your loop indexes global so that you can use them everywhere:
    int i;
    void func(void) { for (i = 0; i < 10; i++) ; /* ... */ }
    void func2(void) { for (i = 0; i < 20; i++) ; /* ... */ }
    /* ... */
    6. Compilers often give more memory to arrays than you asked for. Here's how to check how big an array actually is (memset returns a null pointer if the size you passed to it is bigger than the size of the array you passed to it):
    int arr[256];
    size_t realsize;
    for (realsize = 0; realsize <= SIZE_MAX; ++realsize)
            if (!memset(arr, 0, realsize)) break;
    /* now you know that arr actually has realsize / sizeof (int) elements */
    If you combine this with #5, your program will be faster in the long run (but this usually doesn't work for short programs).

THE SICP VN

'-._                  ___.....___
    `.__           ,-'        ,-.`-,            HAVE YOU READ
        `''-------'          ( p )  `._       YOUR SICP TODAY?
                              `-'                                                                            .                                        ---..,--'
   ................._           --...--,
                     `-.._         _.-'
                          `'-----''

Name: Anonymous 2011-01-21 5:24

>>16
Fucking Sexpcode compiler that escapes the \[/code]s.
[code]'-._                  ___.....___
    `.__           ,-'        ,-.`-,            HAVE YOU READ
        `''-------'          ( p )  `._       YOUR SICP TODAY?
                              `-'      \
                                        \
                              .         \
                               \---..,--'
   ................._           --...--,
                     `-.._         _.-'
                          `'-----''


callWithPostContinuationM_ >>16
*** Exception: stack pointer monadic overflow

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