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

Pages: 1-

Prolog - Test if is list

Name: Anonymous 2011-10-18 7:20

How do I test if one of the parameters is a list?

Name: ſŧnonymous 2011-10-18 7:27

if your using a cisco router use #t

Name: Anonymous 2011-10-18 7:29

Hey Guys,

I became jobless and started a website development company with a friend of mine and I was wondering if we could share some tips on how to get customers.

We have a few customers but I really want to expand my workflow so I thought maybe anyone has some tips on how to become successful in attracting more people or (small local) businesses that need a website.

We already look for ugly websites of small local businesses and send them an e-mail, maybe some of you have done that and have some tips on what you put in them to make the offer more appealing.

tl;dr: tips on how to attract customers for website development

Name: Anonymous 2011-10-18 7:30

Oops didn't start a thread LOLZ

Name: Anonymous 2011-10-18 7:40

>>3
Be a girl wear nothing and type the CSS in notepad !waitforit!






on a webcam!

Name: Anonymous 2011-10-18 7:43

>>3
I dont think, we need yet another crappy PHP site. You should be killed.

Name: Anonymous 2011-10-18 7:49

>>6
>implying I make shitty websites

I quit my job after years of experience as a professional programmer and receive a lot of very good reviews. But sure if you can't come up with something helpful to share be a dickhead in your reply, says more about you than me.

Name: Anonymous 2011-10-18 8:05

>>7
If it ain't Lisp, it's crap.

Name: Anonymous 2011-10-18 8:32

>>7
You, leave!

Name: Anonymous 2011-10-18 8:57

Lol y'all mad

Name: Anonymous 2011-10-18 9:24

>>8
Lisp is shit.

Name: Anonymous 2011-10-18 11:15

listp([]).
listp([X|Y]) :- listp(Y).



Now you can do things like


?- listp([1,2,3]).
yes
?- listp(car(cdr(eval(apply)))).
no
?- listp(X).
X = [];
X = [A];
X = [A,B];
X = [A,B,C]

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