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

Correct meme usage

Name: Anonymous 2008-12-12 13:02

The meme goes:

Have you read SICP?

``Have you read SICP?''

``Is that even relevant to the topic or is that just your way of saying "I've read SICP"?''

End.

The ``Have you read your SICP today?'' must only be used with the snake.

FIOC

It was:

``ONE WORD: THE FORCED INDENTATION OF CODE. THREAD OVER''

h a x  m y  a n u s

This was never a meme, it was never funny, it was always forced, and any discussion about or involving it has always been and always will be unfunny.

EXPERT PROGRAMMER

This is an old meme that is no longer funny.

<Name>

Xarn and Christopher are faggots. Stop. This is not a meme.

Name: Anonymous 2008-12-14 0:48

>>51
/* Copyright (c) 2008 Anonymous
 *
 * Please read the license at the end of this file. Also, please note the fact
 * that the license does not claim that taking away your freedom makes software
 * more free.
 */

#include <stdio.h>
#include <getline.h>
#include <libtcc.h>

int eval(const char *code){
  int argc = 1;
  char *empty_string = "";
  char **argv = &empty_string;
  TCCState *s = tcc_new();
  if(!s) return 0;
  tcc_set_output_type(s, TCC_OUTPUT_MEMORY);
  tcc_compile_string(s, code);
  return tcc_run(s, argc, argv);
}

void repl(void){
  for(char *c; *(c = getline("> ")); printf("%d\n", eval(c)));
}

int main(int argc, char **argv){
 repl();
 return 0;
}

/* Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that you do not allow
 * it or any derivative works to be distributed under any GNU license.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

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