Page 1 of 1

Greetings from Indecipherable

Posted: Fri Jun 03, 2011 6:36 am
by Indecipherable
Hi there, Comrades!

Nice to "meet" you all! I go by my internet alias: "Indecipherable", and I have to say, lisp can be addicting!
My first programming language was Python, and so I played with it for a while. I did not abandon it, but I am more focused on lisp right now, and CL seems to be very jolly! lol!
I also have some interest in web developing, I know a few drops of HTML (quite large drops though), and have javascript manuals lying around. I am also interested in AIML for making chatbots.
So thank you, and I am 14 by the way...

So, let's have a toast with lisp code... lol!

Code: Select all

(defun convert (list)
	(defparameter *new-l* (list))

	(dolist (x list)
		(push (character x) *new-l*))
		(defparameter *new-l* (reverse *new-l*))
	(string-capitalize 
		(concatenate 'string *new-l*)))

Re: Greetings from Indecipherable

Posted: Fri Jun 03, 2011 1:48 pm
by I X Code X 1
Nice to "meet" you too! Hope to see you around the forum. I just recently joined too, and at the moment it seems to be a bit inactive. Maybe it will spice up a bit when high school gets out for the summer. For those in high school anyway.

Re: Greetings from Indecipherable

Posted: Fri Jun 03, 2011 11:40 pm
by ramarren
Well, the Lisp community is kind of old and fragmented, so most activity occurs on various mailing lists, newsgroups and IRC. But the memberlist says that there are plenty of people regularly checking this forum, so it is not as if it was dead.

Re: Greetings from Indecipherable

Posted: Sat Jun 04, 2011 5:02 am
by Indecipherable
Ramarren wrote:Well, the Lisp community is kind of old and fragmented, so most activity occurs on various mailing lists, newsgroups and IRC. But the memberlist says that there are plenty of people regularly checking this forum, so it is not as if it was dead.
I've noticed :D