Hello We are a software development company, headquartered in Bangalore with offices in Japan and the UK. We are currently looking for Lisp programmers with...
Pavan, I don't know about the others in this group, but I want to hear about Lisp jobs in India. You say the position(s) will be permanent ones in India. Thank...
Hello Mr.Thomas, It was nice talking to you just now. As discussed already, this position will be based in India, but initially the resource would have to...
Hi, I'm new to lisp and I have a question. What is the lisp equivalent for java classpaths? Where does the system look for files when a load is called? And how...
Hi, Amit, and welcome! Your question is a good one, because packages are an area where the Lisp standard is not up to date with other languages. You also...
Dear Thomas, Thanks for the information and the quick response. However, firstly, I'm not running Debian, and cmuclconfig only comes with the debian port of...
Hi, Your request for membership said `I Am looking for a good training centre to learn lisp any one can tell me where I can learn it in INDIA?' I am the...
Hi, Mr. Rajeev. You are most welcome! It is a pleasure to talk to someone about Lisp -- especially if he is interested! Most people are only slightly...
Hi Thomas, I came to know that most of all AI is made with LISP ie why I am interested on it and after I started learning myself but after I understood I need...
Rajeev, I can teach someone Lisp (i.e. only the syntax) in 5 minutes (if I prepare myself first), assuming that person is not a lump of stone. Maybe it would...
Hey, Vishnu! Welcome to the group. Did you write that you are a long-time Lisper? (Or was that the other guy who joined the same day?) Sorry, I am not sure....
Recently a 1.0 release of OpenMCL came out. I went to the local Mac shop in Bangalore (the only one, maybe) to download it and try it out. I don't want to...
As an old C (and assembly language) programmer who had checked out C++ to see what all the `OO' commotion was about (the OO idea at least seemed good at...
Hi, I have been a lurker here for some time now ... I am curious if there is anyone here who has worked on Lisp internals or maybe hacked the GNU Emacs or...
Roshan, That's way beyond me, so far as I can imagine, but I haven't looked at the code. What's your application? I'm curious why you picked the XEmacs GC...
Thomas, ... In case someone on this list is unfamiliar with this: the *emacs editors are written as an underlying Lisp interpreter on top of which the editor...
Sorry, I only know a tiny bit about GCs. I am sure you know about all the free lisps mentioned at http://www.cliki.net/Common%20Lisp%20implementation but that...
... They are the same GC. It was largely written by Hans Boehm and he is the currently active maintainer. He's modest and likes to give credit to all the major...
Ouch! I'm sorry, Thomas ... but I hadn't seen your question. Ranjit answers it though. :) And yes ... we have about a passing familiarity with Lisp (scheme ...
Hi All, I need help in invoking system libraries(DLLs) through lisp.I have searched through the net & found articles & examples on how to do it through...
There *is* a way to do it. However, you are looking for a *nice* way to do it. I believe you are looking for a `foreign function interface (FFI)'. You should...