Since 5/5/2012 3:01:22 PM, ariva has written 4 articles and participated in 67 conversations. ariva signature: ariva
ariva's articles:
Items(4) /1
ALU wiki attacked by spammers1224 (7/3/2009 2:42:23 AM) comp.lang.lisp Hello, I've been accessing wiki.alu.org regularly for the past few days, and I noticed very frequent attacks by spammers. A few days ago they deleted the Road To Lisp Survey, and yesterday and today they did... Alberto
JOB: Postdoc in bioinformatics027 (1/30/2009 4:45:11 AM) comp.lang.lisp Hello, I have a postdoc position available in my lab. We do bioinformatics, so an interest and some experience in bioinformatics and computational biology are required, but I'm posting it here because I writ... Alberto
Lisp50 celebration1122 (11/20/2008 7:26:48 PM) comp.lang.lisp Hello, I'm a bit surprised that I haven't seen any discussion/report/comments about the Lisp50 celebration at OOPSLA. I was there but unfortunately I had to leave early, so I missed Kent Pitman, Rich Hickey ... Alberto
Tilde-slash directive with no arguments?831 (9/4/2008 7:13:40 PM) comp.lang.lisp Hello, is it possible to invoke a user-supplied function through ~/.../ so that it does not consume any arguments? The answer seems to be no according to the spec, but I just wanted to be sure. Basically I'... Alberto
Really dumb LISP question.11029 (7/20/2009 6:40:31 AM) comp.lang.lisp OK, I've read several web pages and PDFs on LISP. I think I get the basics of how to write functions and macros, but just the basics. That said, what I don't "GET" is how to write a lisp program. The way I go... yournotauser(2)
CLOS address superclass constructor (lisp newbie)2138 (7/30/2009 7:08:29 PM) comp.lang.lisp I don't know if this is possible in the CLOS lisp? How to I "fire" the initialize method of a "superclass"? In c# it's easy... Obviously this is usually considered redundant in c#. public class SomeClass : S... dave200(22)
FAQ: Random numbers2822 (10/14/2009 1:45:57 AM) comp.lang.lisp People doing numerics in CL often asks questions like "How can one portably save/restore/initialize the state of RANDOM et al? What quality is the distribution?" etc. The common reply is to roll your own. ... dherring1(548)
How to set the value?1533 (11/7/2009 3:26:19 AM) comp.lang.lisp Hi All, I have been programming in LISP for couple of months now. Today, came across a new notation and had a question on that. Let me give an example: I have an access to an "object" [i don't know what the t... harikris(13)
macros #2 #22649 (2/16/2010 9:11:50 PM) comp.lang.lisp I don't get the difference between defun and defmacro ? If code is data and data is code then macros are functions and functions are macros and everything is everything and then comes Monty Python's foot on t... fbogdanovic(89)
looking for the luber-utilities-library926 (2/19/2010 2:00:20 PM) comp.lang.lisp Hello again, A while ago I ran across a large lisp library that consisted of upward of 50 files. It contained all kinds of utilities (one of them was plotting) with the purpose of providing a common extended ... mirko.vukovic(404)
NEW library337 (1/7/2011 4:00:14 PM) comp.lang.lisp .... on common-lisp.net. Check out http://common-lisp.net/project/new-op for another foray in pointless (but fun) CL programming. Now you can write cl-prompt> (new 'some-class) # instead of wasting typi... marcoxa1(977)