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

oh hai

Name: vunderdong 2009-06-28 0:14

all i know is basic C++, java, and VB. Looking to take steps into HTML and further.

I have other classes I need to take right now, but I wanna do stuff that will help me program my own games and webpages in the future.

hate to noob up your board, but what do / read / download / practice next.

Name: Anonymous 2009-06-28 2:43

>>10
try doing this faster or with fewer motions of your fingers in sepples:
product([], 1).
product([H|T], X) :- product(T, Y), X is H * Y.

factorial(N, R) :- numlist(2, N, Ns), product(Ns, R).


and before you claim to have done it, try calculating 10000!.

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