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

Pages: 1-

Apelang

Name: Ape 2013-03-27 12:33

After years of intensive programming, I've finally finished my little project: A compiler for apelang programming language. The apelang is advanced language, that mimics the way monkeys communicate. Therefore it should be extremely easy for humans to learn.

Mandatory Hello World example:

hooh hooh hooh hooh hooh
hooh hooh hooh
hooh hooh oop
aak hooh? hooh? hooh?
hooh hooh hooh hooh
aak hooh hooh hooh hooh
hooh hooh hooh
hooh? hooh? hooh? aak
hooh!
 hooh!
 hooh!
 
aak hooh eek? eek?
eek? eek? haah chee!
aak hooh
 
hooh! eep?
 
aak hooh
eep hooh hooh
hooh! hooh! hooh!
hooh
 hooh
 eep eep
hooh?
hooh!
 
hooh
 eep aak hooh
 
hooh eep?
eek
eek
 hooh! hooh! hooh!
hooh? hooh?
hooh? hooh? hooh? hooh?
hooh hooh
hooh hooh hooh hooh eep
aak!
 eep hooh
 hooh
 hooh
 
eep
 haah haah
haah?
 haah?
 haah?
 haah?
 
eep haah? haah?
haah
haah haah
haah haah
haah eep?
 
aak! hooh
 
eep
aak
 eep


Here's full source code for the compiler in case anyone is interrested. It's written in Python, and it compiles an apelang source to C code.


hdr = '''
#define aak ++ptr;
#define eek --ptr;
#define hooh ++*ptr;
#define haah --*ptr;
#define eep putchar(*ptr);
#define aap *ptr=getchar();
#define oop while (*ptr) {
#define chee }

char array[30000];
char *ptr=array;

int main()
{
'''

ftr = '''
    return 0;
}
'''

import sys
print hdr
for line in sys.stdin.readlines():
    print ' '.join(line.replace('?', '').replace('!', '').split())
print ftr

Name: Anonymous 2013-03-27 12:34

Finally something russians will feel right at home with.

Name: Ape 2013-03-27 12:35

Oh, and here's a simple program drawing mandelbrot fractal:
http://pastebin.com/xFWnSR6W

Name: Anonymous 2013-03-27 17:46

>>2
you mean poles

Name: Anonymous 2013-03-27 17:57

>>4
But the function is holomorphic everywhere!

Name: Anonymous 2013-03-27 21:16

When there is a significant difference between the parent's and child's sense of the amount of attention needed, the child is often described as seeking excessive or inappropriate attention, particularly if the child is whiny, clingy, silly, or provocative. Children generally seek so-called inappropriate attention when they feel unable to manage their emotions or behavior. Needing extra help is usually a sign that a child is not functioning at his or her best level. We call this regression.

Some children engage in so-called "negative attention-seeking behavior," which involves an effort to provoke a response that they know will be negative. Such behavior should always perplex parents, and cause them to examine the behavior more deeply, because negative attention never feels good to a child - after all, the attention comes with quite a price. Disapproving, irritated, reproachful attention does not fill a child with good feeling any more than such attention feels welcomed by an adult! There needs to be quite a "pay-off" to induce a child to actually seek out such negativity. One possibility is that child has been over-indulged and therefore has not developed age appropriate skills, autonomy, and independence.

Name: Anonymous 2013-03-28 12:16

>>3
Hah, that actually works.

Though this "language" just seems like brainfuck copy pasta.

Name: LLLLLEEEEEEEEELLLLLLLLLLLLL !/84.nIkITA 2013-03-28 12:25

>>7
  LLLLLLLLLLLLLEEEEEEEEEEEEEEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
>EGINGWINGOIN GWIN GRO!!!!!
>LE XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Name: Anonymous 2013-03-28 15:47

>>1
Please, *African Americanlang! The racism on this board is disgusting.

Name: Anonymous 2013-03-28 17:07

>LEL LANG
[coide]
LLLEEEEEEEELLLLLLLLLLLLL LLEEEEEEELLLL
LEL LLEEELLLLL XDDD  LLEEELLLLLL LEELLL
LELLLE LLLLEEELL XDDDDD  LEEELLLL LEEELL
>LEL LLLEELL LLEELLL XDDDDDD LLEEELLLL XD
XD LELL LLELL XDDD LEL
LL:LLLLLEEEEEEEEEEEEELLLLLLL XDDDDDDDDDDD
[p[codpe][

Name: Anonymous 2013-03-28 21:38

>>9

>LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL >EEEEEEEEEEEEEEEEEGGGGGGGIIIIIIIINNNNNNNNNN GRRRRRRROOOOOOOOOOOOOOOOOO

Name: Anonymous 2013-03-28 22:11

>>11

>LLLLLLLEEEEEEEEEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
>EGIN EGIN GRO GRO

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