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

Pages: 1-

Unsolved problems in Computer Science

Name: Anonymous 2018-01-19 11:31

1. Who are you quoting?

Name: Anonymous 2018-01-19 13:43

2. Implementing diff

Name: Anonymous 2018-01-19 14:17

What programming language is this?

Name: Anonymous 2018-01-19 14:39

>>3
NLP

Name: Anonymous 2018-01-19 15:57

>>4
That is not a programming language.

Name: Anonymous 2018-01-19 16:00

3. Implementing Hello World in lambda calculus

Name: Anonymous 2018-01-19 16:07

>>6
Show us some code.

Name: Anonymous 2018-01-19 20:26

>>7
The whole point of this thread is that it's an unsolved problem, so of course nobody's going to post any code.

Name: Anonymous 2018-01-19 20:55

>>8
They can poast code used in investigating the unsolved problem.

Name: Anonymous 2018-01-19 21:39

>>2
That's been done before.

Name: Anonymous 2018-01-19 21:41

>>9
I hope somebody posts some kind of code, /prog/'s been going through a drought lately.

Name: Anonymous 2018-01-19 21:46

>>11
#define LOCAL static
#define PROC extern
#define TYPE typedef
#define STRUCT TYPE struct
#define UNION TYPE union
#define REG register

#define IF if(
#define THEN ){
#define ELSE } else {
#define ELIF } else if (
#define FI ;}

#define BEGIN {
#define END }
#define SWITCH switch(
#define IN ){
#define ENDSW }
#define FOR for(
#define WHILE while(
#define DO ){
#define OD ;}
#define REP do{
#define PER }while(
#define DONE );
#define LOOP for(;;){
#define POOL }


#define SKIP ;
#define DIV /
#define REM %
#define NEQ ^
#define ANDF &&
#define ORF ||

#define TRUE (-1)
#define FALSE 0
#define LOBYTE 0377
#define STRIP 0177
#define QUOTE 0200

#define EOF 0
#define NL '\n'
#define SP ' '
#define LQ '`'
#define RQ '\''
#define MINUS '-'
#define COLON ':'

#define MAX(a,b) ((a)>(b)?(a):(b))

Name: Anonymous 2018-01-19 22:10

>>12
is this void.h?

Name: Anonymous 2018-01-19 22:25

>>13
Looks like it's from bash's source code.

Name: Anonymous 2018-01-19 23:12

>>12
More of this, please.

Name: Anonymous 2018-01-19 23:31

#define EOF 0
What the fuck

Name: Anonymous 2018-01-20 2:13

>>16
That's actually pretty common.
Yes stdio.h has it as -1, but people using it as 0 is also pretty normal.

Name: Anonymous 2018-01-20 2:47

>>17
This is why standards exist.

Name: /lounge/ 2018-01-20 4:58

/lounge/

Name: Anonymous 2018-01-20 8:56

>>19
Computer Science
/lounge/

??

Name: Anonymous 2018-01-20 14:55

>>20
Deceptive title.

Name: Anonymous 2018-01-20 14:56

>>12
More of this, please.

Name: Anonymous 2018-01-20 15:30

>>18
Yet people constantly keep breaking them.

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