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

/prog/ is going to write a text editor

Name: Anonymous 2008-02-03 19:23

First, we must agree on what language to write it in.

I nominate C, for efficiency purposes, and that I am most comfortable in it. I also nominate Scheme, because I am proficient in it.

Name: Anonymous 2008-02-04 0:17

I've finished the text editor:

int fact(int n) {
    if (n<=1) return 1; else return (n * fact(n-1)); }

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