Search found 7 matches

by Keerthivasan
Mon Jan 09, 2012 12:15 am
Forum: Common Lisp
Topic: New to Common LISP,Need help in String manipulation function
Replies: 4
Views: 7390

Re: New to Common LISP,Need help in String manipulation function

Hi all, Since i was not able to do it in LISP. I just made this in java, after LISP handles the output to my java code. Thanks ;)
by Keerthivasan
Thu Jan 05, 2012 9:56 am
Forum: Common Lisp
Topic: New to Common LISP,Need help in String manipulation function
Replies: 4
Views: 7390

Re: New to Common LISP,Need help in String manipulation function

Hi, i am going little specific to the requirement. <?xml version="1.0"?> <soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"> <soap:Body xmlns:m="http://www.example.org/stock"> <m:Get...
by Keerthivasan
Thu Jan 05, 2012 5:00 am
Forum: Common Lisp
Topic: New to Common LISP,Need help in String manipulation function
Replies: 4
Views: 7390

New to Common LISP,Need help in String manipulation function

Hi all, I am a very beginner to CL. I am going through the book in gigamonkeys.com. (setq data (car data)) (setq lsr-xml (gethash 'cl-user::LSR_XML data)) ;; seem to have to refer to cl-user to make this work right (setq xml-as-list (get-list-from-xml lsr-xml t)) In the above code , i get a soap req...
by Keerthivasan
Fri Dec 30, 2011 2:57 am
Forum: The Lounge
Topic: Hi Everyone! New comer on Board
Replies: 5
Views: 12743

Re: Hi Everyone! New comer on Board

Hi Nuntius, Thanks for your great help. I have installed abcl and able to use REPL prompt. Just started with Hello World! Let me go and read the book in gigamonkeys.com. :)
by Keerthivasan
Thu Dec 29, 2011 2:39 am
Forum: The Lounge
Topic: Hi Everyone! New comer on Board
Replies: 5
Views: 12743

Re: Hi Everyone! New comer on Board

Hi Nuntius and everyone,
I have chosen abcl to proceed further. can you just help me where to start with. i have downloaded abcl into my machine. how to start LISP as a beginner? is abcl lisp any different? :?: FYI, i am trying to understand the manual which comes along with it. Thanks for your time
by Keerthivasan
Wed Dec 28, 2011 12:23 pm
Forum: The Lounge
Topic: Hi Everyone! New comer on Board
Replies: 5
Views: 12743

Re: Hi Everyone! New comer on Board

Thanks Nuntius for your reply :) . Let me check all the links you have mentioned and come back . thanks again
by Keerthivasan
Wed Dec 28, 2011 7:57 am
Forum: The Lounge
Topic: Hi Everyone! New comer on Board
Replies: 5
Views: 12743

Hi Everyone! New comer on Board

Hi Everyone, My Best wishes to you all. I am a java programmer, working in a company. Recently, i found that LISP scripts can be integrated with java application. So, i want to learn LISP. I am a very beginner. I have also went through a little lisp in the net. I see there are various LISP implement...