Average Lisp age?
-
- Posts: 117
- Joined: Tue Aug 10, 2010 11:24 pm
- Location: Calgary, Alberta
- Contact:
Re: Average Lisp age?
Denis: If you're looking for an interesting AI project, I noticed the other day that there doesn't seem to be a good open-source grammar checker. It must be hard though, otherwise Emacs would integrate with one.
Need an online wiki database? My Lisp startup http://www.formlis.com combines a wiki with forms and reports.
-
- Posts: 447
- Joined: Sat Jun 28, 2008 7:49 am
- Location: Austin, TX
- Contact:
Re: Average Lisp age?
Wow. I'm the old guy: 44.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/
Re: Average Lisp age?
But anyway you should know some basics of C as it is the most popular language today.Jonsul wrote:I think I'm what you'd call a young lisper, I'm 21. I'm not learning lisp for college our anything, but for personal reasons. Long story short, I seem to understand what seems like fringe languages over mainstream ones like C/C++. (Shame the lisp scene isn't bigger then it should be) I think I just think differently then normal people and don't like languages that force me to do things someone else's way. Reason why I won't touch any kind of C any more, learned some in a class and hated it.
So anyways I love lisp a lot! and am interested if there are any other young guys like me out there. Also I'd really like to hear how people were introduced to lisp and why.
Re: Average Lisp age?
I am 32. I was working on a project in Java, and was in really deep. Working on it for over a year. Then I read "Hackers and Painters". That book was a real eye opener for me. Although Lisp is esoteric, and the many PHP programmers will think you are crazy, it is a very rewarding experience. And its going to be difficult to explain why to do anything is Lisp as opposed to using a more popular language that has more accessable libraries. But the language allows you to think about programming in such an abstract way, that you may find yourself able to figure out the workings of many programs, written in languages you dont even know (nothing too crazy or mystical though, just basic programs).
I have been using the language for about 3 years, and so far wrote a webserver, on which I wrote an online user based file system, a multi threaded webserver (broken on my current system), and was working generating ebay turbolister csv files and webpages for a fledgeling business. Created a system, for example, to integrate user based programs written in a subset of Common Lisp with spreadsheets, so that column data could be proccessed acourding to a user program.
Its definately an eye opener. The problem I am running into now, is if I learned, for example PHP, I could probably get a job in the field, but that I learned something a gazillion times more powerfull, it seems I have to be more like a business founder, because businesses have very practical concerns, of whether or not they can do business without you. If you are a Lisper, the answer may very well be no.
Overall, I think you made the right move to Lisp, from my very limited perspective.
I have been using the language for about 3 years, and so far wrote a webserver, on which I wrote an online user based file system, a multi threaded webserver (broken on my current system), and was working generating ebay turbolister csv files and webpages for a fledgeling business. Created a system, for example, to integrate user based programs written in a subset of Common Lisp with spreadsheets, so that column data could be proccessed acourding to a user program.
Its definately an eye opener. The problem I am running into now, is if I learned, for example PHP, I could probably get a job in the field, but that I learned something a gazillion times more powerfull, it seems I have to be more like a business founder, because businesses have very practical concerns, of whether or not they can do business without you. If you are a Lisper, the answer may very well be no.
Overall, I think you made the right move to Lisp, from my very limited perspective.
Re: Average Lisp age?
Hi there!
Wow! Average age (included mine) is only 25. I thoght that I would be among the youngest with my 22 years.
I found out about lisp quite recently when my brother gave me "Land of Lisp" by Conrad Barski. A fantasticly fine book. Fine egnough to convince me that learning common lisp can be fun and maybe even useful. Now looking for a suitable project that could push me further .
Wow! Average age (included mine) is only 25. I thoght that I would be among the youngest with my 22 years.
I found out about lisp quite recently when my brother gave me "Land of Lisp" by Conrad Barski. A fantasticly fine book. Fine egnough to convince me that learning common lisp can be fun and maybe even useful. Now looking for a suitable project that could push me further .
Re: Average Lisp age?
OK, so let me push it up
I'm 58
I'm 58
Re: Average Lisp age?
I'm 21, just now starting to get my LISP.
Re: Average Lisp age?
I'm 18, but I met with lisp* (elisp) in the book: Lenka TÅ™Ãsková. GNU nástroje pro tvorbu WWW stránek. Grada Publishing. 2000. ISBN 80-7169-861-X a few years ago when I've played with HTML, PHP, etc. (my website exists since 2006-11-02 09:50:52).
* But I didn't get it at that time and there is a little about it written in the book.
* But I didn't get it at that time and there is a little about it written in the book.
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.
Re: Average Lisp age?
I'm 18 (in October I will be 19) and I use emacs+slime.
Re: Average Lisp age?
I'm 36. Started working as a programmer 14 years ago, but found LISP just a couple of years ago when one of my colleagues suggested I'd look at it.
I've used my summer vacations to learn LISP. I started out learning Common Lisp using "The Land of LISP" (Great book).
This year I have concentrated on learning Scheme by going though the lambda papers and the old SICP videoes. I like DrRacket
I've used my summer vacations to learn LISP. I started out learning Common Lisp using "The Land of LISP" (Great book).
This year I have concentrated on learning Scheme by going though the lambda papers and the old SICP videoes. I like DrRacket
I'm the author of two useless languages that uses BF as target machine.
Currently I'm planning a Scheme compiler :p
Currently I'm planning a Scheme compiler :p