Advertisement

Markov Chain trained on King Jame's Bible and Programming Books

Started by February 27, 2014 01:44 PM
24 comments, last by Paradigm Shifter 10 years, 11 months ago
Those made me laugh so hard.

"The code you write when you learn a new language is shit.
You either already know that and you are wise, or you don’t realize it for many years and you are an idiot. Either way, your learning code is objectively shit." - L. Spiro

"This is called programming. The art of typing shit into an editor/IDE is not programming, it's basically data entry. The part that makes a programmer a programmer is their problem solving skills." - Serapth

"The 'friend' relationship in c++ is the tightest coupling you can give two objects. Friends can reach out and touch your privates." - frob

laugh.png

Get-new-pair is one of you, and let him speak as the oracles of God

Beginner in Game Development?  Read here. And read here.

 

Advertisement

I'm tempted to run this with the King James Bible and the C++ Standard.

Considering this, rather run it with C++ source code. Chances are it spits out the Skynet AI. Don't try this at home.

25:38 I am the LORD, when I shall take away the frogs



L. Spiro

I restore Nintendo 64 video-game OST’s into HD! https://www.youtube.com/channel/UCCtX_wedtZ5BoyQBXEhnVZw/playlists?view=1&sort=lad&flow=grid

I'm going to start doing this:

Quote

The LORD is the beginning (or prefix) of the code for the body of the procedure

[source]

foo() {

LORD;

do_stuff();

}

int add_five(int x) {

LORD;

x += 5;

AMEN;

}

[/source]

This code is starting to look like a prayer. Why don't we also macro amen:

[source]

#define AMEN return

void foo() {

LORD;

do_stuff();

AMEN;

}

int add_five(int x) {

LORD;

x += 5;

AMEN x;

}

[/source]

Advertisement

#define AMEN return
hahahahahaha great :D

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

more like


#define AMEN return true
#define PORCO_DIO return false

xD

that looks really intuitive in code

Ahahaha laugh.png I wonder if anyone has posted this to School of Fail yet?

I want to help design a "sandpark" MMO. Optional interactive story with quests and deeply characterized NPCs, plus sandbox elements like player-craftable housing and lots of other crafting. If you are starting a design of this type, please PM me. I also love pet-breeding games.

I'm going to start doing this:

Quote

The LORD is the beginning (or prefix) of the code for the body of the procedure

[source]

foo() {

LORD;

do_stuff();

}

int add_five(int x) {

LORD;

x += 5;

AMEN;

}

[/source]

This code is starting to look like a prayer. Why don't we also macro amen:

[source]

#define AMEN return

void foo() {

LORD;

do_stuff();

AMEN;

}

int add_five(int x) {

LORD;

x += 5;

AMEN x;

}

[/source]

So this is what they meant when they said biblical languages..

“If I understand the standard right it is legal and safe to do this but the resulting value could be anything.”

This topic is closed to new replies.

Advertisement